Uses of Class
com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo
Packages that use ColumnSortList.ColumnSortInfo
-
Uses of ColumnSortList.ColumnSortInfo in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return ColumnSortList.ColumnSortInfoModifier and TypeMethodDescriptionColumnSortList.get
(int index) Get theColumnSortList.ColumnSortInfo
at the specified index.Push aColumn
onto the list at index zero, setting ascending to true.Methods in com.google.gwt.user.cellview.client with parameters of type ColumnSortList.ColumnSortInfoModifier and TypeMethodDescriptionvoid
ColumnSortList.insert
(int index, ColumnSortList.ColumnSortInfo sortInfo) Inserts the specifiedColumnSortList.ColumnSortInfo
at the specified position in this list.void
ColumnSortList.push
(ColumnSortList.ColumnSortInfo sortInfo) Push aColumnSortList.ColumnSortInfo
onto the list at index zero.boolean
ColumnSortList.remove
(ColumnSortList.ColumnSortInfo sortInfo) Remove aColumnSortList.ColumnSortInfo
from the list.