validation API.See: Description
| Interface | Description |
|---|---|
| ValidationMessages |
This are the
ConstantsWithLookup for the I18N/NLS of custom Constraints
for GWT. |
| ValidatorBuilder |
This is the interface for a builder of
ValueValidator instances from
annotations (JSR 303). |
| Class | Description |
|---|---|
| AbstractValidationFailure |
This is the abstract base implementation of
ValidationFailure. |
| AbstractValidationStateCollector |
This is the abstract base implementation of
ValidationState that wraps an existing
ValidationState and allows to collect the potential failures
for a part of the validation process. |
| AbstractValidator<V> |
This is the abstract base class all
ValueValidator implementations should extend. |
| AbstractValidatorBuilder |
This is the abstract base implementation of
ValidatorBuilder. |
| AbstractValueValidator<V> |
This is the abstract base implementation of
ValueValidator. |
| ComposedValidationFailure |
This is an implementation of
ValidationFailure that represents the composition of other
ValidationFailures. |
| ComposedValidator<V> |
This is an implementation of
ValueValidator that is composed out of a set of individual
validators given at construction. |
| MandatoryValidator |
TODO: this class ...
|
| SimpleValidationFailure | Deprecated
- use
ValidationFailureImpl instead. |
| ValidationFailureImpl |
This is an implementation of
ValidationFailure. |
| ValidationMessagesResolver |
This is the
UserValidationMessagesResolver for ValidationMessages. |
| ValidationStateFailureCollector |
This is an implementation of
ValidationState that wraps an existing ValidationState and allows to
collect the potential failures for a part of the validation process. |
| ValidationStateImpl |
This class represents the state of a validation.
|
| ValidationStateMessageCollector |
This is an implementation of
ValidationState that wraps an existing ValidationState and
allows to collect the potential
messages for a part of the validation process. |
| ValidatorBuilderJsr303 |
This is a builder to create multiple instances of
ValidatorJsr303. |
| ValidatorBuilderNone |
This is a fallback implementation of
ValidatorBuilder that may be used if JSR 303 is not available (missing
on classpath, configured wrongly, or the like). |
| ValidatorCompare<V extends Comparable<V>> |
This is a
ValueValidator that validates that
a value is satisfies a given CompareOperator -operation for
given value to compare to. |
| ValidatorDateFuture |
This is a
ValueValidator that
validates that a date lies
in the future. |
| ValidatorDatePast |
This is a
ValueValidator that
validates that a date lies
in the past. |
| ValidatorJsr303<V> |
This is an implementation of
ValueValidator that adapts to
javax.validation (JSR 303). |
| ValidatorMandatory |
This is a
ValueValidator that validates that a mandatory value is
filled. |
| ValidatorNone |
This is an implementation of
ValueValidator that always validates
successfully. |
| ValidatorRange<V extends Comparable<V>> |
This is a
ValueValidator that validates that a given value is within a
specific Range. |
| Annotation Type | Description |
|---|---|
| Mandatory |
This is a
Constraint for a mandatory field. |
validation API.
validation API.Copyright © 2001–2015 mmm-Team. All rights reserved.