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