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

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 p