SimpleOptionalFixedFormatProperty
open class SimpleOptionalFixedFormatProperty(initialValue: FixedFormat?, bean: Any? = null, beanName: String? = null) : SimpleProperty<FixedFormat?> , OptionalFixedFormatProperty
Boilerplate which avoids having to use generics.
Similar to SimpleFixedFormatProperty, but the value can also be null
.