GWT 2.1.1

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   
 

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)
           
 

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.1.1