GWT 2.7.0

Uses of Class
com.google.gwt.editor.ui.client.adapters.ValueBoxEditor

Packages that use ValueBoxEditor
com.google.gwt.editor.ui.client User interface components for the bean editor framework. 
com.google.gwt.editor.ui.client.adapters User interface adapters for the bean editor framework. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of ValueBoxEditor in com.google.gwt.editor.ui.client
 

Methods in com.google.gwt.editor.ui.client that return ValueBoxEditor
 ValueBoxEditor<T> ValueBoxEditorDecorator.asEditor()
          Returns the associated ValueBoxEditor.
 

Methods in com.google.gwt.editor.ui.client with parameters of type ValueBoxEditor
 void ValueBoxEditorDecorator.setEditor(ValueBoxEditor<T> editor)
          Sets the associated ValueBoxEditor.
 

Constructors in com.google.gwt.editor.ui.client with parameters of type ValueBoxEditor
ValueBoxEditorDecorator(ValueBoxBase<T> widget, ValueBoxEditor<T> editor)
          Constructs a ValueBoxEditorDecorator using a ValueBoxBase widget and a ValueBoxEditor editor.
 

Uses of ValueBoxEditor in com.google.gwt.editor.ui.client.adapters
 

Methods in com.google.gwt.editor.ui.client.adapters that return ValueBoxEditor
static
<T> ValueBoxEditor<T>
ValueBoxEditor.of(ValueBoxBase<T> valueBox)
          Returns a new TakesValueEditor that adapts a ValueBoxBase instance.
 

Uses of ValueBoxEditor in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui that return ValueBoxEditor
 ValueBoxEditor<T> ValueBoxBase.asEditor()
          Returns an Editor that is backed by the ValueBoxBase.
 


GWT 2.7.0