Package | Description |
---|---|
com.google.gwt.editor.client |
A framework for editing bean-like objects.
|
com.google.gwt.editor.client.impl | |
com.google.gwt.editor.client.testing |
Classes used for testing the bean editor support.
|
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 |
Initializer
Extends the logic in Refresher to provide the editor instance with references
to framework plumbing fixes.
|
class |
Refresher
A lightweight peer to
Initializer which simply resets the values in
the editor and delegate hiererchy. |
Modifier and Type | Method and Description |
---|---|
protected EditorVisitor |
AbstractEditorDelegate.createInitializerVisitor() |
protected EditorVisitor |
BaseEditorDriver.createInitializerVisitor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractEditorDelegate.accept(EditorVisitor visitor) |
void |
AbstractEditorDelegate.Chain.accept(EditorVisitor visitor) |
abstract void |
BaseEditorDriver.accept(EditorVisitor visitor) |
void |
AbstractEditorContext.doTraverseSyntheticCompositeEditor(EditorVisitor visitor) |
void |
AbstractEditorContext.traverse(EditorVisitor visitor,
AbstractEditorDelegate<?,?> next) |
void |
AbstractEditorContext.traverseSyntheticCompositeEditor(EditorVisitor visitor) |
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.
|
Copyright © 2018. All rights reserved.