public class

RichTextAreaImplSafari

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

Class Overview

Safari rich text platform implementation.

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
RichTextAreaImplSafari()
Public Methods
void setBackColor(String color)
Sets the background color.
Protected Methods
String getTextImpl()
void hookEvents()
void setTextImpl(String text)
void unhookEvents()
[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 RichTextAreaImplSafari ()

Public Methods

public void setBackColor (String color)

Sets the background color.

Parameters
color the new background color

Protected Methods

protected String getTextImpl ()

protected void hookEvents ()

protected void setTextImpl (String text)

protected void unhookEvents ()