Uses of Class
com.google.gwt.user.client.ui.ValueBoxBase
Packages that use 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.clientMethods in com.google.gwt.editor.ui.client with parameters of type ValueBoxBaseModifier and TypeMethodDescriptionvoidValueBoxEditorDecorator.setValueBox(ValueBoxBase<T> widget) Set the widget that the EditorPanel will display.Constructors in com.google.gwt.editor.ui.client with parameters of type ValueBoxBaseModifierConstructorDescriptionValueBoxEditorDecorator(ValueBoxBase<T> widget, ValueBoxEditor<T> editor) Constructs a ValueBoxEditorDecorator using aValueBoxBasewidget and aValueBoxEditoreditor.
- 
Uses of ValueBoxBase in com.google.gwt.editor.ui.client.adaptersMethods in com.google.gwt.editor.ui.client.adapters with parameters of type ValueBoxBaseModifier and TypeMethodDescriptionstatic <T> ValueBoxEditor<T>ValueBoxEditor.of(ValueBoxBase<T> valueBox) Returns a new TakesValueEditor that adapts aValueBoxBaseinstance.Constructors in com.google.gwt.editor.ui.client.adapters with parameters of type ValueBoxBaseModifierConstructorDescriptionprotectedValueBoxEditor(ValueBoxBase<T> peer) Constructs a new ValueBoxEditor that adapts aValueBoxBasepeer instance.
- 
Uses of ValueBoxBase in com.google.gwt.user.client.uiSubclasses of ValueBoxBase in com.google.gwt.user.client.uiModifier and TypeClassDescriptionclassA ValueBox that usesDoubleParserandDoubleRenderer.classA ValueBox that usesIntegerParserandIntegerRenderer.classA ValueBox that usesLongParserandLongRenderer.classA text box that visually masks its input to prevent eavesdropping.classA text box that allows multiple lines of text to be entered.classA standard single-line text box.classAbstract base class for most text entry widgets.classValueBox<T>A text box able to parse its displayed value.Methods in com.google.gwt.user.client.ui that return ValueBoxBaseModifier and TypeMethodDescriptionSuggestBox.getValueBox()Get the ValueBoxBase associated with this suggest box.Constructors in com.google.gwt.user.client.ui with parameters of type ValueBoxBaseModifierConstructorDescriptionSuggestBox(SuggestOracle oracle, ValueBoxBase<String> box) Constructor forSuggestBox.SuggestBox(SuggestOracle oracle, ValueBoxBase<String> box, SuggestBox.SuggestionDisplay suggestDisplay) Constructor forSuggestBox.