| Interface | Description |
|---|---|
| IDecimalValidator | |
| ILengthValidator | |
| IPatternValidator | |
| IRequiredValidator | |
| IValueRangeValidator | |
| Validateable | |
| Validator |
| Class | Description |
|---|---|
| DecimalValidator | |
| DecimalValidatorBase |
The clientValidateDecimal component validates the input of the enclosing component by allowing only decimal values to be submitted.
|
| DecimalValidatorHandler | |
| DecimalValidatorTag | |
| ImmediateComponentCollector | |
| LengthValidator | |
| LengthValidatorBase |
The clientValidateLength component validates the input of the enclosing component by allowing it to submit its content only when the length is within the defined minimum and/or maximum range.
|
| LengthValidatorHandler | |
| LengthValidatorTag | |
| MessageMatcher | |
| PatternValidator | |
| PatternValidatorBase |
The clientValidatePattern component validates the input of the enclosing component by allowing only values that conform to the specified REGEX pattern to be submitted.
|
| PatternValidatorHandler | |
| PatternValidatorTag | |
| RequiredValidator | |
| RequiredValidatorBase |
The clientValidateRequired component validates the input of the enclosing component by allowing the form submission to occur only when a non empty value has been entered.
|
| RequiredValidatorHandler | |
| RequiredValidatorTag | |
| ValidatorRenderer | |
| ValueRangeValidator | |
| ValueRangeValidatorBase |
The clientValidateValueRange component validates the input of the enclosing component by allowing only valid numeric values within the defined value minimum and/or maximum range to be submitted.
|
| ValueRangeValidatorHandler | |
| ValueRangeValidatorTag |
Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.