Uses of Class
com.dlsc.formsfx.model.validators.SelectionLengthValidator
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.validators |
-
Uses of SelectionLengthValidator in com.dlsc.formsfx.model.validators
Methods in com.dlsc.formsfx.model.validators that return SelectionLengthValidator Modifier and Type Method Description static <T> SelectionLengthValidator<T>SelectionLengthValidator. atLeast(int min, String errorMessage)Creates an SelectionLengthValidator with a given lower bound.static <T> SelectionLengthValidator<T>SelectionLengthValidator. between(int min, int max, String errorMessage)Creates an SelectionLengthValidator with given lower and upper bounds.static <T> SelectionLengthValidator<T>SelectionLengthValidator. exactly(int value, String errorMessage)Creates a SelectionLengthValidator with a given lower and upper bound, which are equal.static <T> SelectionLengthValidator<T>SelectionLengthValidator. upTo(int max, String errorMessage)Creates an SelectionLengthValidator with a given upper bound.