|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationError | |
---|---|
wheel.components |
Uses of ValidationError in wheel.components |
---|
Methods in wheel.components that return ValidationError | |
---|---|
ValidationError |
StandaloneComponent.getError(java.lang.String componentId)
Returns the first error for the form element in the submitted form. |
Methods in wheel.components that return types with arguments of type ValidationError | |
---|---|
java.util.List<ValidationError> |
FormElement.getErrors()
Returns all validation errors for this form element. |
java.util.List<ValidationError> |
Form.getValidationErrors()
Lists all validation errors that were caused by erroneous evaluations of formValidationRules, added with addFormValidationRule(). |
java.util.List<ValidationError> |
StandaloneComponent.listErrors()
Lists all valiation errors for all form elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |