styledJFXNodesList

fun styledJFXNodesList(vararg styleClass: String, id: String? = null): JFXNodesList

Create a styled JFXNodesList.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXNodesList(vararg styleClass: String, id: String? = null): JFXNodesList

Add a styled JFXNodesList to this manager.

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 NodeManager.styledJFXNodesList(vararg styleClass: String, id: String? = null, configuration: KtfxJfxNodesList.() -> Unit): JFXNodesList

Add a styled JFXNodesList 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.