|
GWT 2.3.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 |
---|
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. |
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.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |