GWT 2.3.0

Uses of Class
com.google.gwt.editor.client.adapters.EditorSource

Packages that use EditorSource
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
 

Methods in com.google.gwt.editor.client.adapters with parameters of type EditorSource
static
<T,E extends Editor<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
ListEditor(EditorSource<E> source)
          Create a ListEditor backed by an EditorSource.
 

Uses of EditorSource in com.google.gwt.editor.client.testing
 

Subclasses of EditorSource in com.google.gwt.editor.client.testing
 class FakeEditorSource<T>
          A trivial implementation of EditorSource that creates FakeLeafValueEditor instances.
 


GWT 2.3.0