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>