Uses of Interface
com.google.gwt.editor.client.CompositeEditor
-
Packages that use CompositeEditor 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 in com.google.gwt.editor.client
Methods in com.google.gwt.editor.client that return CompositeEditor Modifier and Type Method Description CompositeEditor<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
Classes in com.google.gwt.editor.client.adapters that implement CompositeEditor Modifier and Type Class Description classHasDataEditor<T>Adapts the HasData interface to the Editor framework.classListEditor<T,E extends Editor<? super T>>Manages a list of objects and their associated Editors.classOptionalFieldEditor<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
Methods in com.google.gwt.editor.client.testing that return CompositeEditor Modifier and Type Method Description CompositeEditor<T,?,?>FakeEditorContext. asCompositeEditor()Returnsnull.
-