Uses of Interface
com.google.gwt.editor.client.CompositeEditor
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 in com.google.gwt.editor.client
Modifier and TypeMethodDescriptionCompositeEditor<T,
?, ?> EditorContext.asCompositeEditor()
Returns a non-null value if the editor returned byEditorContext.getEditor()
implementsCompositeEditor
. -
Uses of CompositeEditor in com.google.gwt.editor.client.adapters
Modifier and TypeClassDescriptionclass
Adapts the HasData interface to the Editor framework.class
ListEditor<T,
E extends Editor<? super T>> Manages a list of objects and their associated Editors.class
OptionalFieldEditor<T,
E extends Editor<? super T>> This adapter can be used when a type being edited has an optional field that may be nullified or reassigned as part of the editing process. -
Uses of CompositeEditor in com.google.gwt.editor.client.testing
Modifier and TypeMethodDescriptionCompositeEditor<T,
?, ?> FakeEditorContext.asCompositeEditor()
Returnsnull
.