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