Uses of Interface
com.google.gwt.editor.client.EditorDriver
Package
Description
A framework for editing bean-like objects.
Classes used for testing the bean editor support.
A package for managing client-server requests.
Classes used for testing the request factory service.
-
Uses of EditorDriver in com.google.gwt.editor.client
Modifier and TypeInterfaceDescriptioninterface
SimpleBeanEditorDriver<T,
E extends Editor<? super T>> Automates editing of simple bean-like objects. -
Uses of EditorDriver in com.google.gwt.editor.client.testing
Modifier and TypeClassDescriptionclass
MockSimpleBeanEditorDriver<T,
E extends Editor<T>> A no-op implementation ofSimpleBeanEditorDriver
that records its inputs.Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeInterfaceDescriptioninterface
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
Modifier and TypeClassDescriptionclass
MockRequestFactoryEditorDriver<P,
E extends Editor<P>> A no-op implementation ofRequestFactoryEditorDriver
that records its inputs.