org.apache.cocoon.forms.formmodel
Class RowAction.MoveDownAction

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
              extended by org.apache.cocoon.forms.formmodel.RowAction.MoveDownAction
All Implemented Interfaces:
ActionListenerEnabled, Widget, Locatable
Enclosing class:
RowAction

public static class RowAction.MoveDownAction
extends RowAction


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cocoon.forms.formmodel.RowAction
RowAction.MoveDownAction, 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.MoveDownAction(RowActionDefinition.MoveDownDefinition definition)
           
 
Method Summary
 void generateSaxFragment(ContentHandler contentHandler, Locale locale)
          Generates an XML representation of this widget.
 
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, 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.MoveDownAction

public RowAction.MoveDownAction(RowActionDefinition.MoveDownDefinition definition)
Method Detail

generateSaxFragment

public void generateSaxFragment(ContentHandler contentHandler,
                                Locale locale)
                         throws SAXException
Description copied from class: AbstractWidget
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 CForms namespace mentioned in Constants.FI_PREFIX is already declared (by the caller or otherwise). This will generate some standard XML consisting of a simple wrapper element (name provided by AbstractWidget.getXMLElementName()) with attributes (provided by AbstractWidget.getXMLElementAttributes() around anything injected in by both AbstractWidget.generateDisplayData(ContentHandler) and AbstractWidget.generateItemSaxFragment(ContentHandler, Locale).
 <fi:AbstractWidget.getXMLElementName() AbstractWidget.getXMLElementAttributes() >
   AbstractWidget.generateDisplayData(ContentHandler) (i.e. help, label, ...)

   AbstractWidget.generateItemSaxFragment(ContentHandler, Locale)
 </fi:AbstractWidget.getXMLElementName() >
 

Specified by:
generateSaxFragment in interface Widget
Overrides:
generateSaxFragment in class AbstractWidget
Parameters:
contentHandler - to send the SAX events to
locale - in which context potential content needs to be put.
Throws:
SAXException


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