Uses of Class
com.google.gwt.editor.client.adapters.EditorSource
-
Packages that use EditorSource 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. -
-
Uses of EditorSource in com.google.gwt.editor.client.adapters
Subclasses of EditorSource in com.google.gwt.editor.client.adapters Modifier and Type Class Description (package private) static class
HasDataEditor.HasDataEditorSource<T>
Methods in com.google.gwt.editor.client.adapters with parameters of type EditorSource Modifier and Type Method Description static <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 EditorSource Constructor Description 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 Modifier and Type Class Description class
FakeEditorSource<T>
A trivial implementation ofEditorSource
that createsFakeLeafValueEditor
instances.
-