Hi!

Is it possible to get the selected node of a tree in any useful way? The 
only thing I found was:

    * get the whole tree (no matter if the TreePanel loads async) to the
      client
    * store all nodes on the client
    * build the tree
    * get the SelectionModel
    * go through the whole bunch of nodes and compare every single one
      with the selectionModel function to see if it is selected

I am sure, that this is not the way I am supposed to get the selected 
node, so if anybody can provide me with a short hint or link to an 
example...

Thank you very much!

Regards,
 Anton

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to