public interface ValidationStatusCallback
Modifier and Type | Method and Description |
---|---|
void |
execute(java.util.Map errorMap)
A
Callback to evaluate when form validation completes. |
void execute(java.util.Map errorMap)
Callback
to evaluate when form validation completes. The available parameters are:
errorMap
- null if validation succeeded for all fields, or a Map of field names to the associated errors, for those fields that
failed validation.