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