GWT 2.7.0

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

Packages that use EditorDriver
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
 interface SimpleBeanEditorDriver<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
 class MockSimpleBeanEditorDriver<T,E extends Editor<T>>
          A no-op implementation of SimpleBeanEditorDriver that records its inputs.
 

Methods in com.google.gwt.editor.client.testing with parameters of type EditorDriver
static java.lang.String EditorHierarchyPrinter.toString(EditorDriver<?> driver)
          Produce a string representation of the Editor hierarchy being controlled by driver.
 

Uses of EditorDriver in com.google.web.bindery.requestfactory.gwt.client
 

Subinterfaces of EditorDriver in com.google.web.bindery.requestfactory.gwt.client
 interface RequestFactoryEditorDriver<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
 class MockRequestFactoryEditorDriver<P,E extends Editor<P>>
          A no-op implementation of RequestFactoryEditorDriver that records its inputs.
 


GWT 2.7.0