org.apache.cocoon.forms.formmodel
Class RowActionDefinition

java.lang.Object
  extended by org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
      extended by org.apache.cocoon.forms.formmodel.ActionDefinition
          extended by org.apache.cocoon.forms.formmodel.RowActionDefinition
All Implemented Interfaces:
WidgetDefinition, Locatable
Direct Known Subclasses:
RowActionDefinition.AddAfterDefinition, RowActionDefinition.DeleteRowDefinition, RowActionDefinition.MoveDownDefinition, RowActionDefinition.MoveUpDefinition

public class RowActionDefinition
extends ActionDefinition

Version:
$Id: RowActionDefinition.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Nested Class Summary
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.
 
Field Summary
 
Fields inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
createListener, enclosingLibrary, parent
 
Constructor Summary
RowActionDefinition()
           
 
Method Summary
 Widget createInstance()
          Creates and returns a widget based on this widget definition.
 
Methods inherited from class org.apache.cocoon.forms.formmodel.ActionDefinition
addActionListener, fireActionEvent, getActionCommand, hasActionListeners, initializeFrom, setActionCommand
 
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
addCreateListener, addValidator, checkCompleteness, checkMutable, fireCreateEvent, generateDisplayData, generateDisplayData, generateLabel, getAttribute, getEnclosingLibrary, getFormDefinition, getId, getLocation, getParent, getState, makeImmutable, setAttributes, setDisplayData, setEnclosingLibrary, setId, setLocation, setParent, setState, validate, widgetCreated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowActionDefinition

public RowActionDefinition()
Method Detail

createInstance

public Widget createInstance()
Description copied from interface: WidgetDefinition
Creates and returns a widget based on this widget definition.

Specified by:
createInstance in interface WidgetDefinition
Overrides:
createInstance in class ActionDefinition


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