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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonColumnSort(ColumnSortEvent event) Called whenColumnSortEventis fired.
-
Constructor Details
-
AsyncHandler
-
-
Method Details
-
onColumnSort
Description copied from interface:ColumnSortEvent.HandlerCalled whenColumnSortEventis fired.- Specified by:
onColumnSortin interfaceColumnSortEvent.Handler- Parameters:
event- theColumnSortEventthat was fired
-