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

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

The text is from its open source code.

Subclass

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

Constructor

RichTextArea()
Creates a new, blank RichTextArea object with no stylesheet.

Method

HandlerRegistrationaddClickHandler(ClickHandler handler)
voidaddClickListener(ClickListener listener)
HandlerRegistrationaddFocusHandler(FocusHandler handler)
HandlerRegistrationaddInitializeHandler(InitializeHandler handler)
voidaddKeyboardListener(KeyboardListener listener)
HandlerRegistrationaddKeyDownHandler(KeyDownHandler handler)
HandlerRegistrationaddKeyUpHandler(KeyUpHandler handler)
BasicFormattergetBasicFormatter()
Gets the basic rich text formatting interface.
ExtendedFormattergetExtendedFormatter()
Gets the full rich text formatting interface.
FormattergetFormatter()
Gets the rich text formatting interface.
StringgetHTML()
StringgetText()
voidsetEnabled(boolean enabled)
voidsetHTML(String html)
voidsetHTML(SafeHtml html)
voidsetText(String text)