Uses of Interface
com.google.gwt.editor.client.EditorDriver
- 
Packages that use EditorDriver Package Description 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.web.bindery.requestfactory.gwt.client A package for managing client-server requests.com.google.web.bindery.requestfactory.gwt.client.testing Classes used for testing the request factory service. - 
- 
Uses of EditorDriver in com.google.gwt.editor.client
Subinterfaces of EditorDriver in com.google.gwt.editor.client Modifier and Type Interface Description interfaceSimpleBeanEditorDriver<T,E extends Editor<? super T>>Automates editing of simple bean-like objects. - 
Uses of EditorDriver in com.google.gwt.editor.client.testing
Classes in com.google.gwt.editor.client.testing that implement EditorDriver Modifier and Type Class Description classMockSimpleBeanEditorDriver<T,E extends Editor<T>>A no-op implementation ofSimpleBeanEditorDriverthat records its inputs.Methods in com.google.gwt.editor.client.testing with parameters of type EditorDriver Modifier and Type Method Description static java.lang.StringEditorHierarchyPrinter. toString(EditorDriver<?> driver)Produce a string representation of the Editor hierarchy being controlled bydriver. - 
Uses of EditorDriver in com.google.web.bindery.requestfactory.gwt.client
Subinterfaces of EditorDriver in com.google.web.bindery.requestfactory.gwt.client Modifier and Type Interface Description interfaceRequestFactoryEditorDriver<P,E extends Editor<? super P>>The interface that links RequestFactory and the Editor framework together. - 
Uses of EditorDriver in com.google.web.bindery.requestfactory.gwt.client.testing
Classes in com.google.web.bindery.requestfactory.gwt.client.testing that implement EditorDriver Modifier and Type Class Description classMockRequestFactoryEditorDriver<P,E extends Editor<P>>A no-op implementation ofRequestFactoryEditorDriverthat records its inputs. 
 -