org.apache.myfaces.trinidad.event
Class SortEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
org.apache.myfaces.trinidad.event.SortEvent
- All Implemented Interfaces:
- Serializable
public final class SortEvent
- extends FacesEvent
The Event generated when a Collection is to be sorted.
- See Also:
- Serialized Form
SortEvent
public SortEvent(UIComponent source,
List<SortCriterion> criteria)
- Creates a new SortEvent.
- Parameters:
criteria
- each element must be of type SortCriterion- See Also:
SortCriterion
getSortCriteria
public List<SortCriterion> getSortCriteria()
- Each element of this List is of type SortCriterion
- See Also:
SortCriterion
isAppropriateListener
public boolean isAppropriateListener(FacesListener listener)
- Specified by:
isAppropriateListener
in class FacesEvent
processListener
public void processListener(FacesListener listener)
- Specified by:
processListener
in class FacesEvent
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.