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