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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleBeanEditorDriver<T,E extends Editor<? super T>>
Automates editing of simple bean-like objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MockSimpleBeanEditorDriver<T,E extends Editor<T>>
A no-op implementation of
SimpleBeanEditorDriver that records its
inputs. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
EditorHierarchyPrinter.toString(EditorDriver<?> driver)
Produce a string representation of the Editor hierarchy being controlled by
driver . |
Modifier and Type | Interface and Description |
---|---|
interface |
RequestFactoryEditorDriver<P,E extends Editor<? super P>>
The interface that links RequestFactory and the Editor framework together.
|
Modifier and Type | Class and Description |
---|---|
class |
MockRequestFactoryEditorDriver<P,E extends Editor<P>>
A no-op implementation of
RequestFactoryEditorDriver that records its
inputs. |