So I posted earlier about events to detect when a submenu opens or closes - I as able to override onLoad and onDetach to do that.
I'm using GWT dnd to drag stuff onto a menu Item. I'd like to have submenus open automatically when I mouse over them, but the existing event seems to get consumed by my drag/drop handlers. Is there any way I can just call an 'open' type method on my menu item to open its submenu? I've looked through the source code and the only way to trigger this seems to be through onBrowserEvent, and I'm not entirely sure how to fudge that. Am I the only one who'd like a little more accessibility to classes like MenuBar? It seems package private and private were used far too much in its methods. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
