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

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

The text is from its open source code.

Subclass

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

Constructor

TextBox()
Creates an empty text box.

Method

voidsetMaxLength(int length)
Sets the maximum allowable length of the text box.
voidsetVisibleLength(int length)
Sets the number of visible characters in the text box.
TextBoxwrap(Element element)
Creates a TextBox widget that wraps an existing <input type='text'> element.