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

Packages that use RepeaterActionDefinition
org.apache.cocoon.forms.formmodel   
 

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

Subclasses of RepeaterActionDefinition in org.apache.cocoon.forms.formmodel
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
           
 

Methods in org.apache.cocoon.forms.formmodel that return RepeaterActionDefinition
protected  RepeaterActionDefinition RepeaterActionDefinitionBuilder.createDefinition(Element element, String actionCommand)
           
 

Constructors in org.apache.cocoon.forms.formmodel with parameters of type RepeaterActionDefinition
RepeaterAction(RepeaterActionDefinition definition)
           
 



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