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

java.lang.Object
  extended byorg.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
      extended byorg.apache.cocoon.forms.formmodel.ActionDefinition
          extended byorg.apache.cocoon.forms.formmodel.RepeaterActionDefinition
              extended byorg.apache.cocoon.forms.formmodel.RepeaterActionDefinition.SortActionDefinition
All Implemented Interfaces:
org.apache.cocoon.util.location.Locatable, WidgetDefinition
Enclosing class:
RepeaterActionDefinition

public static class RepeaterActionDefinition.SortActionDefinition
extends RepeaterActionDefinition


Nested Class Summary
 
Nested classes inherited from class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
RepeaterActionDefinition.AddRowActionDefinition, RepeaterActionDefinition.ChangePageActionDefinition, RepeaterActionDefinition.DeleteRowsActionDefinition, RepeaterActionDefinition.InsertRowsActionDefinition, RepeaterActionDefinition.SortActionDefinition
 
Field Summary
protected  String field
           
 
Fields inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
createListener, enclosingLibrary, parent
 
Constructor Summary
RepeaterActionDefinition.SortActionDefinition(String repeaterName, String field)
           
 
Methods inherited from class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
createInstance, getRepeaterName, initializeFrom
 
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

field

protected String field
Constructor Detail

RepeaterActionDefinition.SortActionDefinition

public RepeaterActionDefinition.SortActionDefinition(String repeaterName,
                                                     String field)


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