Skip navigation links


Uses of Class
org.apache.myfaces.trinidad.model.SortCriterion

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
 java.util.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 UIXCollection.setSortCriteria(java.util.List<SortCriterion> criteria)
          Sorts this collection by the given criteria.
 void UIXTable.setSortCriteria(java.util.List<SortCriterion> 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
 java.util.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, java.util.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
 java.util.List<SortCriterion> CollectionModel.getSortCriteria()
          Gets the criteria that this collection is sorted by.
 java.util.List<SortCriterion> ChildPropertyTreeModel.getSortCriteria()
           
 java.util.List<SortCriterion> ChildPropertyMenuModel.getSortCriteria()
           
 java.util.List<SortCriterion> SortableModel.getSortCriteria()
           
 java.util.List<SortCriterion> CollectionModelDecorator.getSortCriteria()
           

 

Method parameters in org.apache.myfaces.trinidad.model with type arguments of type SortCriterion
 void CollectionModel.setSortCriteria(java.util.List<SortCriterion> criteria)
          Sorts this collection by the given criteria.
 void ChildPropertyTreeModel.setSortCriteria(java.util.List<SortCriterion> criteria)
           
 void ChildPropertyMenuModel.setSortCriteria(java.util.List<SortCriterion> criteria)
           
 void SortableModel.setSortCriteria(java.util.List<SortCriterion> criteria)
           
 void CollectionModelDecorator.setSortCriteria(java.util.List<SortCriterion> criteria)
           

 


Skip navigation links


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.