(Reviving the old Response Requested meaning of RR--there is no patch here,
but rather a design question.)

Take a look at the new TabWrapper getTabWrapper(int index) method on TabBar
in the 1_6_clean_events branch:

http://code.google.com/p/google-web-toolkit/source/browse/branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/TabBar.java

See that interface it returns, TabWrapper extends HasAllKeyHandlers,
HasClickHandlers? Emily and I would like to make that more useful without
necessarily committing to it being a Widget.
To that end, we'd like to introduce a new interface, HasElement, which will
hold most or all of the public API of UIObject. We'd make similar use of the
interface for DialogBox#getCaptionWrapper(), and one or two other places
that I hope Emily will remind me of.

Any objections or warnings before we go ahead and make the change?

rjrjr

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to