Package | Description |
---|---|
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 | Class and Description |
---|---|
(package private) static class |
HasDataEditor.HasDataEditorSource<T> |
Modifier and Type | Method and Description |
---|---|
static <T,E extends Editor<? super T>> |
ListEditor.of(EditorSource<E> source)
Create a ListEditor backed by an EditorSource.
|
Constructor and Description |
---|
ListEditor(EditorSource<E> source)
Create a ListEditor backed by an EditorSource.
|
ListEditorWrapper(java.util.List<T> backing,
CompositeEditor.EditorChain<T,E> chain,
EditorSource<E> editorSource) |
Modifier and Type | Class and Description |
---|---|
class |
FakeEditorSource<T>
A trivial implementation of
EditorSource that creates
FakeLeafValueEditor instances. |