|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractValidator | |
|---|---|
| com.vaadin.data.validator | |
| Uses of AbstractValidator in com.vaadin.data.validator |
|---|
| Subclasses of AbstractValidator in com.vaadin.data.validator | |
|---|---|
class |
AbstractStringValidator
Validator base class for validating strings. |
class |
DateRangeValidator
Validator for validating that a Date is inside a given range. |
class |
DoubleRangeValidator
Validator for validating that a Double is inside a given range. |
class |
DoubleValidator
Deprecated. As of 7.0. Use a StringToDoubleConverter converter on the
field instead or bind the field to a Property of type
Double. |
class |
EmailValidator
String validator for e-mail addresses. |
class |
IntegerRangeValidator
Validator for validating that an Integer is inside a given range. |
class |
IntegerValidator
Deprecated. As of 7.0. Use a StringToIntegerConverter converter on
the field instead or bind the field to a Property of type
Integer. |
class |
RangeValidator<T extends Comparable>
An base implementation for validating any objects that implement Comparable. |
class |
RegexpValidator
String validator comparing the string against a Java regular expression. |
class |
StringLengthValidator
This StringLengthValidator is used to validate the length of
strings. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||