I see that GWT's Tree control only provides single click
notification.   How can I add support for double & right click
events?  I see that I need to add sink events such as Event.ONDBLCLICK
and I see that I get
notified via the onBrowseEvent() method.

The question is, how can I convert the event object passed into
onBrowseEvent() into a TreeItem object?  It seems what is passed back
is a lower level DOM object and what is needed is the TreeItem this
represents.

How can I convert Event object type?

-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