Thanks for the help Jeff. I did what you proposed. Now i got a List<MenuItem> which contains my MenuBars and MenuItems. (i saw it from the Debug) But now how can i get the information? All the fields and methods which have the informations i need are private!
And what about the DOM manipulation? Thanks alex On 19 Ott, 01:40, Jeff Larsen <[email protected]> wrote: > You could extend MenuBar and then override getItems() and make it > public. Then you would have access to all of the MenuBar's Items. > > That is really the only way I can see doing it without getting into > DOM manipulation. This probably has more pitfalls down the road, but > it is the only place I can see to start. > > On Oct 18, 5:49 pm, Patrick Hilsbos <[email protected]> > wrote: > > > > > ...also looking for a solution- Nascondi testo citato > > - Mostra testo citato - -- 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.
