Interface RichTextArea.BasicFormatter

All Known Subinterfaces:
RichTextArea.ExtendedFormatter, RichTextArea.Formatter
Enclosing class:
RichTextArea

@Deprecated public static interface RichTextArea.BasicFormatter
Deprecated.

This interface is used to access basic formatting options, when available. If the implementation supports basic formatting, then RichTextArea.getBasicFormatter() 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.