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
 void Output.readFromRequest(FormContext formContext)
           
 void BooleanField.readFromRequest(FormContext formContext)
           
 void Upload.readFromRequest(FormContext formContext)
           
 void ImageMap.readFromRequest(FormContext formContext)
           
 void Union.readFromRequest(FormContext formContext)
           
 void GoogleMap.readFromRequest(FormContext formContext)
           
 void Messages.readFromRequest(FormContext formContext)
           
 void Field.readFromRequest(FormContext formContext)
           
 void AggregateField.readFromRequest(FormContext formContext)
           
 void Repeater.readFromRequest(FormContext formContext)
           
 void Action.readFromRequest(FormContext formContext)
           
 void MultiValueField.readFromRequest(FormContext formContext)
           
 void WidgetList.readFromRequest(FormContext formContext)
          Performs the Widget.readFromRequest(FormContext) on all the contained widgets.
 void AbstractContainerWidget.readFromRequest(FormContext formContext)
          Delegates the readFromRequest() down to the contained child-widgets.
 boolean Form.process(FormContext formContext)
          Processes a form submit.
 void Form.readFromRequest(FormContext formContext)
           
 void Widget.readFromRequest(FormContext formContext)
          Lets this widget read its data from a request.
 

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.readFromRequest(FormContext formContext)
           
 void Tree.ActionHandler.act(Tree tree, FormContext context)
           
 



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