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. 
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
 

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()
           
 

Methods in org.apache.tapestry.form with parameters of type IValidationDelegate
abstract  void Form.setDelegate(IValidationDelegate delegate)
           
 

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 helper bean.
 

Uses of IValidationDelegate in org.apache.tapestry.wml
 

Methods in org.apache.tapestry.wml that return IValidationDelegate
 IValidationDelegate Go.getDelegate()
          This component doesn't support delegate.
 

Methods in org.apache.tapestry.wml with parameters of type IValidationDelegate
 void Go.setDelegate(IValidationDelegate delegate)