Uses of Interface
com.google.gwt.editor.client.ValueAwareEditor
Packages that use ValueAwareEditor
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 ValueAwareEditor in com.google.gwt.editor.client
Subinterfaces of ValueAwareEditor in com.google.gwt.editor.clientModifier and TypeInterfaceDescriptioninterfaceCompositeEditor<T,C, E extends Editor<? super C>> An interface that indicates that a given Editor is composed of an unknown number of sub-Editors all of the same type.Methods in com.google.gwt.editor.client that return ValueAwareEditorModifier and TypeMethodDescriptionEditorContext.asValueAwareEditor()Returns a non-null value if the editor returned byEditorContext.getEditor()implementsValueAwareEditor. -
Uses of ValueAwareEditor in com.google.gwt.editor.client.adapters
Classes in com.google.gwt.editor.client.adapters that implement ValueAwareEditorModifier and TypeClassDescriptionclassAdapts 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 ValueAwareEditor in com.google.gwt.editor.client.testing
Methods in com.google.gwt.editor.client.testing that return ValueAwareEditor