|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Class Summary | |
|---|---|
| AbstractClientAndServerValidatingBehavior | Abstract validating behavior that all ClientAndServer...Behaviors can extend to provide the base functionality needed to validate on the client side where possible. |
| ClientAndServerExactLengthValidatingBehavior | Validates that the form component value is the exact length specified. |
| ClientAndServerLengthBetweenValidatingBehavior | Validates that the form component value has a length between the min and the max specified (inclusive). |
| ClientAndServerMaximumLengthValidatingBehavior | Validates that the form component value has a length less than or equal to the length specified. |
| ClientAndServerMinimumLengthValidatingBehavior | Validates that the form component value has a length greater than or equal to the length specified. |
| ClientAndServerRequiredValidatingBehavior | Validates that the form component has a non-null, non-empty value. |
| ClientAndServerValidatingFeedbackBehavior | By adding this behavior to a feedback panel or other WebMarkupContainer, the client and server validating engine will render the errors as if they were inserted into a feedback panel rather than just using the default behavior, which is to use an alert message to notify the user of the errors. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||