public interface I_CmsValidationHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onValidationFinished(boolean ok)
This method is called when the validation has been completed.
|
void |
onValidationResult(java.lang.String fieldId,
CmsValidationResult result)
This method is called when a single field has been validated.
|
void onValidationFinished(boolean ok)
ok - true if all fields have been successfully validatedvoid onValidationResult(java.lang.String fieldId,
CmsValidationResult result)
fieldId - the field which has been validatedresult - the result of the validation