public static class

ColumnSortEvent.AsyncHandler

extends Object
implements ColumnSortEvent.Handler
java.lang.Object
   ↳ com.google.gwt.user.cellview.client.ColumnSortEvent.AsyncHandler

Class Overview

A default handler used with views attached to asynchronous data providers such as AsyncDataProvider. This handler calls setVisibleRangeAndClearData(com.google.gwt.view.client.Range, boolean), which clears the current data and triggers the data provider's range change handler.

Summary

Public Constructors
ColumnSortEvent.AsyncHandler(HasData<?> hasData)
Public Methods
void onColumnSort(ColumnSortEvent event)
Called when ColumnSortEvent is fired.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.user.cellview.client.ColumnSortEvent.Handler

Public Constructors

public ColumnSortEvent.AsyncHandler (HasData<?> hasData)

Public Methods

public void onColumnSort (ColumnSortEvent event)

Called when ColumnSortEvent is fired.

Parameters
event the ColumnSortEvent that was fired