Re: Gwt Editor Framework and value change notification

2011-08-31 Thread Thomas Broyer
No. The Editor framework follows a "flow synchronization" pattern; see http://tbroyer.posterous.com/gwt-21-editors for more details. -- 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

Gwt Editor Framework and value change notification

2011-08-31 Thread fry70
Hi all, I've created an editor that represents a complex object graph in its editor structure. Everything works quite well. Now I'm having the following question: Is there a way to get notified, if any of the properties of the object is changed within the editor and to get the changed object wit