styledSeparatorMenuItem

fun styledSeparatorMenuItem(vararg styleClass: String, id: String? = null): SeparatorMenuItem

Create a styled SeparatorMenuItem.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun MenuItemManager.styledSeparatorMenuItem(vararg styleClass: String, id: String? = null): SeparatorMenuItem

Add a styled SeparatorMenuItem to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledSeparatorMenuItem(vararg styleClass: String, id: String? = null, configuration: SeparatorMenuItem.() -> Unit): SeparatorMenuItem

Create a styled SeparatorMenuItem with configuration block.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.


inline fun MenuItemManager.styledSeparatorMenuItem(vararg styleClass: String, id: String? = null, configuration: SeparatorMenuItem.() -> Unit): SeparatorMenuItem

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