Uses of Package
org.apache.tapestry.valid

Packages that use org.apache.tapestry.valid
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.contrib.valid Backwards compatible versions of Tapestry 1.0.7's validating text fields, built as wrappers around the 1.0.8 versions. 
org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.form.translator Defines translator bindings used primarily in form component input translations. 
org.apache.tapestry.form.validator Form validation infrastructure. 
org.apache.tapestry.valid Components and classes that provide specialized, validating text fields. 
 

Classes in org.apache.tapestry.valid used by org.apache.tapestry
IValidationDelegate
          Interface used to track validation errors in forms and form element components (including TextField and its subclasses).
 

Classes in org.apache.tapestry.valid used by org.apache.tapestry.contrib.valid
IValidator
          An object that works with an IFormComponent to format output (convert object values to strings values) and to process input (convert strings to object values and validate them).
ValidField
          A Formcomponent that creates a text field that allows for validation of user input and conversion between string and object values.
 

Classes in org.apache.tapestry.valid used by org.apache.tapestry.form
IValidationDelegate
          Interface used to track validation errors in forms and form element components (including TextField and its subclasses).
ValidatorException
          Thrown by a IValidatorwhen submitted input is not valid.
 

Classes in org.apache.tapestry.valid used by org.apache.tapestry.form.translator
ValidationConstraint
          Defines an enumeration of different types of validation constraints that may be violated.
ValidatorException
          Thrown by a IValidatorwhen submitted input is not valid.
 

Classes in org.apache.tapestry.valid used by org.apache.tapestry.form.validator
ValidatorException
          Thrown by a IValidatorwhen submitted input is not valid.
 

Classes in org.apache.tapestry.valid used by org.apache.tapestry.valid
AbstractNumericValidator
          Base class for a number of implementations of IValidator, meant to replace the awkward NumberValidator.
BaseValidator
          Abstract base class for IValidator.
FieldTracking
          Default implementation of IFieldTracking.
IFieldTracking
          Defines the interface for an object that tracks input fields.
IValidationDelegate
          Interface used to track validation errors in forms and form element components (including TextField and its subclasses).
IValidator
          An object that works with an IFormComponent to format output (convert object values to strings values) and to process input (convert strings to object values and validate them).
NumberValidator.NumberStrategy
          This class is not meant for use outside of NumberValidator; it is public only to fascilitate some unit testing.
PatternDelegate
          Implementations of this interface will provide pattern utility services.
ValidationConstraint
          Defines an enumeration of different types of validation constraints that may be violated.
ValidatorException
          Thrown by a IValidatorwhen submitted input is not valid.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.