Uses of Interface
com.google.gwt.editor.client.CompositeEditor.EditorChain
Package
Description
A framework for editing bean-like objects.
Adapters for the bean editor framework.
Classes used for testing the bean editor support.
-
Uses of CompositeEditor.EditorChain in com.google.gwt.editor.client
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
ListEditor.setEditorChain
(CompositeEditor.EditorChain<T, E> chain) void
OptionalFieldEditor.setEditorChain
(CompositeEditor.EditorChain<T, E> chain) ModifierConstructorDescriptionListEditorWrapper
(List<T> backing, CompositeEditor.EditorChain<T, E> chain, EditorSource<E> editorSource) -
Uses of CompositeEditor.EditorChain in com.google.gwt.editor.client.testing