All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.control.RadioMenuItem.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    A RadioMenuItem is a MenuItem that can be toggled (it uses the Toggle mixin). This means that RadioMenuItem has an API very similar in nature to other controls that use Toggle, such as RadioButton and ToggleButton. RadioMenuItem is specifically designed for use within a Menu, so refer to that class API documentation for more information on how to add a RadioMenuItem into it.

]]>
The selected state for this Toggle.

]]>
Represents the ToggleGroup that this RadioMenuItem belongs to.

]]>
The text to display in the MenuItem.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy