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

Example usage for Java com.google.gwt.user.client.ui TextBoxBase 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 TextBoxBase.

The text is from its open source code.

Subclass

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

Field

TextAlignConstantALIGN_CENTER
Center the text.
TextAlignConstantALIGN_LEFT
Align the text to the left edge.
TextAlignConstantALIGN_RIGHT
Align the text to the right.

Method

StringgetValue()
Overridden to return "" from an empty text box.