but if i need define a event called onPage(fired by logical,not DOM
event) for my widget,how should i register this event and bind handler
for it?

On Dec 5, 7:53 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> sinkEvents is only for DOM events (ones that are dispatched by the browser
> itself). In "modern" GWT development you shouldn't have to ever call
> sinkEvents (use addDomHandler).
>
> For custom events, use addHandler.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to