public interface I_CmsValidator
I_CmsValidationController
.限定符和类型 | 方法和说明 |
---|---|
void |
validate(I_CmsFormField field,
I_CmsValidationController controller)
If this method is called, the object should either validate the form field and report the result to the
validation controller, or request asynchronous validation of the field from the validation controller.
|
void validate(I_CmsFormField field, I_CmsValidationController controller)
field
- the form field to be validatedcontroller
- the validation controller