I need to know when users double/right click a tree item in a tree as
well as know what item they operated on.  GWT only provided selection
listeners but did provide a way to extend this to know when other
events happened.  The problem is they didn't provide any way (that I
can see) to know what item was operated on.  The callback gets an
Event instance but did not provide any way to convert this to a tree
item.

As I look at the GWT Tree source it seems they use a bunch of private
data to convert the Event to a TreeItem.  (i.e. private TreeItem
root;)

I see lots of GWT posts about not using GWT-EXT, etc and I have been
trying to do everything with just GWT but it doesn't seem possible.

Has anyone successfully converted an Event to a TreeItem?

-Dave
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to