styledSplitMenuButton

inline 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.


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

Add a styled SplitMenuButton to this container.

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

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