Uses of Class
com.google.gwt.user.cellview.client.ColumnSortEvent
-
Packages that use ColumnSortEvent Package Description com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of ColumnSortEvent in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return ColumnSortEvent 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.Methods in com.google.gwt.user.cellview.client with parameters of type ColumnSortEvent Modifier and Type Method Description voidColumnSortEvent.AsyncHandler. onColumnSort(ColumnSortEvent event)voidColumnSortEvent.Handler. onColumnSort(ColumnSortEvent event)Called whenColumnSortEventis fired.voidColumnSortEvent.ListHandler. onColumnSort(ColumnSortEvent event)
-