Monday, January 30, 2012

What is the use of Editor Frame work while binding data into the Data Grid

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/UFAMKck9Vdo
If 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/UFAMKck9Vdo


Please help us understanding the basic use of using Editor Frame work with Cell Widgets (Data Grid)

Thanks
Qrunk

--
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/-/hlH6F3r_6mMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment