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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

RichTextArea()
Constructs an empty RichTextArea with no caption.
RichTextArea(String caption)
Constructs an empty RichTextArea with the given caption.
RichTextArea(ValueChangeListener valueChangeListener)
Constructs a new RichTextArea with a value change listener.

Method

StringgetValue()
voidsetCaption(String caption)
Sets the caption of the component.
voidsetHeight(float height, Unit unit)
Sets the height of the object.
voidsetHeight(String height)
Sets the height of the component using String presentation.
voidsetSizeFull()
Sets the size to 100% x 100%.
voidsetStyleName(String style)
Sets one or more user-defined style names of the component, replacing any previous user-defined styles.
voidsetValue(String value)
Sets the value of this object.
voidsetWidth(String width)
Sets the width of the component using String presentation.
voidsetWidth(float width, Unit unit)
Sets the width of the object.