Uses of Class
com.google.gwt.editor.client.adapters.EditorSource
Package
Description
Adapters for the bean editor framework.
Classes used for testing the bean editor support.
-
Uses of EditorSource in com.google.gwt.editor.client.adapters
Modifier and TypeClassDescription(package private) static class
Modifier and TypeMethodDescriptionstatic <T,
E extends Editor<? super T>>
ListEditor<T, E> ListEditor.of
(EditorSource<E> source) Create a ListEditor backed by an EditorSource.ModifierConstructorDescriptionprotected
ListEditor
(EditorSource<E> source) Create a ListEditor backed by an EditorSource.ListEditorWrapper
(List<T> backing, CompositeEditor.EditorChain<T, E> chain, EditorSource<E> editorSource) -
Uses of EditorSource in com.google.gwt.editor.client.testing
Modifier and TypeClassDescriptionclass
A trivial implementation ofEditorSource
that createsFakeLeafValueEditor
instances.