Hi, The Cell Widgets documentation at:
http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellWidgets.html at the bottom say: *To Update Data Range Changes from a Cell Widget:* 1. Create a subclass of AsyncListViewAdapter<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/view/client/AsyncListViewAdapter.html> . 2. Implement onRangeChanged(HasData display)<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/view/client/AbstractListViewAdapter.html#onRangeChanged(com.google.gwt.view.client.ListView)> . 1. Get the current range from the display 2. Request the data from the server or data source 3. When the data is returned, call updateRowData() <http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/view/client/AsyncDataProvider.html#updateRowData(int,%20java.util.List)>to push the data to the widgets but AsyncListViewAdapte<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/view/client/AsyncListViewAdapter.html>r has been renamed to AsyncDataProvider, right? On Thu, Oct 28, 2010 at 3:12 PM, David Chandler <[email protected]>wrote: > GWT 2.1 is here! > > > http://googlewebtoolkit.blogspot.com/2010/10/announcing-final-release-of-gwt-21.html > > -- > David Chandler > Developer Programs Engineer, Google Web Toolkit > http://googlewebtoolkit.blogspot.com/ > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
