public class

RichTextAreaImplOpera

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.RichTextAreaImplOpera

Class Overview

Opera 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
RichTextAreaImplOpera()
Public Methods
void setBackColor(String color)
Sets the background color.
Protected Methods
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 RichTextAreaImplOpera ()

Public Methods

public void setBackColor (String color)

Sets the background color.

Parameters
color the new background color

Protected Methods

protected void setFocusImpl (boolean focused)