styledSeparatorMenuItem
inline 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.
inline fun MenuItemContainer.styledSeparatorMenuItem(vararg styleClass: String, id: String? = null): SeparatorMenuItem
Add a styled SeparatorMenuItem to this container.
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 MenuItemContainer.styledSeparatorMenuItem(vararg styleClass: String, id: String? = null, configuration: SeparatorMenuItem.() -> Unit): SeparatorMenuItem
Add a styled SeparatorMenuItem 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.