| Package | Description | 
|---|---|
| org.apache.myfaces.trinidad.component | |
| org.apache.myfaces.trinidad.event | |
| org.apache.myfaces.trinidad.model | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SortCriterion> | UIXCollection. getSortCriteria()Gets the criteria that this collection is sorted by. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UIXCollection. setSortCriteria(List<SortCriterion> criteria)Sorts this collection by the given criteria. | 
| void | UIXTable. setSortCriteria(List<SortCriterion> criteria) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SortCriterion> | SortEvent. getSortCriteria()Each element of this List is of type SortCriterion | 
| Constructor and Description | 
|---|
| SortEvent(javax.faces.component.UIComponent source,
         List<SortCriterion> criteria)Creates a new SortEvent. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SortCriterion> | ChildPropertyMenuModel. getSortCriteria() | 
| List<SortCriterion> | CollectionModel. getSortCriteria()Gets the criteria that this collection is sorted by. | 
| List<SortCriterion> | ChildPropertyTreeModel. getSortCriteria() | 
| List<SortCriterion> | SortableModel. getSortCriteria() | 
| List<SortCriterion> | CollectionModelDecorator. getSortCriteria() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ChildPropertyMenuModel. setSortCriteria(List<SortCriterion> criteria) | 
| void | CollectionModel. setSortCriteria(List<SortCriterion> criteria)Sorts this collection by the given criteria. | 
| void | ChildPropertyTreeModel. setSortCriteria(List<SortCriterion> criteria) | 
| void | SortableModel. setSortCriteria(List<SortCriterion> criteria) | 
| void | CollectionModelDecorator. setSortCriteria(List<SortCriterion> criteria) | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.