Package org.exoplatform.wiki.webui.popup
Class UIWikiSettingContainer
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.wiki.webui.core.UIExtensionContainer
-
- org.exoplatform.wiki.webui.popup.UIWikiSettingContainer
-
- All Implemented Interfaces:
org.exoplatform.webui.core.UIPopupComponent
public class UIWikiSettingContainer extends UIExtensionContainer implements org.exoplatform.webui.core.UIPopupComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIWikiSettingContainer.ActiveItemActionListener
-
Field Summary
Fields Modifier and Type Field Description static StringACTIONstatic StringEXTENSION_TYPE
-
Constructor Summary
Constructors Constructor Description UIWikiSettingContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()voiddeActivate()StringgetActiveItem()List<String>getItems()voidprocessRender(org.exoplatform.webui.application.WebuiRequestContext context)voidsetActiveItem(String activeItem)voidsetItems(List<String> items)-
Methods inherited from class org.exoplatform.wiki.webui.core.UIExtensionContainer
checkModificationContext
-
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, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
-
-
-
Field Detail
-
EXTENSION_TYPE
public static final String EXTENSION_TYPE
- See Also:
- Constant Field Values
-
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
processRender
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context) throws Exception- Overrides:
processRenderin classorg.exoplatform.webui.core.UIComponent- Throws:
Exception
-
getActiveItem
public String getActiveItem()
-
setActiveItem
public void setActiveItem(String activeItem)
-
activate
public void activate()
- Specified by:
activatein interfaceorg.exoplatform.webui.core.UIPopupComponent
-
deActivate
public void deActivate()
- Specified by:
deActivatein interfaceorg.exoplatform.webui.core.UIPopupComponent
-
-