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

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

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

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

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

Constructors in org.apache.cocoon.forms.formmodel with parameters of type RowActionDefinition
RowAction(RowActionDefinition definition)
           
 



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