Hi
Could someone point me at an example of how to get a CellTree to open up to show and select a
specific node?
I have a multi-level tree where I want to be able to programmatically open the tree at a specific
(leaf) node and select that node.
I've found this:
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/53023ca4e49c67fc/3d0234e8b56148eb
which implies that the logic is something like:
Start with root node
recursively 'open' all the child nodes and remember them somewhere.
close the root (thus closing ALL the children)
open the node you wish to have open by going to its parent and then opening the
specific child.
Is this the best way? It seems very clumsy. If all of this is to allow for lazy creation of
TreeNodes I'm wondering if it is an over-zealous optimization?
Regards
Alan
--
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.