Uses of Class
com.google.gwt.user.client.ui.ValueBoxBase
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 ValueBoxBase in com.google.gwt.editor.ui.client
Modifier and TypeMethodDescriptionvoid
ValueBoxEditorDecorator.setValueBox
(ValueBoxBase<T> widget) Set the widget that the EditorPanel will display.ModifierConstructorDescriptionValueBoxEditorDecorator
(ValueBoxBase<T> widget, ValueBoxEditor<T> editor) Constructs a ValueBoxEditorDecorator using aValueBoxBase
widget and aValueBoxEditor
editor. -
Uses of ValueBoxBase 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.ModifierConstructorDescriptionprotected
ValueBoxEditor
(ValueBoxBase<T> peer) Constructs a new ValueBoxEditor that adapts aValueBoxBase
peer instance. -
Uses of ValueBoxBase in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
A ValueBox that usesIntegerParser
andIntegerRenderer
.class
A ValueBox that usesLongParser
andLongRenderer
.class
A text box that visually masks its input to prevent eavesdropping.class
A text box that allows multiple lines of text to be entered.class
A standard single-line text box.class
Abstract base class for most text entry widgets.class
ValueBox<T>
A text box able to parse its displayed value.Modifier and TypeMethodDescriptionSuggestBox.getValueBox()
Get the ValueBoxBase associated with this suggest box.ModifierConstructorDescriptionSuggestBox
(SuggestOracle oracle, ValueBoxBase<String> box) Constructor forSuggestBox
.SuggestBox
(SuggestOracle oracle, ValueBoxBase<String> box, SuggestBox.SuggestionDisplay suggestDisplay) Constructor forSuggestBox
.