org.apache.cocoon.forms.formmodel
Class RepeaterAction

java.lang.Object
  extended byorg.apache.cocoon.forms.formmodel.AbstractWidget
      extended byorg.apache.cocoon.forms.formmodel.Action
          extended byorg.apache.cocoon.forms.formmodel.RepeaterAction
All Implemented Interfaces:
ActionListenerEnabled, Locatable, Widget
Direct Known Subclasses:
RepeaterAction.Move

public class RepeaterAction
extends Action

An action that acts on a repeater.

Version:
$Id: RepeaterAction.java 326838 2005-10-20 06:26:53Z sylvain $
Author:
Sylvain Wallez
See Also:
RepeaterActionDefinitionBuilder

Nested Class Summary
static class RepeaterAction.Move
           
 
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
RepeaterAction(RepeaterActionDefinition definition)
           
 
Method Summary
 Repeater getRepeater()
          Get the repeater on which this action acts.
 
Methods inherited from class org.apache.cocoon.forms.formmodel.Action
addActionListener, broadcastEvent, getDefinition, getXMLElementName, handleActivate, isValid, 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

RepeaterAction

public RepeaterAction(RepeaterActionDefinition definition)
Method Detail

getRepeater

public Repeater getRepeater()
Get the repeater on which this action acts.



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.