org.apache.cocoon.forms.formmodel
Class RepeaterActionDefinition.ChangePageActionDefinition

java.lang.Object
  extended by org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
      extended by org.apache.cocoon.forms.formmodel.ActionDefinition
          extended by org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
              extended by org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition
All Implemented Interfaces:
WidgetDefinition, Locatable
Enclosing class:
RepeaterActionDefinition

public static class RepeaterActionDefinition.ChangePageActionDefinition
extends RepeaterActionDefinition


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
RepeaterActionDefinition.AddRowActionDefinition, RepeaterActionDefinition.ChangePageActionDefinition, RepeaterActionDefinition.DeleteRowsActionDefinition, RepeaterActionDefinition.InsertRowsActionDefinition, RepeaterActionDefinition.SortActionDefinition
 
Field Summary
static int CUSTOM
           
static int FIRST
           
static int LAST
           
protected  int method
           
static int NEXT
           
static int PREV
           
 
Fields inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
createListener, enclosingLibrary, parent
 
Constructor Summary
RepeaterActionDefinition.ChangePageActionDefinition(String repeaterName, int m)
           
 
Method Summary
 void initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 
Methods inherited from class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
createInstance, getRepeaterName
 
Methods inherited from class org.apache.cocoon.forms.formmodel.ActionDefinition
addActionListener, fireActionEvent, getActionCommand, hasActionListeners, setActionCommand
 
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
 

Field Detail

method

protected int method

FIRST

public static final int FIRST
See Also:
Constant Field Values

PREV

public static final int PREV
See Also:
Constant Field Values

NEXT

public static final int NEXT
See Also:
Constant Field Values

LAST

public static final int LAST
See Also:
Constant Field Values

CUSTOM

public static final int CUSTOM
See Also:
Constant Field Values
Constructor Detail

RepeaterActionDefinition.ChangePageActionDefinition

public RepeaterActionDefinition.ChangePageActionDefinition(String repeaterName,
                                                           int m)
Method Detail

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.