org.apache.cocoon.woody.formmodel
Class RowAction

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

public class RowAction
extends Action

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

Nested Class Summary
static class RowAction.MoveDownAction
           
static class RowAction.MoveUpAction
           
 
Field Summary
 
Fields inherited from class org.apache.cocoon.woody.formmodel.Action
definition
 
Constructor Summary
RowAction(RowActionDefinition definition)
           
 
Method Summary
 
Methods inherited from class org.apache.cocoon.woody.formmodel.Action
broadcastEvent, generateLabel, generateSaxFragment, getId, handleActivate, readFromRequest, validate
 
Methods inherited from class org.apache.cocoon.woody.formmodel.AbstractWidget
addValidator, generateItemSaxFragment, generateSaxFragment, getForm, getFullyQualifiedId, getLocation, getNamespace, getParent, getValue, getWidget, isRequired, removeValidator, setDefinition, setLocation, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowAction

public RowAction(RowActionDefinition definition)


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