hasErrors will only return 'true' if an Editor in the editor graph has 
reported an error (through EditorDelegate#reportError).

The only built-in editor that eventually calls reportError is 
ValueBoxEditor, used by the various ValueBoxBase subclasses, in case the 
value cannot be parsed into the appropriate type (Integer for the 
IntegerBox, Date for the DateBox, etc.)
Note however that there's still a TODO in ValueBoxEditor re. i18n of the 
error message (that you'd get in getErrors)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to