On Sat, Oct 2, 2010 at 9:07 PM, BobV <[email protected]> wrote: > On Sat, Oct 2, 2010 at 8:45 PM, Patrick Julien <[email protected]> wrote: >> thank you for the clarification, I get it > > I'm adding a new adapter class to handle this case, since optional > fields seems like a common thing to see and implementing it manually > requires a lot of boilerplate.
I think it will see a lot of use. > >> I don't suppose you have advice for using a mutable CellTable in the >> editor framework? > > Does the HasDataEditor adapter work for you? > It doesn't, because each row can be edited... but cell table doesn't give you access to its rows, only a column format. Here, the editor are actually the cells. So a button cell is a remove button. A edit text cell is the number and a selection cell is the phone type. I can just make a table but cell table added all this work to with keyboard, mouse, blur, etc., events. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
