Uses of Interface
org.apache.tapestry.valid.IValidationDelegate

Packages that use IValidationDelegate
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.valid Components and classes that provide specialized, validating text fields. 
 

Uses of IValidationDelegate in org.apache.tapestry
 

Methods in org.apache.tapestry that return IValidationDelegate
 IValidationDelegate IForm.getDelegate()
          Returns the validation delegate for the form.
 

Uses of IValidationDelegate in org.apache.tapestry.form
 

Methods in org.apache.tapestry.form that return IValidationDelegate
abstract  IValidationDelegate Form.getDelegate()
          delegate parameter, which has a default (starting in release 4.0).
 

Uses of IValidationDelegate in org.apache.tapestry.valid
 

Classes in org.apache.tapestry.valid that implement IValidationDelegate
 class ValidationDelegate
          A base implementation of IValidationDelegate that can be used as a managed bean.
 



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