It's a shame that we can't use cells here instead of generating a
widget per
editor. Given our paucity of cells and abundance of widgets, I don't
that
relying only on a cell based approach would fly this week. But do you
think we
will be able to retrofit a CellEditorSource, something that shares out
a cell
singleton rather than a widget per list item?

There's a HasData adapter, which could be bolted onto a CellList.  The
real design problem is how to do this in a way that supports infinitely
large datasets on the server, which I don't think we'll have time for
this week.

http://gwt-code-reviews.appspot.com/888801/diff/1/2#newcode121

samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/widgets/FavoritesWidget.java:121:
driver.edit(new ArrayList<PersonProxy>(), null);
How about making driver.display(new ArrayList<PersonProxy>()) which in
turn
makes this null request call? Would display make sense as a method on
EditorDriver itself?

Done.

http://gwt-code-reviews.appspot.com/888801/show

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to