A default handler used to sort a {@link List} backing a table. If thesorted column has an associated {@link Comparator}, the list is sorted using the comparator.
This can be used in conjunction with {@link com.google.gwt.view.client.ListDataProvider}.
@param < T> the data type of the list
|
|