org.apache.cocoon.woody.formmodel
Class RepeaterAction

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.RepeaterAction
All Implemented Interfaces:
Widget

public class RepeaterAction
extends Action

An action that acts on a repeater.

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

Field Summary
 
Fields inherited from class org.apache.cocoon.woody.formmodel.Action
definition
 
Constructor Summary
RepeaterAction(ActionDefinition definition)
           
 
Method Summary
 Repeater getRepeater()
          Get the repeater on which this action acts.
 
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

RepeaterAction

public RepeaterAction(ActionDefinition definition)
Method Detail

getRepeater

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



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