What about getting the editor out of the EditorError by calling 
EditorError.getEditor()? I know it doesn't get a widget per se, but there 
seems to be a good reason for that - not all editors are also widgets, so 
you may need to deal differently with each type of editor's error.

My understanding was that it was up to the editor itself to say that it 
wants to hear about errors by implementing HasEditorErrors<T>, and then 
processing its own (or its children's unconsumed) errors. Of course, you 
could do this at any level of the editor hierarchy, and then get the editor, 
and try to do something with that.

Hope this helps push you in the right direction,
Colin

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to