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 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 Modifier and Type Class Description class
MockSimpleBeanEditorDriver<T,E extends Editor<T>>
A no-op implementation ofSimpleBeanEditorDriver
that records its inputs.Methods in com.google.gwt.editor.client.testing with parameters of type EditorDriver Modifier and Type Method Description static java.lang.String
EditorHierarchyPrinter. 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 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 Modifier and Type Class Description class
MockRequestFactoryEditorDriver<P,E extends Editor<P>>
A no-op implementation ofRequestFactoryEditorDriver
that records its inputs.
-