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