GWT 0.0.0

Uses of Class
com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo

Packages that use ColumnSortList.ColumnSortInfo
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

Uses of ColumnSortList.ColumnSortInfo in com.google.gwt.user.cellview.client
 

Methods in com.google.gwt.user.cellview.client that return ColumnSortList.ColumnSortInfo
 ColumnSortList.ColumnSortInfo ColumnSortList.get(int index)
          Get the ColumnSortList.ColumnSortInfo at the specified index.
 ColumnSortList.ColumnSortInfo ColumnSortList.push(Column<?,?> column)
          Push a Column onto the list at index zero, setting ascending to true.
 

Methods in com.google.gwt.user.cellview.client with parameters of type ColumnSortList.ColumnSortInfo
 void ColumnSortList.insert(int index, ColumnSortList.ColumnSortInfo sortInfo)
          Inserts the specified ColumnSortList.ColumnSortInfo at the specified position in this list.
 void ColumnSortList.push(ColumnSortList.ColumnSortInfo sortInfo)
          Push a ColumnSortList.ColumnSortInfo onto the list at index zero.
 boolean ColumnSortList.remove(ColumnSortList.ColumnSortInfo sortInfo)
          Remove a ColumnSortList.ColumnSortInfo from the list.
 


GWT 0.0.0