Friday, October 29, 2010

Re: Announcing GWT 2.1

Hi,

The Cell Widgets documentation at:


at the bottom say:

To Update Data Range Changes from a Cell Widget:

  1. Create a subclass of AsyncListViewAdapter.
  2. Implement onRangeChanged(HasData display).
    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() to push the data to the widgets

but AsyncListViewAdapter has been renamed to AsyncDataProvider, right?


On Thu, Oct 28, 2010 at 3:12 PM, David Chandler <drfibonacci@google.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment