Class SimpleEditor<T>

java.lang.Object
com.google.gwt.editor.client.adapters.SimpleEditor<T>
Type Parameters:
T - the type of data being held
All Implemented Interfaces:
Editor<T>, LeafValueEditor<T>, TakesValue<T>

public class SimpleEditor<T> extends Object implements LeafValueEditor<T>
A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors.