Uses of Class
com.google.gwt.user.client.ui.ValueBoxBase
-
Packages that use ValueBoxBase 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 ValueBoxBase in com.google.gwt.editor.ui.client
Methods in com.google.gwt.editor.ui.client with parameters of type ValueBoxBase Modifier and Type Method Description voidValueBoxEditorDecorator. setValueBox(ValueBoxBase<T> widget)Set the widget that the EditorPanel will display.Constructors in com.google.gwt.editor.ui.client with parameters of type ValueBoxBase Constructor Description ValueBoxEditorDecorator(ValueBoxBase<T> widget, ValueBoxEditor<T> editor)Constructs a ValueBoxEditorDecorator using aValueBoxBasewidget and aValueBoxEditoreditor. -
Uses of ValueBoxBase in com.google.gwt.editor.ui.client.adapters
Methods in com.google.gwt.editor.ui.client.adapters with parameters of type ValueBoxBase Modifier and Type Method Description static <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 ValueBoxBase Constructor Description ValueBoxEditor(ValueBoxBase<T> peer)Constructs a new ValueBoxEditor that adapts aValueBoxBasepeer instance. -
Uses of ValueBoxBase in com.google.gwt.user.client.ui
Subclasses of ValueBoxBase in com.google.gwt.user.client.ui Modifier and Type Class Description classDoubleBoxA ValueBox that usesDoubleParserandDoubleRenderer.classIntegerBoxA ValueBox that usesIntegerParserandIntegerRenderer.classLongBoxA ValueBox that usesLongParserandLongRenderer.classPasswordTextBoxA text box that visually masks its input to prevent eavesdropping.classTextAreaA text box that allows multiple lines of text to be entered.classTextBoxA standard single-line text box.classTextBoxBaseAbstract 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 ValueBoxBase Modifier and Type Method Description ValueBoxBase<java.lang.String>SuggestBox. getValueBox()Get the ValueBoxBase associated with this suggest box.Constructors in com.google.gwt.user.client.ui with parameters of type ValueBoxBase Constructor Description SuggestBox(SuggestOracle oracle, ValueBoxBase<java.lang.String> box)Constructor forSuggestBox.SuggestBox(SuggestOracle oracle, ValueBoxBase<java.lang.String> box, SuggestBox.SuggestionDisplay suggestDisplay)Constructor forSuggestBox.
-