Uses of Package
org.apache.wicket.validation

Packages that use org.apache.wicket.validation
org.apache.wicket.extensions.ajax.markup.html   
org.apache.wicket.extensions.validation.validator   
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. 
 

Classes in org.apache.wicket.validation used by org.apache.wicket.extensions.ajax.markup.html
IValidator
          Interface representing a validator that can validate an IValidatable object.
 

Classes in org.apache.wicket.validation used by org.apache.wicket.extensions.validation.validator
INullAcceptingValidator
          Marker interface for validators that will accept a null value.
IValidatable
          Interface representing any object that can be validated.
IValidator
          Interface representing a validator that can validate an IValidatable object.
 

Classes in org.apache.wicket.validation used by org.apache.wicket.markup.html.form
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.
 

Classes in org.apache.wicket.validation used by org.apache.wicket.validation
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.
 

Classes in org.apache.wicket.validation used by org.apache.wicket.validation.validator
INullAcceptingValidator
          Marker interface for validators that will accept a null value.
IValidatable
          Interface representing any object that can be validated.
IValidator
          Interface representing a validator that can validate an IValidatable object.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.