org.exoplatform.wcm.webui.selector
Class UIWorkspaceList

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIForm
              extended by org.exoplatform.wcm.webui.selector.UIWorkspaceList

public class UIWorkspaceList
extends org.exoplatform.webui.form.UIForm

Created by The eXo Platform SARL Author : Dang Van Minh minh.dang@exoplatform.com Jun 21, 2007 2:32:49 PM


Nested Class Summary
static class UIWorkspaceList.AddRootNodeActionListener
          The listener interface for receiving addRootNodeAction events.
static class UIWorkspaceList.ChangeWorkspaceActionListener
          The listener interface for receiving changeWorkspaceAction events.
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 
Fields inherited from class org.exoplatform.webui.form.UIForm
ACTION, SUBCOMPONENT_ID
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIWorkspaceList()
          Instantiates a new uI workspace list.
 
Method Summary
 boolean isShowSystemWorkspace()
          Checks if is show system workspace.
 void setIsDisable(java.lang.String wsName, boolean isDisable)
          Sets the is disable.
 void setIsShowSystem(boolean isShowSystem)
          Sets the checks if is show system.
 void setShowRootPathSelect(boolean isRender)
          Sets the show root path select.
 void setWorkspaceList(java.lang.String repository)
          Sets the workspace list.
 
Methods inherited from class org.exoplatform.webui.form.UIForm
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, processRender, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIWorkspaceList

public UIWorkspaceList()
                throws java.lang.Exception
Instantiates a new uI workspace list.

Throws:
java.lang.Exception - the exception
Method Detail

setIsShowSystem

public void setIsShowSystem(boolean isShowSystem)
Sets the checks if is show system.

Parameters:
isShowSystem - the new checks if is show system

isShowSystemWorkspace

public boolean isShowSystemWorkspace()
Checks if is show system workspace.

Returns:
true, if is show system workspace

setShowRootPathSelect

public void setShowRootPathSelect(boolean isRender)
Sets the show root path select.

Parameters:
isRender - the new show root path select

setWorkspaceList

public void setWorkspaceList(java.lang.String repository)
                      throws java.lang.Exception
Sets the workspace list.

Parameters:
repository - the new workspace list
Throws:
java.lang.Exception - the exception

setIsDisable

public void setIsDisable(java.lang.String wsName,
                         boolean isDisable)
Sets the is disable.

Parameters:
wsName - the ws name
isDisable - the is disable


Copyright © 2011 eXo Platform SAS. All Rights Reserved.