package

com.google.gwt.editor.client.adapters

Adapters for the bean editor framework.

Classes

EditorSource<E extends Editor<?>> An entity capable of creating and destroying instances of Editors. 
HasDataEditor<T> Adapts the HasData interface to the Editor framework. 
ListEditor<T, E extends Editor<T>> Manages a list of objects and their associated Editors. 
OptionalFieldEditor<T, E extends Editor<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. 
SimpleEditor<T> A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors. 
TakesValueEditor<T> Adapts the TakesValue interface to the Editor framework.