PropertyRadioAction
class PropertyRadioAction<V, P : Property<V>>(val property: P, definition: Command, val value: V, val lambda: (ActionEvent) -> Unit?) : Action
For use with PropertyRadioButtons and PropertyRadioMenuItems.
For use with PropertyRadioButtons and PropertyRadioMenuItems.