SimpleToggleGroupProperty

open class SimpleToggleGroupProperty(initialValue: ToggleGroup, bean: Any? = null, beanName: String? = null) : SimpleProperty<ToggleGroup> , ToggleGroupProperty

Boilerplate which avoids having to use generics. Instead of SimpleProperty<ToggleGroup>, we can use SimpleToggleGroupProperty.

Constructors

Link copied to clipboard
constructor(initialValue: ToggleGroup, bean: Any? = null, beanName: String? = null)