Handling events via @UiHandler with CellTable

2012-08-22 Thread Kevin Buikema
I'm using a CellTable with EditTextCells and CheckboxCell columns in an MVP 
app, and I'm trying to set up a UiHandler for the updates instead of 
explicitly declaring field updaters for each column, to make it more 
abstracted so the handling can be done in the presenter. Is something like 
that possible, or am I stuck with the explicit field updater assignments?

-- 
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/-/J5ZTx3KoA0oJ.
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.



Re: Handling events via @UiHandler with CellTable

2012-08-22 Thread Juan Pablo Gardella
See
https://developers.google.com/web-toolkit/doc/latest/ReleaseNotes#uirenderer

2012/8/21 Kevin Buikema kevin.buik...@gmail.com

 I'm using a CellTable with EditTextCells and CheckboxCell columns in an
 MVP app, and I'm trying to set up a UiHandler for the updates instead of
 explicitly declaring field updaters for each column, to make it more
 abstracted so the handling can be done in the presenter. Is something like
 that possible, or am I stuck with the explicit field updater assignments?

 --
 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/-/J5ZTx3KoA0oJ.
 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.


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