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

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

public class WrappedRichTextAreaImplSafari
extends com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari
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
WrappedRichTextAreaImplSafari()
           
 
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.RichTextAreaImplSafari
createElement, getTextImpl, hookEvents, isBold, isExtendedEditingSupported, isItalic, isUnderlined, setBackColor, setFocus, setFontSize, 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, isStrikethrough, isSubscript, isSuperscript, leftIndent, onElementInitialized, removeFormat, removeLink, rightIndent, selectAll, setFontName, 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

WrappedRichTextAreaImplSafari

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


Copyright © 2004-2008 XWiki. All Rights Reserved.