Uses of Class
org.richfaces.model.SortOrder

Packages that use SortOrder
org.richfaces.component Base RichFaces components interfaces and classes 
org.richfaces.model Model APIs of RichFaces components 
 

Uses of SortOrder in org.richfaces.component
 

Methods in org.richfaces.component that return SortOrder
 SortOrder Sortable.getSortOrder()
           
 

Methods in org.richfaces.component with parameters of type SortOrder
 void Sortable.setSortOrder(SortOrder sortOrder)
           
 

Uses of SortOrder in org.richfaces.model
 

Fields in org.richfaces.model declared as SortOrder
protected  SortOrder ScrollableTableDataModel.lastSortOrder
           
 

Methods in org.richfaces.model that return SortOrder
 SortOrder ScrollableTableDataRange.getSortOrder()
           
 

Methods in org.richfaces.model with parameters of type SortOrder
abstract  java.util.List<T> ScrollableTableDataModel.loadData(int startRow, int endRow, SortOrder sortOrder)
          Load range of data items from the source.
 void ScrollableTableDataRange.setSortOrder(SortOrder sortOrder)
           
 

Constructors in org.richfaces.model with parameters of type SortOrder
ScrollableTableDataRange(int first, int last, SortOrder sortOrder)
           
 



Copyright © 2010. All Rights Reserved.