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.

Constructors

Link copied to clipboard
constructor(property: P, definition: Action, value: V, lambda: (ActionEvent) -> Unit?)

Properties

Link copied to clipboard
val property: P
Link copied to clipboard
val value: V

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun select()