AsyncDataProvider is a simple shortcut for users who always send the sort info with a request. You can get the column sort information by calling CellTable#getColumnSortList(). If you want to distinguish between a range change due to paging and a range change due sorting, you can create your own implementation of ColumnSortEvent.Handler and add it to the CellTable.
Thanks, John LaBanca [email protected] On Wed, Jan 12, 2011 at 5:25 PM, <[email protected]> wrote: > 'send an event to the AsyncDataProvider to provide new > information.' > > The onRangeChanged in AsyncDataProvider will be called. However, I have > no knowledge which event or column has been triggered, and won't be able > to provide comparator to do so. Do I miss anything? > > > > On 2011/01/06 17:58:14, jlabanca wrote: > >> committed as r9500 >> > > > > http://gwt-code-reviews.appspot.com/1258801/show > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
