| Package | Description |
|---|---|
| com.vaadin.data.validator |
| Modifier and Type | Class and Description |
|---|---|
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 |
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 |
RegexpValidator
String validator comparing the string against a Java regular expression.
|
class |
StringLengthValidator
This
StringLengthValidator is used to validate the length of
strings. |
Copyright © 2016 Vaadin Ltd. All rights reserved.