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