Hi Thomas,
What is the use of Editor Frame work while binding data into the Data Grid, as we cant achieve cell level binding.
https://groups.google.com/forum/#!topic/google-web-toolkit/UFAMKck9VdoIf we are only maintaining the changes then whats the use of Editor Framework here ??? Please clarify us on this point . :-)
I have a Reset button on click of which I want the changes to be reverted, which does not happens as inside
setFiledUpdater's,
update() method we are changing the object properties and as objects are mutable, it changes the property value.
Now on click of Reset button we again call driver.edit(Model m), here the Model contains the list of objects (
ArrayList<Person> persons), we expect the old value to be reflected but that doesn't happens, as you have already mentioned in one of the earlier Posts
https://groups.google.com/forum/#!topic/google-web-toolkit/UFAMKck9VdoPlease help us understanding the basic use of using Editor Frame work with Cell Widgets (Data Grid)
Thanks
Qrunk