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

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

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

Methods in com.google.gwt.widgetideas.table.client that return TableModel.ColumnSortInfo
 TableModel.ColumnSortInfo TableModel.ColumnSortList.getPrimaryColumnSortInfo()
          Get the primary (first) TableModel.ColumnSortInfo.
 

Methods in com.google.gwt.widgetideas.table.client that return types with arguments of type TableModel.ColumnSortInfo
 java.util.Iterator<TableModel.ColumnSortInfo> TableModel.ColumnSortList.iterator()
           
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type TableModel.ColumnSortInfo
 boolean TableModel.ColumnSortInfo.equals(TableModel.ColumnSortInfo csi)
          Check if this object is equal to another.