GWT 2.7.0

com.google.gwt.editor.client
Interface Editor<T>

Type Parameters:
T - the type of object the editor displays.
All Known Subinterfaces:
CompositeEditor<T,C,E>, HasEditorDelegate<T>, HasEditorErrors<T>, HasRequestContext<T>, LeafValueEditor<T>, ValueAwareEditor<T>
All Known Implementing Classes:
FakeLeafValueEditor, HasDataEditor, HasTextEditor, ListEditor, OptionalFieldEditor, SimpleEditor, TakesValueEditor, ValueBoxEditor, ValueBoxEditorDecorator

public interface Editor<T>

Describes an editor whose behavior is not altered by the value being displayed.

Editors, which may be classes or interfaces, may expose their sub-editors in one or more of the following ways:

Any exposed field or method whose type is Editor may also use the IsEditor interface to provide an Editor instance. This allows view objects to be written that can be attached to an Editor hierarchy without the view directly implementing an Editor interface.


Nested Class Summary
static interface Editor.Ignore
          Tells the Editor framework to ignore an Editor accessor.
static interface Editor.Path
          Maps a composite Editor's component Editors into the data-model.
 


GWT 2.7.0