org.exoplatform.wiki.webui.popup
Class UIWikiSettingContainer

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.wiki.webui.core.UIExtensionContainer
              extended by 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
static class UIWikiSettingContainer.ActiveItemActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String ACTION
           
static String EXTENSION_TYPE
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIWikiSettingContainer()
           
 
Method Summary
 void activate()
           
 void deActivate()
           
 String getActiveItem()
           
 List<String> getItems()
           
 void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
           
 void setActiveItem(String activeItem)
           
 void setItems(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, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

UIWikiSettingContainer

public UIWikiSettingContainer()
                       throws Exception
Throws:
Exception
Method Detail

processRender

public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
                   throws Exception
Overrides:
processRender in class org.exoplatform.webui.core.UIComponent
Throws:
Exception

getActiveItem

public String getActiveItem()

setActiveItem

public void setActiveItem(String activeItem)

getItems

public List<String> getItems()

setItems

public void setItems(List<String> items)

activate

public void activate()
Specified by:
activate in interface org.exoplatform.webui.core.UIPopupComponent

deActivate

public void deActivate()
Specified by:
deActivate in interface org.exoplatform.webui.core.UIPopupComponent


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.