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.testing |
Classes used for testing the request factory service.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorDriver.accept(EditorVisitor visitor)
Visit the Editor hierarchy controlled by the EditorDriver.
|
void |
EditorContext.traverseSyntheticCompositeEditor(EditorVisitor visitor)
Traverse an editor created by
CompositeEditor.createEditorForTraversal() that reflects an
uninitialized instance of a composite sub-editor. |
Modifier and Type | Class and Description |
---|---|
class |
EditorHierarchyPrinter
A utility class that creates a string representation of an Editor hierarchy
for testing purposes.
|
Modifier and Type | Method and Description |
---|---|
void |
MockSimpleBeanEditorDriver.accept(EditorVisitor visitor)
A no-op method.
|
void |
FakeEditorContext.traverseSyntheticCompositeEditor(EditorVisitor visitor)
No-op.
|
Modifier and Type | Method and Description |
---|---|
void |
MockRequestFactoryEditorDriver.accept(EditorVisitor visitor)
A no-op method.
|