org.apache.cocoon.woody.formmodel
Class RowAction.MoveUpAction

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
              extended by org.apache.cocoon.woody.formmodel.RowAction.MoveUpAction
All Implemented Interfaces:
Widget
Enclosing class:
RowAction

public static class RowAction.MoveUpAction
extends RowAction


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cocoon.woody.formmodel.RowAction
RowAction.MoveDownAction, RowAction.MoveUpAction
 
Field Summary
 
Fields inherited from class org.apache.cocoon.woody.formmodel.Action
definition
 
Constructor Summary
RowAction.MoveUpAction(RowActionDefinition.MoveUpDefinition definition)
           
 
Method Summary
 void generateSaxFragment(ContentHandler contentHandler, Locale locale)
          Generates an XML representation of this widget.
 
Methods inherited from class org.apache.cocoon.woody.formmodel.Action
broadcastEvent, generateLabel, 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.MoveUpAction

public RowAction.MoveUpAction(RowActionDefinition.MoveUpDefinition definition)
Method Detail

generateSaxFragment

public void generateSaxFragment(ContentHandler contentHandler,
                                Locale locale)
                         throws SAXException
Description copied from interface: Widget
Generates an XML representation of this widget. The startDocument and endDocument SAX events will not be called. It is assumed that the prefix for the Woody namespace mentioned in Constants.WI_PREFIX is already declared (by the caller or otherwise).

Specified by:
generateSaxFragment in interface Widget
Overrides:
generateSaxFragment in class Action
Throws:
SAXException


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