com.xpn.xwiki.wysiwyg.client.ui
Class XRichTextEditor

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.Composite
              extended by com.xpn.xwiki.wysiwyg.client.ui.XRichTextEditor
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.SourcesLoadEvents

public class XRichTextEditor
extends com.google.gwt.user.client.ui.Composite
implements com.google.gwt.user.client.ui.SourcesLoadEvents


Nested Class Summary
 
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
protected  HiddenConfig config
           
protected  com.google.gwt.user.client.ui.FlowPanel container
           
protected  XRichTextArea textArea
           
protected  XToolBar toolbar
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
XRichTextEditor()
           
 
Method Summary
 void addLoadListener(com.google.gwt.user.client.ui.LoadListener listener)
          
 HiddenConfig getConfig()
           
 XRichTextArea getTextArea()
           
 XToolBar getToolbar()
           
protected  void onLoad()
          
 void removeLoadListener(com.google.gwt.user.client.ui.LoadListener listener)
          
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
doAttachChildren, doDetachChildren, getParent, 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, 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

container

protected com.google.gwt.user.client.ui.FlowPanel container

toolbar

protected XToolBar toolbar

textArea

protected XRichTextArea textArea

config

protected HiddenConfig config
Constructor Detail

XRichTextEditor

public XRichTextEditor()
Method Detail

getToolbar

public XToolBar getToolbar()

getTextArea

public XRichTextArea getTextArea()

getConfig

public HiddenConfig getConfig()

onLoad

protected void onLoad()

Overrides:
onLoad in class com.google.gwt.user.client.ui.Widget
See Also:
Widget.onLoad()

addLoadListener

public void addLoadListener(com.google.gwt.user.client.ui.LoadListener listener)

Specified by:
addLoadListener in interface com.google.gwt.user.client.ui.SourcesLoadEvents
See Also:
SourcesLoadEvents.addLoadListener(LoadListener)

removeLoadListener

public void removeLoadListener(com.google.gwt.user.client.ui.LoadListener listener)

Specified by:
removeLoadListener in interface com.google.gwt.user.client.ui.SourcesLoadEvents
See Also:
SourcesLoadEvents.removeLoadListener(LoadListener)


Copyright © 2004-2008 XWiki. All Rights Reserved.