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