Package | Description |
---|---|
com.google.gwt.editor.client |
A framework for editing bean-like objects.
|
com.google.gwt.editor.client.adapters |
Adapters for the bean editor framework.
|
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 |
CompositeEditor.setEditorChain(CompositeEditor.EditorChain<C,E> chain)
Called by the Editor framework to provide the
CompositeEditor.EditorChain . |
Modifier and Type | Method and Description |
---|---|
void |
ListEditor.setEditorChain(CompositeEditor.EditorChain<T,E> chain) |
void |
OptionalFieldEditor.setEditorChain(CompositeEditor.EditorChain<T,E> chain) |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractEditorDelegate.Chain<R,S extends Editor<R>>
The machinery for attaching and detaching editors from the hierarchy via a
CompositeEditor . |
Modifier and Type | Class and Description |
---|---|
class |
MockEditorChain<C>
A Mock implementation of
CompositeEditor.EditorChain . |
Copyright © 2018. All rights reserved.