Excellent work! Some very nice changes. Upon reading the documents I see that RPC has been replaced with the RequestFactory will the old RPC's still work or does this mean that I have to rebuild my whole project?
On Oct 29, 2:02 pm, "Alejandro D. Garin" <[email protected]> wrote: > 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/g...> > . > 2. Implement onRangeChanged(HasData > display)<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g...)> > . > 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/g...)>to > push the data to the widgets > > but > AsyncListViewAdapte<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g...>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... > > > -- > > 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.
