|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionDefinition | |
---|---|
org.apache.cocoon.forms.formmodel |
Uses of ActionDefinition in org.apache.cocoon.forms.formmodel |
---|
Subclasses of ActionDefinition in org.apache.cocoon.forms.formmodel | |
---|---|
class |
RepeaterActionDefinition
Abstract repeater action. |
static class |
RepeaterActionDefinition.AddRowActionDefinition
The definition of a repeater action that adds a row to a sibling repeater. |
static class |
RepeaterActionDefinition.ChangePageActionDefinition
|
static class |
RepeaterActionDefinition.DeleteRowsActionDefinition
The definition of a repeater action that deletes the selected rows of a sibling repeater. |
static class |
RepeaterActionDefinition.InsertRowsActionDefinition
The definition of a repeater action that insert rows before the selected rows in a sibling repeater, or at the end of the repeater if no row is selected. |
static class |
RepeaterActionDefinition.SortActionDefinition
|
class |
RowActionDefinition
|
static class |
RowActionDefinition.AddAfterDefinition
Adds a row after the one containing this action. |
static class |
RowActionDefinition.DeleteRowDefinition
Deletes the row containing this action. |
static class |
RowActionDefinition.MoveDownDefinition
Moves up the row containing this action. |
static class |
RowActionDefinition.MoveUpDefinition
Moves up the row containing this action. |
class |
SubmitDefinition
Definition for a Submit . |
Methods in org.apache.cocoon.forms.formmodel with parameters of type ActionDefinition | |
---|---|
protected void |
ActionDefinitionBuilder.setupDefinition(Element widgetElement,
ActionDefinition definition,
WidgetDefinitionBuilderContext context)
|
Constructors in org.apache.cocoon.forms.formmodel with parameters of type ActionDefinition | |
---|---|
Action(ActionDefinition definition)
|
|
Submit(ActionDefinition definition,
boolean validateForm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |