Uses of Class
com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo
-
Packages that use ColumnSortList.ColumnSortInfo Package Description 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 Modifier and Type Method Description ColumnSortList.ColumnSortInfoColumnSortList. get(int index)Get theColumnSortList.ColumnSortInfoat the specified index.ColumnSortList.ColumnSortInfoColumnSortList. push(Column<?,?> column)Push aColumnonto the list at index zero, setting ascending to true.Methods in com.google.gwt.user.cellview.client with parameters of type ColumnSortList.ColumnSortInfo Modifier and Type Method Description voidColumnSortList. 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.
-