Package | Description |
---|---|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
Modifier and Type | Class and Description |
---|---|
static class |
ColumnSortEvent.AsyncHandler
A default handler used with views attached to asynchronous data providers
such as
AsyncDataProvider . |
static class |
ColumnSortEvent.ListHandler<T>
A default handler used to sort a
List backing a table. |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<ColumnSortEvent.Handler> |
ColumnSortEvent.getAssociatedType() |
static GwtEvent.Type<ColumnSortEvent.Handler> |
ColumnSortEvent.getType()
Gets the type associated with this event.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
AbstractCellTable.addColumnSortHandler(ColumnSortEvent.Handler handler)
Add a handler to handle
ColumnSortEvent s. |
protected void |
ColumnSortEvent.dispatch(ColumnSortEvent.Handler handler) |