PropertyRadioChoicesDSL

class PropertyRadioChoicesDSL<V, P : Property<V>>(val property: P)

Constructors

Link copied to clipboard
constructor(property: P)

Properties

Link copied to clipboard
val property: P

Functions

Link copied to clipboard
fun propertyRadioButton(value: V, text: String, block: PropertyRadioButton<V, P>.() -> Unit? = null): PropertyRadioButton<V, P>
fun propertyRadioButton(value: V, text: String, graphic: Node?, block: PropertyRadioButton<V, P>.() -> Unit? = null): PropertyRadioButton<V, P>
Link copied to clipboard
fun propertyRadioMenuItem(value: V, text: String, block: PropertyRadioMenuItem<V, P>.() -> Unit? = null): PropertyRadioMenuItem<V, P>