Uses of Class
com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
-
Packages that use ValueBoxEditor Package Description 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 Modifier and Type Method Description ValueBoxEditor<T>
ValueBoxEditorDecorator. asEditor()
Returns the associatedValueBoxEditor
.Methods in com.google.gwt.editor.ui.client with parameters of type ValueBoxEditor Modifier and Type Method Description void
ValueBoxEditorDecorator. setEditor(ValueBoxEditor<T> editor)
Sets the associatedValueBoxEditor
.Constructors in com.google.gwt.editor.ui.client with parameters of type ValueBoxEditor Constructor Description ValueBoxEditorDecorator(ValueBoxBase<T> widget, ValueBoxEditor<T> editor)
Constructs a ValueBoxEditorDecorator using aValueBoxBase
widget and aValueBoxEditor
editor. -
Uses of ValueBoxEditor in com.google.gwt.editor.ui.client.adapters
Methods in com.google.gwt.editor.ui.client.adapters that return ValueBoxEditor Modifier and Type Method Description static <T> ValueBoxEditor<T>
ValueBoxEditor. of(ValueBoxBase<T> valueBox)
Returns a new TakesValueEditor that adapts aValueBoxBase
instance. -
Uses of ValueBoxEditor in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return ValueBoxEditor Modifier and Type Method Description ValueBoxEditor<T>
ValueBoxBase. asEditor()
Returns an Editor that is backed by the ValueBoxBase.
-