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> |
ChildPropertyTreeModel.getSortCriteria() |
List<SortCriterion> |
CollectionModel.getSortCriteria()
Gets the criteria that this collection is sorted by.
|
List<SortCriterion> |
CollectionModelDecorator.getSortCriteria() |
List<SortCriterion> |
ChildPropertyMenuModel.getSortCriteria() |
List<SortCriterion> |
SortableModel.getSortCriteria() |
Modifier and Type | Method and Description |
---|---|
void |
ChildPropertyTreeModel.setSortCriteria(List<SortCriterion> criteria) |
void |
CollectionModel.setSortCriteria(List<SortCriterion> criteria)
Sorts this collection by the given criteria.
|
void |
CollectionModelDecorator.setSortCriteria(List<SortCriterion> criteria) |
void |
ChildPropertyMenuModel.setSortCriteria(List<SortCriterion> criteria) |
void |
SortableModel.setSortCriteria(List<SortCriterion> criteria) |
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.