Hi @ all, well as already said, they changed a few classes. Adapters doesn´t exist any more. Instead there is now an abstract class called: AbstractDataProvider.
It depends on what data you want to display in your CellTable. I prefer using the AsyncDataProvider, e.g. make a class which inherits this class. This AsyncDataProvider is the "new" Async..Adapter. Just look at the JavaDoc if you want to know more. It took me about 5 hours to convert my Project. Good Luck. Greets Alex On 31 Aug., 19:01, John <[email protected]> wrote: > I just downloaded the eclipse plugin and sdk for 2.1M3 using the > eclipse software installer. I'm trying to create a simple CellTable > example based on another post (http://groups.google.com/group/google- > web-toolkit/browse_thread/thread/85dd53d3183e7b9a) but the class > ListViewAdapter doesn't exist in the the sdk I have ... the only L > class in com.google.gwt.view.client is ListDataProvider - which > doesn't even exist in the javadocs (http://google-web- > toolkit.googlecode.com/svn/javadoc/2.1/index.html?com/google/gwt/ > view/) > > Am I completely missing something or is the download repo for Gallileo > just on the wrong version? (http://google-web-toolkit.googlecode.com/ > svn/2.1.0.M3/eclipse/plugin/3.5) > > Thanks, > John -- 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.
