public class UISpaceSetting
extends org.exoplatform.webui.core.UIContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
UISpaceSetting.SelectTabActionListener
This action listener is activated when user changes tab in space setting.
|
| Constructor and Description |
|---|
UISpaceSetting()
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTab(Class type,
String configId,
String componentId) |
protected org.exoplatform.social.core.space.model.Space |
getSpace()
Gets space object.
|
String |
getSpaceName()
gets space name
|
void |
initTabByContext() |
boolean |
isLeader()
checks if the remote user is leader.
|
protected void |
redirectToHome(org.exoplatform.webui.application.WebuiRequestContext ctx)
Redirect to home of space page in case accessing to administration pages (such as space setting page)
but the role of logged in user is member only.
|
void |
setValues(org.exoplatform.social.core.space.model.Space space)
sets space to work with
|
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesbroadcast, buildModelObject, 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, urlpublic void addTab(Class type, String configId, String componentId) throws Exception
Exceptionpublic void initTabByContext()
public void setValues(org.exoplatform.social.core.space.model.Space space)
throws Exception
space - Exceptionprotected org.exoplatform.social.core.space.model.Space getSpace()
public String getSpaceName()
public boolean isLeader()
throws Exception
Exceptionprotected void redirectToHome(org.exoplatform.webui.application.WebuiRequestContext ctx)
ctx - Copyright © 2003–2019 eXo Platform SAS. All rights reserved.