styledJfxMasonryPane
Create a styled JFXMasonryPane.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun NodeContainer.styledJfxMasonryPane(vararg styleClass: String, id: String? = null): JFXMasonryPane
Add a styled JFXMasonryPane to this container.
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 NodeContainer.styledJfxMasonryPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxMasonryPane.() -> Unit): JFXMasonryPane
Add a styled JFXMasonryPane with configuration block to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.