Class ValueBoxEditor<T>

java.lang.Object
com.google.gwt.editor.client.adapters.TakesValueEditor<T>
com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T>
Type Parameters:
T - the type of value to be edited
All Implemented Interfaces:
Editor<T>, HasEditorDelegate<T>, LeafValueEditor<T>, TakesValue<T>

public class ValueBoxEditor<T> extends TakesValueEditor<T> implements HasEditorDelegate<T>
Adapts the ValueBoxBase interface to the Editor framework. This adapter uses ValueBoxBase.getValueOrThrow() to report parse errors to the Editor framework.