|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationError | |
|---|---|
| org.apache.wicket.validation | This package provides interfaces for Wicket's validation support. |
| Uses of ValidationError in org.apache.wicket.validation |
|---|
| Methods in org.apache.wicket.validation that return ValidationError | |
|---|---|
ValidationError |
ValidationError.addMessageKey(String key)
Adds a key to the list of keys that will be tried against IErrorMessageSource to
locate the error message string. |
ValidationError |
ValidationError.setMessage(String message)
Sets message that will be used when no message could be located via message keys. |
ValidationError |
ValidationError.setVariable(String name,
Object value)
Sets a key and value in the variables map for use in substitution. |
ValidationError |
ValidationError.setVariables(Map<String,Object> vars)
Sets the variables map for this error. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||