Uses of Interface
com.google.gwt.user.cellview.client.ColumnSortEvent.Handler
-
Packages that use ColumnSortEvent.Handler Package Description com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of ColumnSortEvent.Handler in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement ColumnSortEvent.Handler Modifier and Type Class Description static classColumnSortEvent.AsyncHandlerA default handler used with views attached to asynchronous data providers such asAsyncDataProvider.static classColumnSortEvent.ListHandler<T>A default handler used to sort aListbacking a table.Methods in com.google.gwt.user.cellview.client that return types with arguments of type ColumnSortEvent.Handler Modifier and Type Method Description GwtEvent.Type<ColumnSortEvent.Handler>ColumnSortEvent. getAssociatedType()static GwtEvent.Type<ColumnSortEvent.Handler>ColumnSortEvent. getType()Gets the type associated with this event.Methods in com.google.gwt.user.cellview.client with parameters of type ColumnSortEvent.Handler Modifier and Type Method Description HandlerRegistrationAbstractCellTable. addColumnSortHandler(ColumnSortEvent.Handler handler)Add a handler to handleColumnSortEvents.protected voidColumnSortEvent. dispatch(ColumnSortEvent.Handler handler)
-