|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditorSource | |
---|---|
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. |
Uses of EditorSource in com.google.gwt.editor.client.adapters |
---|
Subclasses of EditorSource in com.google.gwt.editor.client.adapters | |
---|---|
(package private) static class |
HasDataEditor.HasDataEditorSource<T>
|
Methods in com.google.gwt.editor.client.adapters with parameters of type EditorSource | ||
---|---|---|
static
|
ListEditor.of(EditorSource<E> source)
Create a ListEditor backed by an EditorSource. |
Constructors in com.google.gwt.editor.client.adapters with parameters of type EditorSource | |
---|---|
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)
|
Uses of EditorSource in com.google.gwt.editor.client.testing |
---|
Subclasses of EditorSource in com.google.gwt.editor.client.testing | |
---|---|
class |
FakeEditorSource<T>
A trivial implementation of EditorSource that creates
FakeLeafValueEditor instances. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |