Thanks to Jeff for the 1st answer.

sure, i also started with:
public class FocusTabLayoutPanel extends TabLayoutPanel implements
Focusable, HasAllKeyHandlers { /* ... */ }

The "challenge" i'm struggling with is to implement:
public void setFocus(boolean theFocused) { /*  ...*/ }

com.google.gwt.user.client.ui.FocusPanel  implents Focusable and gives
an idea how setFocus(boolean) could be implemented ... but in a
SubClass of FocusTabLayoutPanel  things are a bit different ...

_chm

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

Reply via email to