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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

Should this action consume the event, which prevents other event handlers firing?

Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
fun select()
Link copied to clipboard
open override fun toString(): String