radioMenuItem

fun MenuItemManager.radioMenuItem(text: String? = null, graphic: Node? = null): RadioMenuItem

Add a RadioMenuItem to this manager.

Return

the control added.


inline fun radioMenuItem(text: String? = null, graphic: Node? = null, configuration: RadioMenuItem.() -> Unit): RadioMenuItem

Create a RadioMenuItem with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun MenuItemManager.radioMenuItem(text: String? = null, graphic: Node? = null, configuration: RadioMenuItem.() -> Unit): RadioMenuItem

Add a RadioMenuItem with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.