com.infragistics.faces.shared.event
Class SortEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
com.infragistics.faces.shared.event.SortEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class SortEvent
- extends javax.faces.event.FacesEvent
This event is fired whenever the sort order is changed.
It provides access to the Previous Sort Expressions and the New Sort Expressions.
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SortEvent
public SortEvent(javax.faces.component.UIComponent component,
SortExpression[] previousSortExpressions,
SortExpression[] newSortExpressions)
getNewSortExpressions
public SortExpression[] getNewSortExpressions()
- Returns:
- Returns the newSortExpressions.
getPreviousSortExpressions
public SortExpression[] getPreviousSortExpressions()
- Returns:
- Returns the previousSortExpressions.
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
processListener
public void processListener(javax.faces.event.FacesListener listener)