styledTabPane

fun styledTabPane(vararg styleClass: String, id: String? = null): TabPane

Create a styled TabPane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledTabPane(vararg styleClass: String, id: String? = null): TabPane

Add a styled TabPane to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledTabPane(vararg styleClass: String, id: String? = null, configuration: KtfxTabPane.() -> Unit): TabPane

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

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