On Feb 5, 10:49 am, "Feldman, Nir" <[email protected]> wrote:
> I see a very clean line between the Display and the Presenter (doesn't matter 
> if you implement the display using a UI Binder - which Indeed we do).

We're doing exactly the same here.

Note that this means we do not use @UiHandler except in cases where we
want to "map" a DOM event to another more-appropriate event (we're
sometimes mapping ClickEvents directly into SelectionEvents in the
view, instead of passing the ClickEvent from the presenter into a
Display::getXXXFromEvent(ClickEvent))


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