Uses of Class
org.apache.cocoon.forms.FormContext

Packages that use FormContext
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.formmodel.tree   
 

Uses of FormContext in org.apache.cocoon.forms.formmodel
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type FormContext
 boolean Form.process(FormContext formContext)
          Processes a form submit.
 void GoogleMap.readFromRequest(FormContext formContext)
           
 void Widget.readFromRequest(FormContext formContext)
          Lets this widget read its data from a request.
 void WidgetList.readFromRequest(FormContext formContext)
          Performs the Widget.readFromRequest(FormContext) on all the contained widgets.
 void BooleanField.readFromRequest(FormContext formContext)
           
 void MultiValueField.readFromRequest(FormContext formContext)
           
 void Form.readFromRequest(FormContext formContext)
           
 void Output.readFromRequest(FormContext formContext)
           
 void Repeater.readFromRequest(FormContext formContext)
           
 void AbstractContainerWidget.readFromRequest(FormContext formContext)
          Delegates the readFromRequest() down to the contained child-widgets.
 void Upload.readFromRequest(FormContext formContext)
           
 void Messages.readFromRequest(FormContext formContext)
           
 void AggregateField.readFromRequest(FormContext formContext)
           
 void Union.readFromRequest(FormContext formContext)
           
 void Field.readFromRequest(FormContext formContext)
           
 void ImageMap.readFromRequest(FormContext formContext)
           
 void Action.readFromRequest(FormContext formContext)
           
 

Uses of FormContext in org.apache.cocoon.forms.formmodel.tree
 

Methods in org.apache.cocoon.forms.formmodel.tree with parameters of type FormContext
 void Tree.ActionHandler.act(Tree tree, FormContext context)
           
 void Tree.readFromRequest(FormContext formContext)
           
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.