Package io.jmix.ui.component.validation
@NonNullApi
package io.jmix.ui.component.validation
-
ClassDescriptionMain class for validators.DecimalMax validator checks that value must be less than or equal to the specified maximum.DecimalMin validator checks that value must be greater than or equal to the specified minimum.Digits validator checks that value must be a number within accepted range.DoubleMax validator checks that value must be greater than or equal to the specified maximum.Double validator checks that value must be greater than or equal to the specified minimum.Email validator checks that String value is email or contains multiple emails separated by a semicolon or comma.Validates that date or time in the future or present.Validates that date or time in the future.MaxValidator<T extends Number>Max validator checks that value must be less than or equal to the specified maximum.MinValidator<T extends Number>Min validator checks that value must be greater than or equal to the specified minimum.NegativeOrZeroValidator<T extends Number>NegativeOrZero validator checks that value should be a less than or equal 0.NegativeValidator<T extends Number>Negative validator checks that value should be a strictly less than 0.NotBlank validator checks that value contains at least one non-whitespace character.NotEmpty validator checks that value is not null and not empty.NotNull validator checks that value is not null.Validates that date or time in the past or present.Validates that date or time in the past.PositiveOrZeroValidator<T extends Number>PositiveOrZero validator checks that value should be a greater than or equal to 0.PositiveValidator<T extends Number>Positive validator checks that value should be a strictly greater than 0.Regexp validator checks that String value is matched with specified regular expression.Size validator is applicable for Collections and String values.Validator<T>Marker interface to indicate that the implementing class can be used as a validator.Specific bean for loading validators.