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, setPhaseIdgetSource, toStringpublic SortEvent(javax.faces.component.UIComponent source,
         List<SortCriterion> criteria)
criteria - each element must be of type SortCriterionSortCriterionpublic List<SortCriterion> getSortCriteria()
SortCriterionpublic boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventpublic void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.FacesEventCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.