org.apache.cocoon.forms.formmodel
Class RepeaterActionDefinition.InsertRowsActionDefinition
java.lang.Object
org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
org.apache.cocoon.forms.formmodel.ActionDefinition
org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.InsertRowsActionDefinition
- All Implemented Interfaces:
- WidgetDefinition, Locatable
- Enclosing class:
- RepeaterActionDefinition
public static class RepeaterActionDefinition.InsertRowsActionDefinition
- extends RepeaterActionDefinition
The definition of a repeater action that insert rows before the selected rows in a sibling repeater,
or at the end of the repeater if no row is selected.
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition |
addCreateListener, addValidator, checkCompleteness, checkMutable, fireCreateEvent, generateDisplayData, generateDisplayData, generateLabel, getAttribute, getEnclosingLibrary, getFormDefinition, getId, getLocation, getParent, getState, makeImmutable, setAttributes, setDisplayData, setEnclosingLibrary, setId, setLocation, setParent, setState, validate, widgetCreated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectName
protected String selectName
RepeaterActionDefinition.InsertRowsActionDefinition
public RepeaterActionDefinition.InsertRowsActionDefinition(String repeaterName,
String selectWidgetName)
initializeFrom
public void initializeFrom(WidgetDefinition definition)
throws Exception
- initialize this definition with the other, sort of like a copy constructor
- Specified by:
initializeFrom
in interface WidgetDefinition
- Overrides:
initializeFrom
in class RepeaterActionDefinition
- Throws:
Exception
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.