org.apache.cocoon.woody.formmodel
Class RowAction.MoveDownAction
java.lang.Object
org.apache.cocoon.woody.formmodel.AbstractWidget
org.apache.cocoon.woody.formmodel.Action
org.apache.cocoon.woody.formmodel.RowAction
org.apache.cocoon.woody.formmodel.RowAction.MoveDownAction
- All Implemented Interfaces:
- Widget
- Enclosing class:
- RowAction
public static class RowAction.MoveDownAction
- extends RowAction
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 |
RowAction.MoveDownAction
public RowAction.MoveDownAction(RowActionDefinition.MoveDownDefinition definition)
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.