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.

Constructors

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