styledJFXDrawersStack

fun styledJFXDrawersStack(vararg styleClass: String, id: String? = null): JFXDrawersStack

Create a styled JFXDrawersStack.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXDrawersStack(vararg styleClass: String, id: String? = null): JFXDrawersStack

Add a styled JFXDrawersStack to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledJFXDrawersStack(vararg styleClass: String, id: String? = null, configuration: JFXDrawersStack.() -> Unit): JFXDrawersStack

Create a styled JFXDrawersStack 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.styledJFXDrawersStack(vararg styleClass: String, id: String? = null, configuration: JFXDrawersStack.() -> Unit): JFXDrawersStack

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