Package io.jmix.flowui.component.validation
@NonNullApi
package io.jmix.flowui.component.validation
-
ClassDescriptionMain class for validators.DateTimeRangeValidator<T extends Comparable>MaxValidator<T extends Number>MinValidator<T extends Number>NegativeOrZeroValidator<T extends Number>NegativeValidator<T extends Number>PositiveOrZeroValidator<T extends Number>PositiveValidator<T extends Number>Regexp validator checks that String value is matched with specified regular expression.Size validator is applicable for Collections and String values.Describes validation errors.Validator<T>Marker interface to indicate that the implementing class can be used as a validator.Specific bean for loading validators.