how can i implement Focusable (and HasAllKeyHandlers) on a TabLayoutPanel? Hi In my App, the outermost "Panel" is a TabLayoutPanel (which must be attached to RootPanel via RootPanel.get().add(TabLayoutPanel)), otherwise its tab-contents are invisible. I would like to implement my outermost "Panel" Focusable and at least HasAllKeyHandlers, too, since it should be possible to trigger KeyDown-events without explicit clicking on the panel before it can handle the KeyDown-events.
In a first prototype, we used a TabPanel wrapped by a FocusPanel (which implements Focusable and many other HasHandler_interfaces). Now, for several reasons we MUST use TabLayoutPanel as outermost panel. Has somebody already done that or could give me a good hint to do that? Thanks in advance, greez, Christoph -- 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.
