org.exoplatform.social.webui.space
Class UISpaceAccess

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.social.webui.space.UISpaceAccess

public class UISpaceAccess
extends org.exoplatform.webui.core.UIContainer

Since:
4.0

Nested Class Summary
static class UISpaceAccess.AcceptActionListener
          Listens event when user accept an invited to join the space
static class UISpaceAccess.JoinActionListener
          This action is triggered when user click on join button
static class UISpaceAccess.RefuseActionListener
          This action trigger when user click on refuse button.
static class UISpaceAccess.RequestToJoinActionListener
          Listens event when user request to join space
 
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.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UISpaceAccess()
          Constructor for initialize UIPopupWindow for adding new space popup.
 
Method Summary
 void cleanSession()
           
 String getRedirectURI()
           
 String getSpaceDisplayName()
           
 String getSpacePrettyName()
           
 String getStatus()
           
 void init()
          Inits at the first loading.
 
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, processRender, 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
 

Constructor Detail

UISpaceAccess

public UISpaceAccess()
              throws Exception
Constructor for initialize UIPopupWindow for adding new space popup.

Throws:
Exception
Method Detail

init

public void init()
Inits at the first loading.

Since:
4.0

getStatus

public String getStatus()

getSpacePrettyName

public String getSpacePrettyName()

getSpaceDisplayName

public String getSpaceDisplayName()

getRedirectURI

public String getRedirectURI()

cleanSession

@PreDestroy
public void cleanSession()


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.