|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.xwiki.gwt.wysiwyg.client.RichTextEditor
public class RichTextEditor
The user interface of the WYSIWYG editor.
| 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 com.google.gwt.user.client.ui.FlowPanel |
container
The UI container. |
protected LoadingPanel |
loadingPanel
The panel used to indicate the loading state of the editor. |
protected MenuBar |
menu
The menu bar. |
protected RichTextArea |
textArea
The rich text area. |
protected ToolBar |
toolbar
The tool bar. |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
RichTextEditor()
Creates a new rich text editor. |
|
| Method Summary | |
|---|---|
com.google.gwt.user.client.ui.FlowPanel |
getContainer()
|
MenuBar |
getMenu()
|
RichTextArea |
getTextArea()
|
ToolBar |
getToolbar()
|
boolean |
isLoading()
|
protected void |
onLoad()
|
void |
setLoading(boolean loading)
Set the editor loading state. |
| 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 |
|---|
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onUnload, removeFromParent, setLayoutData, sinkEvents |
| 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, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected MenuBar menu
protected ToolBar toolbar
protected final RichTextArea textArea
protected final LoadingPanel loadingPanel
protected final com.google.gwt.user.client.ui.FlowPanel container
| Constructor Detail |
|---|
public RichTextEditor()
| Method Detail |
|---|
public MenuBar getMenu()
public ToolBar getToolbar()
public RichTextArea getTextArea()
public com.google.gwt.user.client.ui.FlowPanel getContainer()
public void setLoading(boolean loading)
loading - true to display the editor in loading mode, false to remove the loading mode.public boolean isLoading()
true if this rich text editor is currently in loading state, false otherwiseprotected void onLoad()
onLoad in class com.google.gwt.user.client.ui.WidgetWidget.onLoad()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||