org.richfaces.event.sort
Class SortEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.richfaces.event.AttributedEvent
              extended by org.richfaces.event.ScrollableGridViewEvent
                  extended by org.richfaces.event.sort.SortEvent
All Implemented Interfaces:
java.io.Serializable, AttributeHolder

public class SortEvent
extends ScrollableGridViewEvent

Author:
Maksim Kaszynski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.richfaces.event.ScrollableGridViewEvent
first, rows
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SortEvent(javax.faces.component.UIComponent component, int sortColumn, int rows, int first)
           
 
Method Summary
 int getSortColumn()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           
 void setSortColumn(int sortColumn)
           
 java.lang.String toString()
           
 
Methods inherited from class org.richfaces.event.ScrollableGridViewEvent
getFirst, getRows, setFirst, setRows
 
Methods inherited from class org.richfaces.event.AttributedEvent
applyAttributes, applyAttributes, getAttribute, setAttribute
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SortEvent

public SortEvent(javax.faces.component.UIComponent component,
                 int sortColumn,
                 int rows,
                 int first)
Method Detail

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent

processListener

public void processListener(javax.faces.event.FacesListener listener)
Specified by:
processListener in class javax.faces.event.FacesEvent

getSortColumn

public int getSortColumn()
Returns:
the sortField

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject
See Also:
EventObject.toString()

setSortColumn

public void setSortColumn(int sortColumn)


Copyright © 2007. All Rights Reserved.