Uses of Class
org.richfaces.model.SortOrder

Packages that use SortOrder
org.richfaces.component   
org.richfaces.model   
 

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
 

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 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 © 2007. All Rights Reserved.