com.xpn.xwiki.wysiwyg.client.ui.wrap
Class WrappedRichTextAreaImplIE6

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
              extended by com.xpn.xwiki.wysiwyg.client.ui.wrap.WrappedRichTextAreaImplIE6
All Implemented Interfaces:
com.google.gwt.user.client.ui.RichTextArea.BasicFormatter, com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter, HasStyleSheet

public class WrappedRichTextAreaImplIE6
extends com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6
implements HasStyleSheet


Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
initializing
 
Fields inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImpl
elem
 
Constructor Summary
WrappedRichTextAreaImplIE6()
           
 
Method Summary
 java.lang.String getStyleSheetURL()
          
 void initElement()
          
 void setStyleSheetURL(java.lang.String styleSheetURL)
          
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6
createElement, getTextImpl, hookEvents, setTextImpl, unhookEvents
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
createLink, getBackColor, getForeColor, getHTML, getHTMLImpl, getText, insertHorizontalRule, insertImage, insertOrderedList, insertUnorderedList, isBasicEditingSupported, isBold, isExtendedEditingSupported, isItalic, isStrikethrough, isSubscript, isSuperscript, isUnderlined, leftIndent, onElementInitialized, removeFormat, removeLink, rightIndent, selectAll, setBackColor, setFocus, setFontName, setFontSize, setForeColor, setHTML, setHTMLImpl, setJustification, setText, toggleBold, toggleItalic, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleUnderline, uninitElement
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImpl
getElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedRichTextAreaImplIE6

public WrappedRichTextAreaImplIE6()
Method Detail

getStyleSheetURL

public java.lang.String getStyleSheetURL()

Specified by:
getStyleSheetURL in interface HasStyleSheet
See Also:
HasStyleSheet.getStyleSheetURL()

setStyleSheetURL

public void setStyleSheetURL(java.lang.String styleSheetURL)

Specified by:
setStyleSheetURL in interface HasStyleSheet
See Also:
HasStyleSheet.setStyleSheetURL(String)

initElement

public void initElement()

Overrides:
initElement in class com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6
See Also:
RichTextAreaImplIE6.initElement()


Copyright © 2004-2008 XWiki. All Rights Reserved.