styledJFXMasonryPane

fun styledJFXMasonryPane(vararg styleClass: String, id: String? = null): JFXMasonryPane

Create a styled JFXMasonryPane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXMasonryPane(vararg styleClass: String, id: String? = null): JFXMasonryPane

Add a styled JFXMasonryPane to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledJFXMasonryPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxMasonryPane.() -> Unit): JFXMasonryPane

Create a styled JFXMasonryPane with configuration block.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.


inline fun NodeManager.styledJFXMasonryPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxMasonryPane.() -> Unit): JFXMasonryPane

Add a styled JFXMasonryPane with configuration block to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.