public class

RichTextAreaImplMozilla

extends RichTextAreaImplStandard
java.lang.Object
   ↳ com.google.gwt.user.client.ui.impl.RichTextAreaImpl
     ↳ com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
       ↳ com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla

Class Overview

Mozilla-specific implementation of rich-text editing.

Summary

[Expand]
Inherited Fields
From class com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
From class com.google.gwt.user.client.ui.impl.RichTextAreaImpl
Public Constructors
RichTextAreaImplMozilla()
Public Methods
void initElement()
void setBackColor(String color)
Sets the background color.
Protected Methods
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.
void setFocusImpl(boolean focused)
[Expand]
Inherited Methods
From class com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
From class com.google.gwt.user.client.ui.impl.RichTextAreaImpl
From class java.lang.Object
From interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
From interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
From interface com.google.gwt.user.client.ui.RichTextArea.Formatter

Public Constructors

public RichTextAreaImplMozilla ()

Public Methods

public void initElement ()

public void setBackColor (String color)

Sets the background color.

Parameters
color the new background color

Protected Methods

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. This only needs to be done the first time after the RichTextArea is initialized. See issue 3503.

protected void setFocusImpl (boolean focused)