On Dec 1, 6:36 am, Dalla <[email protected]> wrote: > OK, so if I understand you correctly, you´re not using the @UiHandler > annotation at all? > Sounds like a good approach which won´t affect the MVP pattern as we > know it at all.
Right; we only use @UiField and @UiField(provided=true). Well, there are some cases where we could use @UiHandler actually (in a view, we turn some ClickEvents into SelectionEvents), but the guy who worked on these view wasn't aware of @UiHandler, and I completely forgot about it too, so I didn't catch when reviewing his code ;-) -- 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.
