com.google.gwt.user.client.ui.impl
Class RichTextAreaImplMozilla

java.lang.Object
  extended by com.google.gwt.user.client.ui.impl.RichTextAreaImpl
      extended by com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
          extended by com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
All Implemented Interfaces:
RichTextArea.BasicFormatter, RichTextArea.ExtendedFormatter, RichTextArea.Formatter
Direct Known Subclasses:
RichTextAreaImplOldMozilla

public class RichTextAreaImplMozilla
extends RichTextAreaImplStandard

Mozilla-specific implementation of rich-text editing.


Constructor Summary
RichTextAreaImplMozilla()
           
 
Method Summary
 void initElement()
           
 void setBackColor(java.lang.String color)
          Sets the background color.
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
createElement, createLink, getBackColor, getForeColor, getHTML, getText, insertHorizontalRule, insertHTML, insertImage, insertOrderedList, insertUnorderedList, isBold, isEnabled, isItalic, isStrikethrough, isSubscript, isSuperscript, isUnderlined, leftIndent, redo, removeFormat, removeLink, rightIndent, selectAll, setEnabled, setFocus, setFontName, setFontSize, setForeColor, setHTML, setJustification, setText, toggleBold, toggleItalic, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleUnderline, undo, uninitElement
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImpl
getElement, setOwner, setWidget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichTextAreaImplMozilla

public RichTextAreaImplMozilla()
Method Detail

initElement

public void initElement()
Overrides:
initElement in class RichTextAreaImplStandard

setBackColor

public void setBackColor(java.lang.String color)
Description copied from interface: RichTextArea.BasicFormatter
Sets the background color.

Specified by:
setBackColor in interface RichTextArea.BasicFormatter
Specified by:
setBackColor in interface RichTextArea.Formatter
Overrides:
setBackColor in class RichTextAreaImplStandard
Parameters:
color - the new background color