Thanks for pointing out the typo: http://code.google.com/p/google-web-toolkit/issues/detail?id=5869 <http://code.google.com/p/google-web-toolkit/issues/detail?id=5869> Thanks, John LaBanca [email protected]
On Wed, Jan 12, 2011 at 6:52 PM, <[email protected]> wrote: > Thanks for the direction. pretty minor and just found out > isSortAcsending typo > > > > On 2011/01/12 22:53:12, jlabanca wrote: > >> 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 >> mailto:[email protected] >> > > > On Wed, Jan 12, 2011 at 5:25 PM, <mailto:[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://gwt-code-reviews.appspot.com/1258801/show > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
