Uses of Class
com.google.gwt.user.cellview.client.ColumnSortEvent
Packages that use ColumnSortEvent
-
Uses of ColumnSortEvent in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return ColumnSortEventModifier and TypeMethodDescriptionstatic ColumnSortEvent
ColumnSortEvent.fire
(HasHandlers source, ColumnSortList sortList) Fires a column sort event on all registered handlers in the handler manager.Methods in com.google.gwt.user.cellview.client with parameters of type ColumnSortEventModifier and TypeMethodDescriptionvoid
ColumnSortEvent.AsyncHandler.onColumnSort
(ColumnSortEvent event) void
ColumnSortEvent.Handler.onColumnSort
(ColumnSortEvent event) Called whenColumnSortEvent
is fired.void
ColumnSortEvent.ListHandler.onColumnSort
(ColumnSortEvent event)