Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.gwt.user.client.ui.impl |
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 |
Modifier and Type | Class and Description |
---|---|
class |
RichTextAreaImplIE8toIE10
IE6-specific implementation of rich-text editing.
|
class |
RichTextAreaImplMozilla
Mozilla-specific implementation of rich-text editing.
|
class |
RichTextAreaImplSafari
Safari rich text platform implementation.
|
class |
RichTextAreaImplStandard
Basic rich text platform implementation.
|
Copyright © 2018. All rights reserved.