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.ColumnSortInfoat the specified index.Push aColumnonto the list at index zero, setting ascending to true.Methods in com.google.gwt.user.cellview.client with parameters of type ColumnSortList.ColumnSortInfoModifier and TypeMethodDescriptionvoidColumnSortList.insert(int index, ColumnSortList.ColumnSortInfo sortInfo) Inserts the specifiedColumnSortList.ColumnSortInfoat the specified position in this list.voidColumnSortList.push(ColumnSortList.ColumnSortInfo sortInfo) Push aColumnSortList.ColumnSortInfoonto the list at index zero.booleanColumnSortList.remove(ColumnSortList.ColumnSortInfo sortInfo) Remove aColumnSortList.ColumnSortInfofrom the list.