Uses of Class
com.google.gwt.editor.client.adapters.EditorSource
Packages that use 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
Subclasses of EditorSource in com.google.gwt.editor.client.adaptersModifier and TypeClassDescription(package private) static class
Methods in com.google.gwt.editor.client.adapters with parameters of type EditorSourceModifier and TypeMethodDescriptionstatic <T,
E extends Editor<? super T>>
ListEditor<T, E> ListEditor.of
(EditorSource<E> source) Create a ListEditor backed by an EditorSource.Constructors in com.google.gwt.editor.client.adapters with parameters of type EditorSourceModifierConstructorDescriptionprotected
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
Subclasses of EditorSource in com.google.gwt.editor.client.testingModifier and TypeClassDescriptionclass
A trivial implementation ofEditorSource
that createsFakeLeafValueEditor
instances.