SimpleButtonMeaningProperty
open class SimpleButtonMeaningProperty(initialValue: ButtonMeaning, bean: Any? = null, beanName: String? = null) : SimpleProperty<ButtonMeaning> , ButtonMeaningProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<ButtonMeaning>
, we can use SimpleButtonMeaningProperty
.