public interface I_CmsValidationController
I_CmsValidator object uses to either synchronously report the result of a validation
or to request an asynchronous validation from the server.| 限定符和类型 | 方法和说明 |
|---|---|
void |
provideValidationResult(java.lang.String field,
CmsValidationResult result)
Reports the result of a synchronous validation.
|
void |
validateAsync(java.lang.String field,
java.lang.String value,
java.lang.String validator,
java.lang.String config)
Requests an server-side validation to be performed later.
|
void provideValidationResult(java.lang.String field,
CmsValidationResult result)
field - the field nameresult - the validation resultvoid validateAsync(java.lang.String field,
java.lang.String value,
java.lang.String validator,
java.lang.String config)
field - the field namevalue - the value of the fieldvalidator - the server-side validator class nameconfig - the configuration string for the server-side validator