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 -- 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.
