|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IValidationError | |
|---|---|
| org.apache.wicket.markup.html.form | HTML Forms and form components. |
| org.apache.wicket.validation | This package provides interfaces for Wicket's validation support. |
| Uses of IValidationError in org.apache.wicket.markup.html.form |
|---|
| Methods in org.apache.wicket.markup.html.form that return IValidationError | |
|---|---|
IValidationError |
ValidationErrorFeedback.getError()
Gets error. |
| Methods in org.apache.wicket.markup.html.form with parameters of type IValidationError | |
|---|---|
void |
FormComponent.error(IValidationError error)
Reports a validation error against this form component. |
| Constructors in org.apache.wicket.markup.html.form with parameters of type IValidationError | |
|---|---|
ValidationErrorFeedback(IValidationError error,
String message)
Construct. |
|
| Uses of IValidationError in org.apache.wicket.validation |
|---|
| Classes in org.apache.wicket.validation that implement IValidationError | |
|---|---|
class |
ValidationError
A versatile implementation of IValidationError that supports message resolution from
IErrorMessageSource, default message (if none of the keys matched), and variable
substitution. |
| Methods in org.apache.wicket.validation that return types with arguments of type IValidationError | |
|---|---|
List<IValidationError> |
Validatable.getErrors()
Retrieves an unmodifiable list of any errors reported against this IValidatable
instance. |
| Methods in org.apache.wicket.validation with parameters of type IValidationError | |
|---|---|
void |
Validatable.error(IValidationError error)
|
void |
IValidatable.error(IValidationError error)
Reports an error against this IValidatable's value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||