Java com.google.gwt.user.client.ui ValueBoxBase fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui ValueBoxBase fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui ValueBoxBase.

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.ValueBoxBase has subclasses.
Click this link to see all its subclasses.

Method

HandlerRegistrationaddBlurHandler(BlurHandler handler)
HandlerRegistrationaddClickHandler(ClickHandler handler)
HandlerRegistrationaddFocusHandler(FocusHandler handler)
HandlerRegistrationaddKeyDownHandler(KeyDownHandler handler)
HandlerRegistrationaddKeyPressHandler(KeyPressHandler handler)
HandlerRegistrationaddKeyUpHandler(KeyUpHandler handler)
HandlerRegistrationaddMouseUpHandler(MouseUpHandler handler)
ValueBoxEditorasEditor()
Returns an Editor that is backed by the ValueBoxBase.
intgetCursorPos()
Gets the current position of the cursor (this also serves as the beginning of the text selection).
StringgetSelectedText()
Gets the text currently selected within this text box.
StringgetText()
TgetValue()
Return the parsed value, or null if the field is empty or parsing fails.
voidonBrowserEvent(Event event)
voidselectAll()
Selects all of the text in the box.
voidsetCursorPos(int pos)
Sets the cursor position.
voidsetEnabled(boolean enabled)
Sets whether this widget is enabled.
voidsetReadOnly(boolean readOnly)
Turns read-only mode on or off.
voidsetValue(T value)