Interface I_CmsValidationHandler
public interface I_CmsValidationHandler
This interface is used to receive notifications about the status of the validation.
- Since:
- 8.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onValidationFinished
(boolean ok) This method is called when the validation has been completed.void
onValidationResult
(String fieldId, org.opencms.gwt.shared.CmsValidationResult result) This method is called when a single field has been validated.
-
Method Details
-
onValidationFinished
This method is called when the validation has been completed.- Parameters:
ok
- true if all fields have been successfully validated
-