Uses of Interface
com.google.gwt.editor.client.CompositeEditor.EditorChain
-
Packages that use CompositeEditor.EditorChain Package Description 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 Modifier and Type Method Description void
CompositeEditor. setEditorChain(CompositeEditor.EditorChain<C,E> chain)
Called by the Editor framework to provide theCompositeEditor.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 Modifier and Type Method Description void
ListEditor. setEditorChain(CompositeEditor.EditorChain<T,E> chain)
void
OptionalFieldEditor. setEditorChain(CompositeEditor.EditorChain<T,E> chain)
Constructors in com.google.gwt.editor.client.adapters with parameters of type CompositeEditor.EditorChain Constructor Description 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 Modifier and Type Class Description class
MockEditorChain<C>
A Mock implementation ofCompositeEditor.EditorChain
.
-