Java com.vaadin.v7.ui TextArea fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.v7.ui TextArea fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.v7.ui TextArea.

The text is from its open source code.

Subclass

com.vaadin.v7.ui.TextArea has subclasses.
Click this link to see all its subclasses.

Constructor

TextArea(String caption)
Constructs an empty TextArea with given caption.
TextArea(Property dataSource)
Constructs a TextArea with given property data source.
TextArea()
Constructs an empty TextArea.

Method

voidsetRows(int rows)
Sets the number of rows in the text area.