| Package | Description |
|---|---|
| com.vaadin.v7.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
Deprecated.
|
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
Deprecated.
|
class |
StringLengthValidator
Deprecated.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.