Package org.exoplatform.wiki.webui.popup
Class UIWikiPagePreview
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.wiki.webui.popup.UIWikiPagePreview
-
public class UIWikiPagePreview extends org.exoplatform.webui.core.UIContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIWikiPagePreview.CloseActionListener
-
Field Summary
Fields Modifier and Type Field Description static String[]ACTIONSstatic StringPREVIEW_DISPLAY
-
Constructor Summary
Constructors Constructor Description UIWikiPagePreview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getActions()StringgetPageTitle()voidrenderWikiMarkup(String markup, String syntaxId)voidsetContent(String contentHTML)voidsetPageTitle(String title)-
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
-
ACTIONS
public static final String[] ACTIONS
-
PREVIEW_DISPLAY
public static final String PREVIEW_DISPLAY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getActions
public String[] getActions()
-
setContent
public void setContent(String contentHTML)
-
renderWikiMarkup
public void renderWikiMarkup(String markup, String syntaxId) throws Exception
- Throws:
Exception
-
setPageTitle
public void setPageTitle(String title)
-
getPageTitle
public String getPageTitle()
-
-