Committed at r6397.

http://gwt-code-reviews.appspot.com/78820/diff/1/4
File user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java (right):

http://gwt-code-reviews.appspot.com/78820/diff/1/4#newcode61
Line 61: */
On 2009/10/14 21:27:33, Ray Ryan wrote:
> That customizability is my main concern. If the widget is actually
master of its
> own events, everything else is angels dancing on the heads of pins.

> So if I want to, say, put a popup volume slider on each of my Tabs,
I'm good?

As long as they don't let click events bubble out, yes. That just means
they need to cancel them. Pretty much standard practice under those
circumstances.

http://gwt-code-reviews.appspot.com/78820/diff/1/4#newcode365
Line 365: SelectionEvent.fire(this, index);
On 2009/10/14 21:41:12, amirkashani wrote:
> Any chance this could be gated on a issueEvent argument? In most cases
the
> handling of a user-select is the same as a programmatic select, but
it's nice to
> have the option. It does clutter up the API a bit though

I thought of doing that, but we haven't really done it anywhere else, so
I decided it wasn't really the time. I'm not entirely averse to the idea
in general, and would welcome a gwtc discussion of doing this broadly
across all the widgets.

http://gwt-code-reviews.appspot.com/78820

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

Reply via email to