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

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.RichTextAreaImplIE6
All Implemented Interfaces:
RichTextArea.BasicFormatter, RichTextArea.ExtendedFormatter, RichTextArea.Formatter

public class RichTextAreaImplIE6
extends RichTextAreaImplStandard

IE6-specific implementation of rich-text editing.


Constructor Summary
RichTextAreaImplIE6()
           
 
Method Summary
 Element createElement()
           
 void initElement()
           
 void insertHTML(java.lang.String html)
          Inserts generic html.
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
createLink, getBackColor, getForeColor, getHTML, getText, insertHorizontalRule, insertImage, insertOrderedList, insertUnorderedList, isBold, isEnabled, isItalic, isStrikethrough, isSubscript, isSuperscript, isUnderlined, leftIndent, redo, removeFormat, removeLink, rightIndent, selectAll, setBackColor, 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

RichTextAreaImplIE6

public RichTextAreaImplIE6()
Method Detail

createElement

public Element createElement()
Overrides:
createElement in class RichTextAreaImplStandard

initElement

public void initElement()
Overrides:
initElement in class RichTextAreaImplStandard

insertHTML

public void insertHTML(java.lang.String html)
Description copied from interface: RichTextArea.Formatter
Inserts generic html.

Specified by:
insertHTML in interface RichTextArea.Formatter
Overrides:
insertHTML in class RichTextAreaImplStandard
Parameters:
html - the HTML to insert