GWT 2.7.0

Uses of Interface
com.google.gwt.editor.client.CompositeEditor.EditorChain

Packages that use CompositeEditor.EditorChain
com.google.gwt.editor.client A framework for editing bean-like objects. 
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 CompositeEditor.EditorChain in com.google.gwt.editor.client
 

Methods in com.google.gwt.editor.client with parameters of type CompositeEditor.EditorChain
 void CompositeEditor.setEditorChain(CompositeEditor.EditorChain<C,E> chain)
          Called by the Editor framework to provide the CompositeEditor.EditorChain.
 

Uses of CompositeEditor.EditorChain in com.google.gwt.editor.client.adapters
 

Methods in com.google.gwt.editor.client.adapters with parameters of type CompositeEditor.EditorChain
 void OptionalFieldEditor.setEditorChain(CompositeEditor.EditorChain<T,E> chain)
           
 void ListEditor.setEditorChain(CompositeEditor.EditorChain<T,E> chain)
           
 

Constructors in com.google.gwt.editor.client.adapters with parameters of type CompositeEditor.EditorChain
ListEditorWrapper(java.util.List<T> backing, CompositeEditor.EditorChain<T,E> chain, EditorSource<E> editorSource)
           
 

Uses of CompositeEditor.EditorChain in com.google.gwt.editor.client.testing
 

Classes in com.google.gwt.editor.client.testing that implement CompositeEditor.EditorChain
 class MockEditorChain<C>
          A Mock implementation of CompositeEditor.EditorChain.
 


GWT 2.7.0