Interface RichTextArea.ExtendedFormatter

All Superinterfaces:
RichTextArea.BasicFormatter
All Known Subinterfaces:
RichTextArea.Formatter
Enclosing class:
RichTextArea

@Deprecated public static interface RichTextArea.ExtendedFormatter extends RichTextArea.BasicFormatter
Deprecated.

This interface is used to access full formatting options, when available. If the implementation supports full formatting, then RichTextArea.getExtendedFormatter() will return an instance of this class.

The formatter will format the user selected text in the RichTextArea. As a result, it will only work reliably if the RichTextArea is attached, visible to on the page, and has been focused at least once. If you just want to initialize the content of the RichTextArea, use RichTextArea.setHTML(String) instead.