Uses of Interface
org.apache.tapestry.form.FormSupport

Packages that use FormSupport
org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
 

Uses of FormSupport in org.apache.tapestry.form
 

Classes in org.apache.tapestry.form that implement FormSupport
 class FormSupportImpl
          Encapsulates most of the behavior of a Form component.
 

Methods in org.apache.tapestry.form that return FormSupport
protected  FormSupport Form.newFormSupport(IMarkupWriter writer, IRequestCycle cycle)
          Returns a new instance of FormSupportImpl.
 

Uses of FormSupport in org.apache.tapestry.wml
 

Classes in org.apache.tapestry.wml that implement FormSupport
 class GoFormSupportImpl
          Subclass of FormSupportImpl that adjusts the output markup to conform to WML.
 

Methods in org.apache.tapestry.wml that return FormSupport
protected  FormSupport Go.newFormSupport(IMarkupWriter writer, IRequestCycle cycle)