Uses of Interface
org.apache.tapestry.IForm

Packages that use IForm
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.components Basic, fundamental components used to construct more complex components, or pages. 
org.apache.tapestry.contrib.form.checkboxes

Additional checkbox controls, like grouping and controlled selections. 

org.apache.tapestry.contrib.palette

A powerful component for handling the very common case of moving elements from two different multi selection input boxes. 

org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.spec Classes to represent application and component specifications. 
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
 

Uses of IForm in org.apache.tapestry
 

Methods in org.apache.tapestry that return IForm
static IForm TapestryUtils.getForm(IRequestCycle cycle, IComponent component)
          Gets the previously stored IForm object.
 

Methods in org.apache.tapestry with parameters of type IForm
 void IRequestCycle.rewindForm(IForm form)
          Used by formsto perform a partial rewind so as to respond to the form submission (using the direct service).
static void TapestryUtils.storeForm(IRequestCycle cycle, IForm form)
          Store the IForm instance using TapestryUtils.storeUniqueAttribute(IRequestCycle, String, Object).
 

Uses of IForm in org.apache.tapestry.components
 

Methods in org.apache.tapestry.components with parameters of type IForm
protected  boolean IfBean.evaluateCondition(IRequestCycle cycle, IForm form, boolean cycleRewinding)
           
protected  Iterator ForBean.storeSourceData(IForm form, String name)
          Stores the provided data in the form and then returns the data as an iterator.
 

Uses of IForm in org.apache.tapestry.contrib.form.checkboxes
 

Methods in org.apache.tapestry.contrib.form.checkboxes that return IForm
 IForm ControlledCheckbox.getForm()
           
 

Uses of IForm in org.apache.tapestry.contrib.palette
 

Methods in org.apache.tapestry.contrib.palette with parameters of type IForm
abstract  void Palette.setForm(IForm form)
           
 

Uses of IForm in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine with parameters of type IForm
 void RequestCycle.rewindForm(IForm form)
          Rewinds an individual form by invoking rewind(IMarkupWriter, IRequestCycle).
 

Uses of IForm in org.apache.tapestry.form
 

Classes in org.apache.tapestry.form that implement IForm
 class Form
          Component which contains form element components.
 

Methods in org.apache.tapestry.form that return IForm
 IForm FormSupportImpl.getForm()
          Gets a reference to the previously stored IForm.
 IForm FormSupport.getForm()
          Gets a reference to the previously stored IForm.
 IForm IFormComponent.getForm()
          Returns the IForm which contains the component, or null if the component is not contained by a form, or if the containing Form is not currently rendering.
abstract  IForm AbstractFormComponent.getForm()
           
 

Methods in org.apache.tapestry.form with parameters of type IForm
abstract  void AbstractFormComponent.setForm(IForm form)
           
protected  void ImageSubmit.setName(IForm form)
           
protected  void Radio.setName(IForm form)
          Overridden to do nothing so that special RadioGroup semantics are handled properly.
protected  void AbstractFormComponent.setName(IForm form)
           
 

Constructors in org.apache.tapestry.form with parameters of type IForm
FormSupportImpl(IMarkupWriter writer, IRequestCycle cycle, IForm form)
           
FormSupportImpl(IMarkupWriter writer, IRequestCycle cycle, IForm form, JavascriptManager javascriptManager)
           
 

Uses of IForm in org.apache.tapestry.spec
 

Methods in org.apache.tapestry.spec with parameters of type IForm
 void IEventListener.connectAutoSubmitEvents(IComponent component, IForm form)
          Invoked during rendering when a component has been detected as a IFormComponent and may possibly need its events to be wired up as form events.
 void ComponentSpecification.connectAutoSubmitEvents(IComponent component, IForm form)
           
 

Uses of IForm in org.apache.tapestry.wml
 

Classes in org.apache.tapestry.wml that implement IForm
 class Go
          The go element declares a go task, indicating navigation to a URI.
 

Constructors in org.apache.tapestry.wml with parameters of type IForm
GoFormSupportImpl(IMarkupWriter writer, IRequestCycle cycle, IForm form)
           
 



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