Uses of Class
org.apache.cocoon.forms.formmodel.Form

Packages that use Form
org.apache.cocoon.forms   
org.apache.cocoon.forms.event   
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.formmodel.algorithms   
org.apache.cocoon.forms.generation   
org.apache.cocoon.forms.transformation   
 

Uses of Form in org.apache.cocoon.forms
 

Methods in org.apache.cocoon.forms that return Form
 Form DefaultFormManager.createForm(String uri)
           
 Form DefaultFormManager.createForm(Source source)
           
 Form DefaultFormManager.createForm(Element formElement)
           
 Form FormManager.createForm(String uri)
          Creates a form instance based on the XML form definition that can be retrieved from the specified URI.
 Form FormManager.createForm(Source source)
          Creates a form instance based on the XML form definition that can be read from the specified source.
 Form FormManager.createForm(Element formElement)
          Creates a form instance based on the XML form definition that is supplied as a DOM tree.
 

Uses of Form in org.apache.cocoon.forms.event
 

Methods in org.apache.cocoon.forms.event that return Form
 Form ProcessingPhaseEvent.getForm()
           
 

Constructors in org.apache.cocoon.forms.event with parameters of type Form
ProcessingPhaseEvent(Form form, ProcessingPhase phase)
           
 

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

Methods in org.apache.cocoon.forms.formmodel that return Form
 Form AbstractWidget.getForm()
           
 Form Repeater.RepeaterRow.getForm()
           
 Form Widget.getForm()
           
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type Form
 Object CalculatedFieldAlgorithm.calculate(Form form, Widget parent, Datatype datatype)
          Performs the actual calculation.
 

Uses of Form in org.apache.cocoon.forms.formmodel.algorithms
 

Methods in org.apache.cocoon.forms.formmodel.algorithms with parameters of type Form
 Object JavaScript.calculate(Form form, Widget parent, Datatype datatype)
           
 Object SimpleFormula.calculate(Form form, Widget parent, Datatype datatype)
           
 Object RepeatedFormula.calculate(Form form, Widget parent, Datatype datatype)
           
 

Uses of Form in org.apache.cocoon.forms.generation
 

Methods in org.apache.cocoon.forms.generation that return Form
 Form JXMacrosHelper.getForm(Form form, String attributeName)
           
 

Methods in org.apache.cocoon.forms.generation with parameters of type Form
 Form JXMacrosHelper.getForm(Form form, String attributeName)
           
 void JXMacrosHelper.startForm(Form form, Map attributes)
           
 void JXMacrosHelper.defineClassBody(Form form, String id, Object body)
           
 

Uses of Form in org.apache.cocoon.forms.transformation
 

Methods in org.apache.cocoon.forms.transformation that return Form
 Form FormsPipelineConfig.findForm()
          Overloads FormsPipelineConfig.findForm(String) by setting the jxpath-expression to null
 Form FormsPipelineConfig.findForm(String jxpathExpression)
          Finds the form from the current request-context based on the settings of this configuration object.
 



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