Method Summary |
|
public void | add(String validatorName, boolean result) Add the result of a validator action. |
public void | add(String validatorName, boolean result, Object value) Add the result of a validator action. |
public boolean | containsAction(String validatorName) Indicate whether a specified validator is in the Result.
Parameters: validatorName - Name of the validator. |
public Map | getActionMap() Return a Map of the validator actions in this Result. |
public Iterator | getActions() Return an Iterator of the action names contained in this Result. |
public Field | getField() Returns the Field that was validated. |
public Object | getResult(String validatorName) Return the result of a validation.
Parameters: validatorName - Name of the validator. |
public boolean | isValid(String validatorName) Indicate whether a specified validation passed.
Parameters: validatorName - Name of the validator. |