|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortCriterion | |
---|---|
org.apache.myfaces.trinidad.component | |
org.apache.myfaces.trinidad.event | |
org.apache.myfaces.trinidad.model |
Uses of SortCriterion in org.apache.myfaces.trinidad.component |
---|
Methods in org.apache.myfaces.trinidad.component that return types with arguments of type SortCriterion | |
---|---|
List<SortCriterion> |
UIXCollection.getSortCriteria()
Gets the criteria that this collection is sorted by. |
Method parameters in org.apache.myfaces.trinidad.component with type arguments of type SortCriterion | |
---|---|
void |
UIXTable.setSortCriteria(List<SortCriterion> criteria)
|
void |
UIXCollection.setSortCriteria(List<SortCriterion> criteria)
Sorts this collection by the given criteria. |
Uses of SortCriterion in org.apache.myfaces.trinidad.event |
---|
Methods in org.apache.myfaces.trinidad.event that return types with arguments of type SortCriterion | |
---|---|
List<SortCriterion> |
SortEvent.getSortCriteria()
Each element of this List is of type SortCriterion |
Constructor parameters in org.apache.myfaces.trinidad.event with type arguments of type SortCriterion | |
---|---|
SortEvent(javax.faces.component.UIComponent source,
List<SortCriterion> criteria)
Creates a new SortEvent. |
Uses of SortCriterion in org.apache.myfaces.trinidad.model |
---|
Methods in org.apache.myfaces.trinidad.model that return types with arguments of type SortCriterion | |
---|---|
List<SortCriterion> |
CollectionModel.getSortCriteria()
Gets the criteria that this collection is sorted by. |
List<SortCriterion> |
CollectionModelDecorator.getSortCriteria()
|
List<SortCriterion> |
SortableModel.getSortCriteria()
|
List<SortCriterion> |
ChildPropertyTreeModel.getSortCriteria()
|
List<SortCriterion> |
ChildPropertyMenuModel.getSortCriteria()
|
Method parameters in org.apache.myfaces.trinidad.model with type arguments of type SortCriterion | |
---|---|
void |
CollectionModel.setSortCriteria(List<SortCriterion> criteria)
Sorts this collection by the given criteria. |
void |
CollectionModelDecorator.setSortCriteria(List<SortCriterion> criteria)
|
void |
SortableModel.setSortCriteria(List<SortCriterion> criteria)
|
void |
ChildPropertyTreeModel.setSortCriteria(List<SortCriterion> criteria)
|
void |
ChildPropertyMenuModel.setSortCriteria(List<SortCriterion> criteria)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |