See: Description
Interface | Description |
---|---|
Validator |
A Validator implementation is a class that can
perform validation (correctness checks) on a
EditableValueHolder . |
Class | Description |
---|---|
DoubleRangeValidator |
DoubleRangeValidator is a
Validator that checks
the value of the corresponding component against specified minimum and
maximum values. |
LengthValidator |
LengthValidator is a
Validator that checks
the number of characters in the String representation of the value of the
associated component. |
LongRangeValidator |
LongRangeValidator is a
Validator that checks
the value of the corresponding component against specified minimum and
maximum values. |
MethodExpressionValidator |
MethodExpressionValidator is a
Validator that
wraps a MethodExpression , and it performs validation by executing
a method on an object identified by the MethodExpression . |
Exception | Description |
---|---|
ValidatorException |
A ValidatorException is an exception
thrown by the
validate() method of a
Validator to indicate that validation failed. |
Interface defining the validator model, and concrete validator implementation classes.
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.