Thanks for the reply. I have tried ValueAwareEditor

Of the methods i have to implement

setValue - only fires when the data is "bound" to the editor.
onPropertyChange - doesnt seem to fire at all. I was hoping this would be 
the one i could use.

I would welcome any help or advice on this.

Jonathan


On Wednesday, March 20, 2013 3:54:05 PM UTC, El Mentecato Mayor wrote:
>
> I think you can do what you want with ValueAwareEditor:
>
>
> http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/editor/client/ValueAwareEditor.html
>
> On Thursday, March 14, 2013 12:34:09 PM UTC-4, Jonathan Jones wrote:
>>
>> Hi all,
>>
>> I am new to GWT 2.5 so please forgive me.
>>
>> I have successfully managed to bind my Editor 
>> (RequestFactoryEditorDriver) to my Proxy objects and am saving away etc all 
>> very well.
>>
>> However, I would really like to listen for change events (on the proxy or 
>> any of the fields in my delegate). This would allow me to check the 
>> driver.isDirty()  and subsequently enable or disable my save button.
>>
>> I have played with HasValueChangeHandlers,ValueChangeHandler... added 
>> ValueChangedEvent to my event bus but I'm not having any joy.
>>
>> Any ideas would be greatfully appreciated.
>>
>> Thanks in advance.
>>
>> JJ
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to