GWT 2.7.0

Uses of Interface
com.google.gwt.editor.client.EditorError

Packages that use EditorError
com.google.gwt.editor.client A framework for editing bean-like objects. 
com.google.gwt.editor.client.testing Classes used for testing the bean editor support. 
com.google.gwt.editor.ui.client User interface components for the bean editor framework. 
com.google.web.bindery.requestfactory.gwt.client.testing Classes used for testing the request factory service. 
 

Uses of EditorError in com.google.gwt.editor.client
 

Methods in com.google.gwt.editor.client that return types with arguments of type EditorError
 java.util.List<EditorError> EditorDriver.getErrors()
          Returns any unconsumed EditorErrors from the last call to EditorDriver.flush().
 

Method parameters in com.google.gwt.editor.client with type arguments of type EditorError
 void HasEditorErrors.showErrors(java.util.List<EditorError> errors)
          Called by the EditorDriver to propagate errors.
 

Uses of EditorError in com.google.gwt.editor.client.testing
 

Classes in com.google.gwt.editor.client.testing that implement EditorError
 class MockEditorError
          A trivial implementation of EditorError.
 

Methods in com.google.gwt.editor.client.testing that return types with arguments of type EditorError
 java.util.List<EditorError> MockSimpleBeanEditorDriver.getErrors()
          Returns an empty list.
 

Uses of EditorError in com.google.gwt.editor.ui.client
 

Method parameters in com.google.gwt.editor.ui.client with type arguments of type EditorError
 void ValueBoxEditorDecorator.showErrors(java.util.List<EditorError> errors)
          The default implementation will display, but not consume, received errors whose getEditor() method returns the Editor passed into ValueBoxEditorDecorator.setEditor(com.google.gwt.editor.ui.client.adapters.ValueBoxEditor).
 

Uses of EditorError in com.google.web.bindery.requestfactory.gwt.client.testing
 

Methods in com.google.web.bindery.requestfactory.gwt.client.testing that return types with arguments of type EditorError
 java.util.List<EditorError> MockRequestFactoryEditorDriver.getErrors()
          Returns an empty list.
 


GWT 2.7.0