styledToolBar

fun styledToolBar(vararg styleClass: String, id: String? = null): ToolBar

Create a styled ToolBar.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledToolBar(vararg styleClass: String, id: String? = null): ToolBar

Add a styled ToolBar to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledToolBar(vararg styleClass: String, id: String? = null, configuration: KtfxToolBar.() -> Unit): ToolBar

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

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