org.apache.cocoon.forms.formmodel
Class RowAction

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

public class RowAction
extends Action

Version:
$Id: RowAction.html 1304280 2012-03-23 11:18:01Z 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)
           
 
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-2008 The Apache Software Foundation. All Rights Reserved.