Hello, I'm developing an application using gwt . I never used events
before so I am still learning how they work in GWT.

The sinkEvents() as I understand it is used if you want your widget to
react to events. But what does it do to events if it doesn't handle
them?
Does it bubble them up so that other widget can try to handle them? Or
if I do sinkEvents() on a widget it keeps all events from passing?

When I fire a event does it propagate along the widgets until
something handles it?

For example, if I have a image inside a vertical panel, and that panel
is inside a Absolute panel. When the image fires a clickevent, if the
vertical panel does nothing to it, will it propagate to the Absolute
panel?


Thanks in advance, and I'm sorry if I was too confusing. I tried not
to be.

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