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 |
---|---|
<T> void |
EditorVisitor.endVisit(EditorContext<T> ctx)
Exit an Editor.
|
<T> boolean |
EditorVisitor.visit(EditorContext<T> ctx)
Receive an Editor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEditorContext<T>
Base implementation of EditorContext.
|
class |
RootEditorContext<T>
An implementation of
EditorContext that is used as a starting point
by EditorDrivers. |
Modifier and Type | Method and Description |
---|---|
<Q> boolean |
Initializer.visit(EditorContext<Q> ctx) |
<Q> boolean |
Refresher.visit(EditorContext<Q> ctx) |
Modifier and Type | Class and Description |
---|---|
class |
FakeEditorContext<T>
A no-op implementation of EditorContext for testing.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
EditorHierarchyPrinter.endVisit(EditorContext<T> ctx) |
<T> boolean |
EditorHierarchyPrinter.visit(EditorContext<T> ctx) |
Copyright © 2018. All rights reserved.