One would think that the following should remove the focus border around a tab:
TabBar bar = new TabBar(); // populate bar.getTab(0).setFocus(false); Yet a tab behaves as if it is focusable. I think this is because it COULD be Focusable, a FocusWidget, or a FocusPanel, but in the existing implementation it instead has a wrapper that is a FocusPanel, but the wrapper isn't what is returned by getTab. And, although the docs for the unrelated TabBar.onKeyPress method mention that one should add the handler "to the individual tab wrappers instead", afaik there is no way to actually retrieve the wrapper. -- 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.
