Uses of Class
com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
Package
Description
User interface components for the bean editor framework.
User interface adapters for the bean editor framework.
Widgets, Panels, and other user-interface classes.
-
Uses of ValueBoxEditor in com.google.gwt.editor.ui.client
Modifier and TypeMethodDescriptionValueBoxEditorDecorator.asEditor()
Returns the associatedValueBoxEditor
.Modifier and TypeMethodDescriptionvoid
ValueBoxEditorDecorator.setEditor
(ValueBoxEditor<T> editor) Sets the associatedValueBoxEditor
.ModifierConstructorDescriptionValueBoxEditorDecorator
(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
Modifier and TypeMethodDescriptionstatic <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
Modifier and TypeMethodDescriptionValueBoxBase.asEditor()
Returns an Editor that is backed by the ValueBoxBase.