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