If you mean a CellTree, you're gonna need to generate a List for each level of your tree. See the second example in http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/cellview/client/CellTree.html
On Wednesday, August 8, 2012 2:18:30 AM UTC-4, Praveen Jesudoss wrote: > > HI, > > I want to show tree view in my application. From db i retrieved data like > level,id,name,parent id. I stored this in array list. now i want to show > the data in tree view. i am not able to get correct parent node and child. > > Please help me to achieve this. > > Thanks and Regards, > Praveen J > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/39lqZsRvRCsJ. 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.
