| Package | Description |
|---|---|
| org.apache.wicket.markup.html.form |
HTML Forms and form components.
|
| org.apache.wicket.validation |
This package provides interfaces for Wicket's
validation support.
|
| org.apache.wicket.validation.validator |
This package provides an implementation of Wicket's
validation support.
|
| Class and Description |
|---|
| IValidatable
Interface representing any object that can be validated.
|
| IValidationError
Interface representing a validation error.
|
| IValidator
Interface representing a validator that can validate an
IValidatable object. |
| ValidationError
A versatile implementation of
IValidationError that supports message resolution from
IErrorMessageSource, default message (if none of the keys matched), and variable
substitution. |
| Class and Description |
|---|
| CompoundValidator
A compound
IValidator. |
| IErrorMessageSource
Interface representing a message source that stores messages by key and can perform variable
substitution.
|
| IValidatable
Interface representing any object that can be validated.
|
| IValidationError
Interface representing a validation error.
|
| IValidator
Interface representing a validator that can validate an
IValidatable object. |
| ValidationError
A versatile implementation of
IValidationError that supports message resolution from
IErrorMessageSource, default message (if none of the keys matched), and variable
substitution. |
| Class and Description |
|---|
| IValidatable
Interface representing any object that can be validated.
|
| IValidationError
Interface representing a validation error.
|
| IValidator
Interface representing a validator that can validate an
IValidatable object. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.