Package org.exoplatform.wiki.webui
Class UIWikiMaskWorkspace
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIComponentDecorator
-
- org.exoplatform.portal.webui.workspace.UIMaskWorkspace
-
- org.exoplatform.wiki.webui.UIWikiMaskWorkspace
-
public class UIWikiMaskWorkspace extends org.exoplatform.portal.webui.workspace.UIMaskWorkspace
-
-
Field Summary
Fields Modifier and Type Field Description List<WikiMode>accept_Modes
-
Constructor Summary
Constructors Constructor Description UIWikiMaskWorkspace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WikiModegetCurrentMode()StringgetPopupTitle()voidprocessRender(org.exoplatform.webui.application.WebuiRequestContext context)voidsetPopupTitle(String popupTitle)-
Methods inherited from class org.exoplatform.portal.webui.workspace.UIMaskWorkspace
createUIComponent, createUIComponent, getCssClasses, getWindowHeight, getWindowWidth, isShow, isUpdated, reset, setCssClasses, setShow, setUIComponent, setUpdated, setWindowSize
-
Methods inherited from class org.exoplatform.webui.core.UIComponentDecorator
findComponentById, findComponentOfType, findFirstComponentOfType, getUIComponent, renderChildren
-
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
-
-
-
Method Detail
-
processRender
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context) throws Exception- Overrides:
processRenderin classorg.exoplatform.webui.core.UIComponent- Throws:
Exception
-
getPopupTitle
public String getPopupTitle()
-
setPopupTitle
public void setPopupTitle(String popupTitle)
-
getCurrentMode
public WikiMode getCurrentMode()
-
-