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 classMethods 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 EditorSourceModifierConstructorDescriptionprotectedListEditor(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 TypeClassDescriptionclassA trivial implementation ofEditorSourcethat createsFakeLeafValueEditorinstances.