Uses of Class
com.google.gwt.user.cellview.client.ColumnSortList
Packages that use ColumnSortList
-
Uses of ColumnSortList in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return ColumnSortListModifier and TypeMethodDescriptionAbstractCellTable.getColumnSortList()
Get theColumnSortList
that specifies which columns are sorted.ColumnSortEvent.getColumnSortList()
Get theColumnSortList
that contains the ordered list of sorted columns.Methods in com.google.gwt.user.cellview.client with parameters of type ColumnSortListModifier and TypeMethodDescriptionstatic ColumnSortEvent
ColumnSortEvent.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 ColumnSortListModifierConstructorDescriptionprotected
ColumnSortEvent
(ColumnSortList sortList) Construct a newColumnSortEvent
.