SimpleToggleProperty

open class SimpleToggleProperty(initialValue: Toggle, bean: Any? = null, beanName: String? = null) : SimpleProperty<Toggle> , ToggleProperty

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

Constructors

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