Class ColumnSortEvent.ListHandler<T>

java.lang.Object
com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<T>
Type Parameters:
T - the data type of the list
All Implemented Interfaces:
EventHandler, ColumnSortEvent.Handler
Enclosing class:
ColumnSortEvent

public static class ColumnSortEvent.ListHandler<T> extends Object implements ColumnSortEvent.Handler

A default handler used to sort a List backing a table. If the sorted column has an associated Comparator, the list is sorted using the comparator.

This can be used in conjunction with ListDataProvider.