Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.wysiwyg.client
Class RichTextToolbar

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 org.nuxeo.opensocial.wysiwyg.client.RichTextToolbar
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener

public class RichTextToolbar
extends com.google.gwt.user.client.ui.Composite


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
static RichTextEditorConstants constants
           
static HashMap<String,String> GUI_COLORLIST
           
static HashMap<String,String> GUI_FONTLIST
           
static HashMap<String,com.google.gwt.user.client.ui.RichTextArea.FontSize> GUI_FONTSIZELIST
           
static ImagesBundle images
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
RichTextToolbar(com.google.gwt.user.client.ui.RichTextArea richtext)
          Constructor of the Toolbar
 
Method Summary
static com.google.gwt.core.client.JsArrayString getSelection(com.google.gwt.dom.client.Element elem)
          Native JavaScript that returns the selected text and position of the start
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
isAttached, onBrowserEvent
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
fireEvent, getLayoutData, getParent, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

constants

public static RichTextEditorConstants constants

images

public static ImagesBundle images

GUI_COLORLIST

public static final HashMap<String,String> GUI_COLORLIST

GUI_FONTLIST

public static final HashMap<String,String> GUI_FONTLIST

GUI_FONTSIZELIST

public static final HashMap<String,com.google.gwt.user.client.ui.RichTextArea.FontSize> GUI_FONTSIZELIST
Constructor Detail

RichTextToolbar

public RichTextToolbar(com.google.gwt.user.client.ui.RichTextArea richtext)
Constructor of the Toolbar

Method Detail

getSelection

public static com.google.gwt.core.client.JsArrayString getSelection(com.google.gwt.dom.client.Element elem)
Native JavaScript that returns the selected text and position of the start


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.