Uses of Class
com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
Packages that use 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
Methods in com.google.gwt.editor.ui.client that return ValueBoxEditorModifier and TypeMethodDescriptionValueBoxEditorDecorator.asEditor()Returns the associatedValueBoxEditor.Methods in com.google.gwt.editor.ui.client with parameters of type ValueBoxEditorModifier and TypeMethodDescriptionvoidValueBoxEditorDecorator.setEditor(ValueBoxEditor<T> editor) Sets the associatedValueBoxEditor.Constructors in com.google.gwt.editor.ui.client with parameters of type ValueBoxEditorModifierConstructorDescriptionValueBoxEditorDecorator(ValueBoxBase<T> widget, ValueBoxEditor<T> editor) Constructs a ValueBoxEditorDecorator using aValueBoxBasewidget and aValueBoxEditoreditor. -
Uses of ValueBoxEditor in com.google.gwt.editor.ui.client.adapters
Methods in com.google.gwt.editor.ui.client.adapters that return ValueBoxEditorModifier and TypeMethodDescriptionstatic <T> ValueBoxEditor<T> ValueBoxEditor.of(ValueBoxBase<T> valueBox) Returns a new TakesValueEditor that adapts aValueBoxBaseinstance. -
Uses of ValueBoxEditor in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return ValueBoxEditorModifier and TypeMethodDescriptionValueBoxBase.asEditor()Returns an Editor that is backed by the ValueBoxBase.