public final class SortEvent
extends javax.faces.event.FacesEvent
source
Constructor and Description |
---|
SortEvent(javax.faces.component.UIComponent source,
List<SortCriterion> criteria)
Creates a new SortEvent.
|
Modifier and Type | Method and Description |
---|---|
List<SortCriterion> |
getSortCriteria()
Each element of this List is of type SortCriterion
|
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener) |
void |
processListener(javax.faces.event.FacesListener listener) |
getComponent, getPhaseId, queue, setPhaseId
getSource, toString
public SortEvent(javax.faces.component.UIComponent source, List<SortCriterion> criteria)
criteria
- each element must be of type SortCriterionSortCriterion
public List<SortCriterion> getSortCriteria()
SortCriterion
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener
in class javax.faces.event.FacesEvent
public void processListener(javax.faces.event.FacesListener listener)
processListener
in class javax.faces.event.FacesEvent
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.