styledSplitPane

fun styledSplitPane(vararg styleClass: String, id: String? = null): SplitPane

Create a styled SplitPane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledSplitPane(vararg styleClass: String, id: String? = null): SplitPane

Add a styled SplitPane to this manager.

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 NodeManager.styledSplitPane(vararg styleClass: String, id: String? = null, configuration: KtfxSplitPane.() -> Unit): SplitPane

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