OptionalValidatedBackgroundProperty
open class OptionalValidatedBackgroundProperty(initialValue: Background?, bean: Any? = null, beanName: String? = null, validation: (ValidatedProperty<Background?>, Background?, Background?) -> Background?) : ValidatedProperty<Background?> , OptionalBackgroundProperty
Boilerplate which avoids having to use generics.
Similar to ValidatedBackgroundProperty, but the value can also be null
.
Constructors
Link copied to clipboard
constructor(initialValue: Background?, bean: Any? = null, beanName: String? = null, validation: (ValidatedProperty<Background?>, Background?, Background?) -> Background?)