Package org.exoplatform.wiki.webui
Class UIWikiRichTextArea
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.wiki.webui.UIWikiRichTextArea
-
public class UIWikiRichTextArea extends org.exoplatform.webui.core.UIContainer
-
-
Field Summary
Fields Modifier and Type Field Description static StringSESSION_KEYstatic StringWIKI_CONTEXT
-
Constructor Summary
Constructors Constructor Description UIWikiRichTextArea()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.exoplatform.wiki.service.WikiPageParamsgetCurrentWikiPageParams()protected StringgetRestUrlToViewCurrentPage()protected StringgetSyntax()org.exoplatform.webui.form.UIFormTextAreaInputgetUIFormTextAreaInput()-
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
-
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
-
-
-
Field Detail
-
SESSION_KEY
public static final String SESSION_KEY
- See Also:
- Constant Field Values
-
WIKI_CONTEXT
public static final String WIKI_CONTEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUIFormTextAreaInput
public org.exoplatform.webui.form.UIFormTextAreaInput getUIFormTextAreaInput()
-
getRestUrlToViewCurrentPage
protected String getRestUrlToViewCurrentPage()
-
getCurrentWikiPageParams
protected org.exoplatform.wiki.service.WikiPageParams getCurrentWikiPageParams()
-
-