| Package | Description |
|---|---|
| com.vaadin.v7.data | |
| com.vaadin.v7.data.fieldgroup | |
| com.vaadin.v7.data.validator | |
| com.vaadin.v7.ui |
| Modifier and Type | Class and Description |
|---|---|
static class |
Validator.EmptyValueException
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Validator.InvalidValueException[] |
Validator.InvalidValueException.getCauses()
Deprecated.
Returns the
InvalidValueExceptions that caused this
exception. |
| Modifier and Type | Method and Description |
|---|---|
void |
Buffered.commit()
Deprecated.
Updates all changes since the previous commit to the data source.
|
void |
Validatable.validate()
Deprecated.
Checks the validity of the validatable.
|
void |
Validator.validate(Object value)
Deprecated.
Checks the given value against this validator.
|
| Constructor and Description |
|---|
InvalidValueException(String message,
Validator.InvalidValueException... causes)
Deprecated.
Constructs a new
InvalidValueException with a set of causing
validation exceptions. |
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldGroup.FieldGroupInvalidValueException
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Field<?>,Validator.InvalidValueException> |
FieldGroup.FieldGroupInvalidValueException.getInvalidFields()
Deprecated.
Returns a map containing fields which failed validation and the
exceptions the corresponding validators threw.
|
Map<Field<?>,Validator.InvalidValueException> |
FieldGroup.CommitException.getInvalidFields()
Deprecated.
Returns a map containing the fields which failed validation and the
exceptions the corresponding validators threw.
|
| Constructor and Description |
|---|
FieldGroupInvalidValueException(Map<Field<?>,Validator.InvalidValueException> invalidValueExceptions)
Deprecated.
Constructs a new exception with the specified validation exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NullValidator.validate(Object value)
Deprecated.
Validates the data given in value.
|
void |
IntegerValidator.validate(Object value)
Deprecated.
|
void |
DoubleValidator.validate(Object value)
Deprecated.
|
void |
CompositeValidator.validate(Object value)
Deprecated.
Validates the given value.
|
void |
BeanValidator.validate(Object value)
Deprecated.
|
void |
AbstractValidator.validate(Object value)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DateField.UnparsableDateString
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Form.commit()
Deprecated.
|
void |
AbstractField.commit()
Deprecated.
|
protected void |
AbstractSelect.setValue(Object newFieldValue,
boolean repaintIsNotNeeded,
boolean ignoreReadOnly)
Deprecated.
Sets the visible value of the property.
|
protected void |
AbstractField.setValue(T newFieldValue,
boolean repaintIsNotNeeded,
boolean ignoreReadOnly)
Deprecated.
Sets the value of the field.
|
void |
Form.validate()
Deprecated.
Checks the validity of the Form and all of its fields.
|
void |
DateField.validate()
Deprecated.
Validates the current value against registered validators if the field is
not empty.
|
void |
AbstractField.validate()
Deprecated.
Checks the validity of the Field.
|
protected void |
AbstractField.validate(T fieldValue)
Deprecated.
Validates that the given value pass the validators for the field.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.