
public class RichTextAreaImplMozilla extends RichTextAreaImplStandard
initializingelem, owner| Constructor and Description |
|---|
RichTextAreaImplMozilla() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackColor()
Gets the background color.
|
void |
initElement() |
void |
setBackColor(String color)
Sets the background color.
|
protected void |
setFirstFocusImpl()
Firefox will not display the caret the first time a RichTextArea is
programmatically focused, so we need to focus, blur, and refocus the
RichTextArea.
|
protected void |
setFocusImpl(boolean focused) |
createElement, createLink, getForeColor, getHTML, getHTMLImpl, getText, getTextImpl, hookEvents, insertHorizontalRule, insertHTML, insertImage, insertOrderedList, insertUnorderedList, isBold, isEnabled, isEnabledImpl, isItalic, isStrikethrough, isSubscript, isSuperscript, isUnderlined, leftIndent, onElementInitialized, onElementInitializing, redo, removeFormat, removeLink, rightIndent, selectAll, setEnabled, setEnabledImpl, setFocus, setFontName, setFontSize, setForeColor, setHTML, setHTMLImpl, setJustification, setText, setTextImpl, toggleBold, toggleItalic, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleUnderline, undo, unhookEvents, uninitElementgetElement, setOwner, setWidgetpublic String getBackColor()
RichTextArea.FormattergetBackColor in interface RichTextArea.BasicFormattergetBackColor in interface RichTextArea.FormattergetBackColor in class RichTextAreaImplStandardpublic void initElement()
initElement in class RichTextAreaImplStandardpublic void setBackColor(String color)
RichTextArea.FormattersetBackColor in interface RichTextArea.BasicFormattersetBackColor in interface RichTextArea.FormattersetBackColor in class RichTextAreaImplStandardcolor - the new background colorprotected void setFirstFocusImpl()
protected void setFocusImpl(boolean focused)
setFocusImpl in class RichTextAreaImplStandardCopyright © 2018. All rights reserved.