public class NumberLengthValidator extends RegExStringValidator
Constructor and Description |
---|
NumberLengthValidator(java.lang.String minimalLength,
java.lang.String maximalLength)
Validates the input with the given length definition.
|
accept
public NumberLengthValidator(java.lang.String minimalLength, java.lang.String maximalLength)
minimalLength
- the minimal length of the number; must be an IntegermaximalLength
- the maximal length of the number; must be an Integer or
"" (empty String)