org.apache.cocoon.woody.formmodel
Class RepeaterAction
java.lang.Object
org.apache.cocoon.woody.formmodel.AbstractWidget
org.apache.cocoon.woody.formmodel.Action
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
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 |
RepeaterAction
public RepeaterAction(ActionDefinition definition)
getRepeater
public Repeater getRepeater()
- Get the repeater on which this action acts.
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.