|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Form | |
org.apache.cocoon.forms | |
org.apache.cocoon.forms.event | |
org.apache.cocoon.forms.formmodel | |
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 |
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(String uri)
Creates a form instance based on the XML form definition that can be retrieved from the specified URI. |
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(Source source)
|
Form |
DefaultFormManager.createForm(String uri)
|
Form |
DefaultFormManager.createForm(Element formElement)
|
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()
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |