Hi All, I want to create map of widgets with some unique id, the widgets are scattered across gwt modules, and each gwt module entry point registers the widget with some unique id.
Now, i need to show menu items where each menu item will load the widget from this map by passing the appropriate id. I tried using static map , but it's not working across gwt modules. Many people proposed to use JSNI methods and store it in global js variable. But, i am not sure ,how to store a widget in js and retrieves the same widget using JSNI. Any help will be greatly appreciated. Thanks, Aravind S -- 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.
