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