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

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.FocusWidget
              extended by com.google.gwt.user.client.ui.RichTextArea
                  extended by com.xpn.xwiki.wysiwyg.client.ui.wrap.WrappedRichTextArea
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasFocus, com.google.gwt.user.client.ui.HasHTML, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.SourcesClickEvents, com.google.gwt.user.client.ui.SourcesFocusEvents, com.google.gwt.user.client.ui.SourcesKeyboardEvents, com.google.gwt.user.client.ui.SourcesMouseEvents, HasStyleSheet

public class WrappedRichTextArea
extends com.google.gwt.user.client.ui.RichTextArea
implements HasStyleSheet


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.RichTextArea
com.google.gwt.user.client.ui.RichTextArea.BasicFormatter, com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter, com.google.gwt.user.client.ui.RichTextArea.FontSize, com.google.gwt.user.client.ui.RichTextArea.Justification
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
static java.lang.String STYLESHEET
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
WrappedRichTextArea()
           
 
Method Summary
 void addShortcutKey(XShortcutKey shortcutKey)
           
 java.lang.String getStyleSheetURL()
          
 void onBrowserEvent(com.google.gwt.user.client.Event event)
          
 void onEnter(com.google.gwt.user.client.Event event)
           
 void removeShortcutKey(XShortcutKey shortcutKey)
           
 void setStyleSheetURL(java.lang.String styleSheetURL)
          
 
Methods inherited from class com.google.gwt.user.client.ui.RichTextArea
addMouseListener, getBasicFormatter, getExtendedFormatter, getHTML, getText, onAttach, onDetach, removeMouseListener, setFocus, setHTML, setText
 
Methods inherited from class com.google.gwt.user.client.ui.FocusWidget
addClickListener, addFocusListener, addKeyboardListener, getFocusImpl, getTabIndex, isEnabled, removeClickListener, removeFocusListener, removeKeyboardListener, setAccessKey, setElement, setEnabled, setTabIndex
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
doAttachChildren, doDetachChildren, getParent, isAttached, onLoad, onUnload, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STYLESHEET

public static final java.lang.String STYLESHEET
Constructor Detail

WrappedRichTextArea

public WrappedRichTextArea()
Method Detail

addShortcutKey

public void addShortcutKey(XShortcutKey shortcutKey)

removeShortcutKey

public void removeShortcutKey(XShortcutKey shortcutKey)

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)

onBrowserEvent

public void onBrowserEvent(com.google.gwt.user.client.Event event)

Specified by:
onBrowserEvent in interface com.google.gwt.user.client.EventListener
Overrides:
onBrowserEvent in class com.google.gwt.user.client.ui.RichTextArea
See Also:
RichTextArea.onBrowserEvent(Event)

onEnter

public void onEnter(com.google.gwt.user.client.Event event)


Copyright © 2004-2008 XWiki. All Rights Reserved.