Uses of Class
com.google.gwt.widgetideas.table.client.TableModel.ColumnSortList

Packages that use TableModel.ColumnSortList
com.google.gwt.widgetideas.table.client   
 

Uses of TableModel.ColumnSortList in com.google.gwt.widgetideas.table.client
 

Methods in com.google.gwt.widgetideas.table.client that return TableModel.ColumnSortList
 TableModel.ColumnSortList TableModel.Request.getColumnSortList()
          Get the TableModel.ColumnSortInfo, which includes the sort indexes and ascending or descending order info.
 TableModel.ColumnSortList SortableGrid.getColumnSortList()
           
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type TableModel.ColumnSortList
 boolean TableModel.ColumnSortList.equals(TableModel.ColumnSortList csl)
          Check if this object is equal to another.
 void SortableColumnsListenerCollection.fireColumnSorted(TableModel.ColumnSortList sortList)
          Fired when the currently sorted column changes.
 void SortableColumnsListener.onColumnSorted(TableModel.ColumnSortList sortList)
          Fired when the currently sorted column changes.
abstract  void SortableGrid.ColumnSorter.onSortColumn(SortableGrid grid, TableModel.ColumnSortList sortList, SortableGrid.ColumnSorterCallback callback)
          Override this method to implement a custom column sorting algorithm.
 

Constructors in com.google.gwt.widgetideas.table.client with parameters of type TableModel.ColumnSortList
TableModel.Request(int startRow, int numRows, TableModel.ColumnSortList columnSortList)
          Constructor.