Hello, I have a Tree with several TreeItems in it. TreeItem should process clicks: is should become selected, when user clicks on it. But exactly on it, not on the "+" button. I think I should use "cancelBubble" on "+" button click, but how can I do that? I tried to do "Event.currentEvent().cancelBubble" in TreeChangeListener, but it failes because of order of events. I can do sinkEvent on treeItem.getElement()..bla-bla-bla.., but that would prevent Tree from opening. What should I do?
Again: I need to process any click on TreeItem, but NOT click on "+" button. 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 -~----------~----~----~----~------~----~------~--~---
