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