GWT 2.1.1 will add the Context parameter to Cell methods. Its a breaking change, but it allows us to pass the row index and cell index, and add more variables in the future without another breaking change.
You can use the following example that is compatible with GWT 2.1.0. http://google-web-toolkit.googlecode.com/svn/tags/2.1.0/user/javadoc/com/google/gwt/examples/cellview/CellTreeExample2.java Thanks, John LaBanca [email protected] On Fri, Dec 3, 2010 at 3:27 PM, metalhammer29a <[email protected]>wrote: > does anyone know how the problem mentioned can be fixed ? > > -- > 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.
