Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
RichTextArea.ExtendedFormatter
Deprecated.
use
RichTextArea.Formatter instead |
static interface |
RichTextArea.Formatter
This interface is used to access full formatting options, when available.
|
Modifier and Type | Method and Description |
---|---|
RichTextArea.BasicFormatter |
RichTextArea.getBasicFormatter()
Deprecated.
use
RichTextArea.getFormatter() instead |