Class ColumnSortEvent.AsyncHandler
java.lang.Object
com.google.gwt.user.cellview.client.ColumnSortEvent.AsyncHandler
- All Implemented Interfaces:
EventHandler
,ColumnSortEvent.Handler
- Enclosing class:
ColumnSortEvent
A default handler used with views attached to asynchronous data providers
such as
AsyncDataProvider
.
This handler calls
HasData.setVisibleRangeAndClearData(com.google.gwt.view.client.Range, boolean)
,
which clears the current data and triggers the data provider's range change
handler.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onColumnSort
(ColumnSortEvent event) Called whenColumnSortEvent
is fired.
-
Constructor Details
-
AsyncHandler
-
-
Method Details
-
onColumnSort
Description copied from interface:ColumnSortEvent.Handler
Called whenColumnSortEvent
is fired.- Specified by:
onColumnSort
in interfaceColumnSortEvent.Handler
- Parameters:
event
- theColumnSortEvent
that was fired
-