| Package | Description |
|---|---|
| com.vaadin.v7.data | |
| com.vaadin.v7.data.validator | |
| com.vaadin.v7.ui |
| Modifier and Type | Method and Description |
|---|---|
Collection<Validator> |
Validatable.getValidators()
Deprecated.
Returns a collection of all validators currently registered for the
object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Validatable.addValidator(Validator validator)
Deprecated.
Adds a new validator for this object.
|
void |
Validatable.removeValidator(Validator validator)
Deprecated.
Removes a previously registered validator from the object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStringValidator
Deprecated.
As of 8.0, replaced by
AbstractValidator |
class |
AbstractValidator<T>
Deprecated.
As of 8.0, replaced by
AbstractValidator |
class |
BeanValidator
Deprecated.
See
BeanValidationBinder and
BeanValidator |
class |
BigDecimalRangeValidator
Deprecated.
|
class |
BigIntegerRangeValidator
Deprecated.
|
class |
ByteRangeValidator
Deprecated.
|
class |
CompositeValidator
Deprecated.
As of 8.0, no direct replacement available. See
Binder.forField(HasValue) and various methods for
validation and conversion chaining: withValidator(...),
withConverter(...), withNullRepresentation(...) |
class |
DateRangeValidator
Deprecated.
|
class |
DoubleRangeValidator
Deprecated.
|
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 |
FloatRangeValidator
Deprecated.
|
class |
IntegerRangeValidator
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 |
LongRangeValidator
Deprecated.
|
class |
NullValidator
Deprecated.
As of 8.0, no direct replacement available. See
Binder.forField(HasValue) and various methods for
validation and conversion chaining: withValidator(...), withConverter(...),
withNullRepresentation(...) |
class |
RangeValidator<T extends Comparable>
Deprecated.
|
class |
RegexpValidator
Deprecated.
|
class |
ShortRangeValidator
Deprecated.
|
class |
StringLengthValidator
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Validator> |
CompositeValidator.getSubValidators(Class validatorType)
Deprecated.
Gets sub-validators by class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeValidator.addValidator(Validator validator)
Deprecated.
Adds validator to the interface.
|
void |
CompositeValidator.removeValidator(Validator validator)
Deprecated.
Removes a validator from the composite.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Validator> |
AbstractField.getValidators()
Deprecated.
Gets the validators of the field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Form.addValidator(Validator validator)
Deprecated.
Adding validators directly to form is not supported.
|
void |
AbstractField.addValidator(Validator validator)
Deprecated.
Adds a new validator for the field's value.
|
void |
AbstractField.removeValidator(Validator validator)
Deprecated.
Removes the validator from the field.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.