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

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

public class WrappedRichTextAreaImplMozilla
extends com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
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
WrappedRichTextAreaImplMozilla()
           
 
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.RichTextAreaImplMozilla
setBackColor
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
createElement, createLink, getBackColor, getForeColor, getHTML, getHTMLImpl, getText, getTextImpl, hookEvents, insertHorizontalRule, insertImage, insertOrderedList, insertUnorderedList, isBasicEditingSupported, isBold, isExtendedEditingSupported, isItalic, isStrikethrough, isSubscript, isSuperscript, isUnderlined, leftIndent, onElementInitialized, removeFormat, removeLink, rightIndent, selectAll, setFocus, setFontName, setFontSize, setForeColor, setHTML, setHTMLImpl, setJustification, setText, setTextImpl, toggleBold, toggleItalic, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleUnderline, unhookEvents, 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

WrappedRichTextAreaImplMozilla

public WrappedRichTextAreaImplMozilla()
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.RichTextAreaImplMozilla
See Also:
RichTextAreaImplMozilla.initElement()


Copyright © 2004-2008 XWiki. All Rights Reserved.