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 | 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.
|
Modifier and Type | Class and Description |
---|---|
class |
FakeEditorSource<T>
A trivial implementation of
EditorSource that creates
FakeLeafValueEditor instances. |
Copyright © 2018. All rights reserved.