Uses of Class
com.google.gwt.user.cellview.client.ColumnSortList
-
Packages that use ColumnSortList Package Description com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of ColumnSortList in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return ColumnSortList Modifier and Type Method Description ColumnSortListAbstractCellTable. getColumnSortList()Get theColumnSortListthat specifies which columns are sorted.ColumnSortListColumnSortEvent. getColumnSortList()Get theColumnSortListthat contains the ordered list of sorted columns.Methods in com.google.gwt.user.cellview.client with parameters of type ColumnSortList Modifier and Type Method Description static ColumnSortEventColumnSortEvent. fire(HasHandlers source, ColumnSortList sortList)Fires a column sort event on all registered handlers in the handler manager.Constructors in com.google.gwt.user.cellview.client with parameters of type ColumnSortList Constructor Description ColumnSortEvent(ColumnSortList sortList)Construct a newColumnSortEvent.
-