>From a quick glance at the javadoc (http://google-web-
toolkit.googlecode.com/svn/javadoc/1.6/index.html) you can get what
type of handlers you can add to a Tree. You're looking for
SelectionHandler:
http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/Tree.html#addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler)

Some code examples:
http://code.google.com/webtoolkit/doc/1.6/DevGuideUserInterface.html#DevGuideEventsAndHandlers
http://code.google.com/webtoolkit/tutorials/1.6/manageevents.html

On Apr 22, 5:58 pm, Micky <[email protected]> wrote:
> In previous versions of GWT one could add a tree listener to a tree
> and use onTreeItemSelected to handle when a tree item was selected by
> the user. How would this be implemented in GWT 1.6 given the new event
> handling?
>
> There doesn't seem to be much in the way of GWT 1.6 example code out
> there.
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
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