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

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

The text is from its open source code.

Subclass

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

Constructor

TextArea()
Creates an empty text area.

Method

intgetCharacterWidth()
Gets the requested width of the text box (this is not an exact value, as not all characters are created equal).
intgetCursorPos()
intgetSelectionLength()
intgetVisibleLines()
Gets the number of text lines that are visible.
voidsetCharacterWidth(int width)
Sets the requested width of the text box (this is not an exact value, as not all characters are created equal).
voidsetVisibleLines(int lines)
Sets the number of text lines that are visible.
TextAreawrap(Element element)
Creates a TextArea widget that wraps an existing <textarea> element.