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.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 |
OptionalFieldEditor.setEditorChain(CompositeEditor.EditorChain<T,E> chain) |
void |
ListEditor.setEditorChain(CompositeEditor.EditorChain<T,E> chain) |
Constructor and Description |
---|
ListEditorWrapper(java.util.List<T> backing,
CompositeEditor.EditorChain<T,E> chain,
EditorSource<E> editorSource) |
Modifier and Type | Class and Description |
---|---|
class |
MockEditorChain<C>
A Mock implementation of
CompositeEditor.EditorChain . |