| Package | Description |
|---|---|
| com.vaadin.v7.data.validator |
| Modifier and Type | Field and Description |
|---|---|
static CompositeValidator.CombinationMode |
CompositeValidator.MODE_AND
Deprecated.
As of 7.0, use
AND instead |
static CompositeValidator.CombinationMode |
CompositeValidator.MODE_OR
Deprecated.
As of 7.0, use
OR instead |
| Modifier and Type | Method and Description |
|---|---|
CompositeValidator.CombinationMode |
CompositeValidator.getMode()
Deprecated.
Gets the mode of the validator.
|
static CompositeValidator.CombinationMode |
CompositeValidator.CombinationMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CompositeValidator.CombinationMode[] |
CompositeValidator.CombinationMode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeValidator.setMode(CompositeValidator.CombinationMode mode)
Deprecated.
Sets the mode of the validator.
|
| Constructor and Description |
|---|
CompositeValidator(CompositeValidator.CombinationMode mode,
String errorMessage)
Deprecated.
Constructs a composite validator in given mode.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.