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