I am using the new GWT 2.1 CellTree to display a list of folders. From the UI I support adding child folders to a folder in the tree. The problem is, I don't know how to fire events or update the tree so that if I add a child to a leaf node, it's converted to a non-leaf node.
Do I need to refresh the data on the parent of the node that got a child added? -- 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.
