styledSplitMenuButton

fun styledSplitMenuButton(vararg styleClass: String, id: String? = null): SplitMenuButton

Create a styled SplitMenuButton.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledSplitMenuButton(vararg styleClass: String, id: String? = null): SplitMenuButton

Add a styled SplitMenuButton to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledSplitMenuButton(vararg styleClass: String, id: String? = null, configuration: KtfxSplitMenuButton.() -> Unit): SplitMenuButton

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

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