请参阅: 说明
| 接口 | 说明 |
|---|---|
| I_CmsValidationController |
This is the interface which an
I_CmsValidator object uses to either synchronously report the result of a validation
or to request an asynchronous validation from the server. |
| I_CmsValidationHandler |
This interface is used to receive notifications about the status of the validation.
|
| I_CmsValidator |
This interface is used to tell an object that it should either validate a form
field or request an asynchronous validation from a
I_CmsValidationController. |
| 类 | 说明 |
|---|---|
| CmsValidationController |
This class is responsible for coordinating the synchronous and asynchronous validation for
a set of form fields.
|
| CmsValidationScheduler |
This is a helper class for scheduling form validations.
|