org.apache.cocoon.forms.formmodel
Class RowAction

java.lang.Object
  extended by org.apache.cocoon.forms.formmodel.AbstractWidget
      extended by org.apache.cocoon.forms.formmodel.Action
          extended by org.apache.cocoon.forms.formmodel.RowAction
All Implemented Interfaces:
ActionListenerEnabled, Widget, Locatable
Direct Known Subclasses:
RowAction.MoveDownAction, RowAction.MoveUpAction

public class RowAction
extends Action

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

Nested Class Summary
static class RowAction.MoveDownAction
           
static class RowAction.MoveUpAction
           
 
Field Summary
 
Fields inherited from class org.apache.cocoon.forms.formmodel.AbstractWidget
wasValid
 
Fields inherited from interface org.apache.cocoon.forms.formmodel.Widget
PATH_SEPARATOR
 
Constructor Summary
RowAction(RowActionDefinition definition)
           
 
Method Summary
 
Methods inherited from class org.apache.cocoon.forms.formmodel.Action
addActionListener, broadcastEvent, getDefinition, getXMLElementName, handleActivate, isValid, performAction, readFromRequest, removeActionListener, validate
 
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractWidget
addValidator, generateDisplayData, generateItemSaxFragment, generateLabel, generateSaxFragment, getAttribute, getChild, getCombinedState, getForm, getFullName, getId, getLocation, getName, getParent, getRequestParameterName, getState, getValue, getWidget, getXMLElementAttributes, initialize, isRequired, lookupWidget, removeAttribute, removeValidator, setAttribute, setParent, setState, setValue, toString, widgetNameChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowAction

public RowAction(RowActionDefinition definition)


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