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

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

public class WrappedRichTextAreaImplOpera
extends com.google.gwt.user.client.ui.impl.RichTextAreaImplOpera
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
WrappedRichTextAreaImplOpera()
           
 
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.RichTextAreaImplOpera
setBackColor, setFocus
 
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, 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

WrappedRichTextAreaImplOpera

public WrappedRichTextAreaImplOpera()
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.