OptionalValidatedFixedFormatProperty

Boilerplate which avoids having to use generics.

Similar to ValidatedFixedFormatProperty, but the value can also be null.

Constructors

Link copied to clipboard
constructor(initialValue: FixedFormat?, bean: Any? = null, beanName: String? = null, validation: (ValidatedProperty<FixedFormat?>, FixedFormat?, FixedFormat?) -> FixedFormat?)