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.internal.event Event related internal classes only. 
org.apache.tapestry.internal.event.impl Event related internal classes only. 
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.internal.event
 

Methods in org.apache.tapestry.internal.event with parameters of type FormSupport
 void IComponentEventInvoker.invokeFormListeners(FormSupport formSupport, IRequestCycle cycle, BrowserEvent event)
          Causes the configured listeners for the passed FormSupport's IForm to be invoked, if mapped to this request/event.
 

Uses of FormSupport in org.apache.tapestry.internal.event.impl
 

Methods in org.apache.tapestry.internal.event.impl with parameters of type FormSupport
 void ComponentEventInvoker.invokeFormListeners(FormSupport formSupport, IRequestCycle cycle, BrowserEvent event)
          Causes the configured listeners for the passed FormSupport's IForm to be invoked, if mapped to this request/event.
 

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)
           
 



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