Adding column sorting support to CellTable. Clicking on a header of a sortable Column in CellTable adds a sort icon to the Header and fires a ColumnSortEvent, which user can catch to handle sorting. By default and for backward compatibility, Columns are not sortable. We provide ColumnSortEvent.ListHandler as a default implementation to sort java.util.Lists by mapping Columns to Comparators.

Review at http://gwt-code-reviews.appspot.com/1237801


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9493 8db76d5a-ed1c-0410-87a9-c151d255dfc7
16 files changed