|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Form in org.apache.cocoon.forms |
---|
Methods in org.apache.cocoon.forms that return Form | |
---|---|
Form |
FormManager.createForm(Element formElement)
Creates a form instance based on the XML form definition that is supplied as a DOM tree. |
Form |
DefaultFormManager.createForm(Element formElement)
|
Form |
FormManager.createForm(Source source)
Creates a form instance based on the XML form definition that can be read from the specified source. |
Form |
DefaultFormManager.createForm(Source source)
|
Form |
FormManager.createForm(String uri)
Creates a form instance based on the XML form definition that can be retrieved from the specified URI. |
Form |
DefaultFormManager.createForm(String uri)
|
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 |
Widget.getForm()
|
Form |
Repeater.RepeaterRow.getForm()
|
Form |
AbstractWidget.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 |
SimpleFormula.calculate(Form form,
Widget parent,
Datatype datatype)
|
Object |
RepeatedFormula.calculate(Form form,
Widget parent,
Datatype datatype)
|
Object |
JavaScript.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 | |
---|---|
void |
JXMacrosHelper.defineClassBody(Form form,
String id,
Object body)
|
Form |
JXMacrosHelper.getForm(Form form,
String attributeName)
|
void |
JXMacrosHelper.startForm(Form form,
Map attributes)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |