Sunday, January 30, 2011

Re: RequestFactoryEditorDriver example?

The DynaTableRf sample from the GWT SDK uses RequestFactoryEditorDriver, but it really isn't that different from the SimpleBeanEditorDriver (you just have to pass a RequestContext so that the driver can do an .edit() on each proxy found in the edited object graph; or use display() or pass a null RequestContext to display a proxy without edit()ing it; note that in that case flush() will throw though)

(glad that you liked my gist ;-) )

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
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