On Monday, September 19, 2011 5:43:09 PM UTC+2, gwa wrote:
>
> *    @UiHandler("dialogOk")*
> *    void dialogOk(final ClickEvent event) {*
> *        yourOtherClass.doSomething();*
> *    }*
>
>
> Imagine your other class is an Activity (Presenter from MVP pattern), and 
> you have a correcttly separated View / activity...
>


   1. I consider @UiHandler not a part of the Presenter (due to its 
   annotation marker) like everything else in GWT that uses annotations.
   2. I wanted to know whether assigning a Handler to a static widget via 
   @UiHandler is possible at all.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/FwLkXup6M3sJ.
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