SimpleFixedFormatProperty

open class SimpleFixedFormatProperty(initialValue: FixedFormat, bean: Any? = null, beanName: String? = null) : SimpleProperty<FixedFormat> , FixedFormatProperty

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

Constructors

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