|
PAJES 3.0.21 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| IsBetween | Creates a JavaScript validation function to validate that the value entered by the user is within the specifed range. |
| IsChecked | Creates a JavaScript validation function to validate that the user has
selected at least one of a group of InputChecked
implementations. |
| IsCreditCard | Creates a JavaScript validation function to validate that the value entered by the user is a valid credit card number. |
| IsDateTime | Creates a JavaScript validation function to validate that the value entered by the user is a date/time in the format specified by a provided DateFormat object. |
| IsDecimal | Creates a JavaScript validation function to validate that the value entered by the user is a decimal number with a specified number of decimal places. |
| IsEmailAddress | Creates a JavaScript validation function to validate that the value entered by the user is an correctly formatted Email Address. |
| IsEqual | Creates a JavaScript validation function to validate that the user entered the same value twice. |
| IsFormat | Creates a JavaScript validation function to validate that the value entered by the user is in a format specified by a provided mask. |
| IsInteger | Creates a JavaScript validation function to validate that the value entered by the user is an integer value. |
| IsLength | Creates a JavaScript validation function to validate that the value entered by the user has the number of characters within the specifed range. |
| IsMandatory | Creates a JavaScript validation function to validate that the user entered a value. |
| IsNumber | Creates a JavaScript validation function to validate that the value entered by the user is a valid number. |
| IsSelected | Creates a JavaScript validation function to validate that the user has selected a valid item from a select list. |
| IsValid | Creates a JavaScript validation function to validate that the user entered one of a set of specified values. |
| ValidationFunction | ValidationFunction is extendeded by classes that represent client-side JavaScript validation functions. |
| ValidationScript | Handles the return of the locale-specific JavaScript validation functions used by InputField sub-classes. |
| Exception Summary | |
|---|---|
| ValidationFunctionException | Thrown when a run-time exception relating to a ValidationFunction
occurs. |
This package contains classes that represent client-side JavaScript form input validation routines.
The sub-classes of ValidationFunction
are passed to the Input.addClientValidation(org.pajes.html.validation.ValidationFunction)
method to provide JavaScript-based client-side validation of form fields. Once
the validation has been added to the form fields, no further action is required
on the part of the developer.
|
PAJES 3.0.21 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||