|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnSortEvent.Handler | |
---|---|
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 | |
---|---|
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. |
Methods in com.google.gwt.user.cellview.client that return types with arguments of type ColumnSortEvent.Handler | |
---|---|
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 | |
---|---|
HandlerRegistration |
CellTable.addColumnSortHandler(ColumnSortEvent.Handler handler)
Add a handler to handle ColumnSortEvent s. |
protected void |
ColumnSortEvent.dispatch(ColumnSortEvent.Handler handler)
|
|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |