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 voidCompositeEditor. 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 voidListEditor. setEditorChain(CompositeEditor.EditorChain<T,E> chain)voidOptionalFieldEditor. 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 classMockEditorChain<C>A Mock implementation ofCompositeEditor.EditorChain.
-