| Interface | Description |
|---|---|
| GenericValidator |
Implemented by validators for domain datatypes.
|
| JboTransAttrValidationManager | |
| JboTransValidationManager | |
| JboTransValidatorInterface | |
| JboValidatorHints |
The principal interface for validator classes.
|
| JboValidatorInterface |
The principal interface for validator classes.
|
| ValidationManager | |
| ValidatorConstants | |
| ValidatorFactory |
| Class | Description |
|---|---|
| AbstractValidator |
The superclass for all pre-defined validators.
|
| JboAbstractValidator |
The superclass for all pre-defined validators.
|
| JboCollectionValidator | |
| JboCompareValidator |
A validator that tests literal values by comparing them to a pre-defined value, using a pre-defined relation.
|
| JboCustomValidator | |
| JboExprCollectionValidator | |
| JboExprCompareValidator | |
| JboExpressionValidator | |
| JboGenericValidator |
A validator for domain attributes.
|
| JboLengthValidator |
A validator that tests the length of the attribute values by comparing them with a pre-defined length value.
|
| JboListValidator |
A validator that tests for the presence of a literal value in a list of pre-defined values.
|
| JboMandatoryAttrValHelper |
Implements a stub validator for holding custom error messages for the predefined mandatory attribute validators.
|
| JboMethodValidator |
A validator that tests values by passing them to a validation method.
|
| JboNonNullValidator |
Implements non-null validation for mandatory attributes.
|
| JboPrecisionScaleValidator |
Implements precision and scale validation for numeric attributes and length validation for string and character attributes.
|
| JboRangeValidator |
A validator that tests if a literal value lies within a pre-defined range.
|
| JboRegExpValidator |
A validator that tests attribute values by comparing them with a pre-defined regular expression.
|
| JboRequiredValidator |
A validator that tests whether the value entered is null or not null
|
| JboValidationBean | |
| JboValidatorContext |
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
|
| JboVCItemRequiredValidator | |
| RulesBeanUtils |
Internal: Applications should not use this class.
|
| Variant |
| Enum | Description |
|---|---|
| ValidatorConstants.MessageFlavor |