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