public class UIManagePendingSpaces
extends org.exoplatform.webui.core.UIContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
UIManagePendingSpaces.LoadMoreSpaceActionListener
Listeners loading more space action.
|
static class |
UIManagePendingSpaces.RevokePendingActionListener
This action is triggered when user clicks on RevokePending action.
|
static class |
UIManagePendingSpaces.SearchActionListener
Listens event that broadcast from UISpaceSearch.
|
| Constructor and Description |
|---|
UIManagePendingSpaces()
Constructor to initialize iterator.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getImageSource(org.exoplatform.social.core.space.model.Space space)
Gets image source url.
|
List<org.exoplatform.social.core.space.model.Space> |
getPendingSpacesList()
Gets list of sent invitation space.
|
org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space> |
getPendingSpacesListAccess()
Gets spaces with ListAccess type.
|
int |
getPendingSpacesNum()
Gets number of pending space.
|
String |
getSelectedChar()
Gets selected character.
|
String |
getSpaceNameSearch()
Gets name of searched space.
|
void |
init()
Inits at the first loading.
|
boolean |
isEnableLoadNext()
Gets flag to display LoadNext button or not.
|
void |
loadNext()
Loads more space.
|
void |
loadSearch()
Loads space when searching.
|
void |
setEnableLoadNext(boolean enableLoadNext)
Sets flag to display LoadNext button or not.
|
void |
setLoadingCapacity(int loadingCapacity)
Sets loading capacity.
|
void |
setPendingSpacesList(List<org.exoplatform.social.core.space.model.Space> pendingSpacesList)
Sets list of sent invitation space.
|
void |
setPendingSpacesListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space> pendingSpacesListAccess)
Sets spaces with ListAccess type.
|
void |
setPendingSpacesNum(int pendingSpacesNum)
Sets number of pending space.
|
void |
setSelectedChar(String selectedChar)
Sets selected character.
|
void |
setSpaceNameSearch(String spaceNameSearch)
Sets name of searched space.
|
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 init()
public void setLoadingCapacity(int loadingCapacity)
loadingCapacity - public boolean isEnableLoadNext()
public void setEnableLoadNext(boolean enableLoadNext)
public List<org.exoplatform.social.core.space.model.Space> getPendingSpacesList() throws Exception
Exceptionpublic void setPendingSpacesList(List<org.exoplatform.social.core.space.model.Space> pendingSpacesList)
pendingSpacesList - the pendingSpacesList to setpublic int getPendingSpacesNum()
public void setPendingSpacesNum(int pendingSpacesNum)
pendingSpacesNum - the pendingSpacesNum to setpublic String getSelectedChar()
public void setSelectedChar(String selectedChar)
selectedChar - A Stringpublic String getSpaceNameSearch()
public void setSpaceNameSearch(String spaceNameSearch)
spaceNameSearch - the spaceNameSearch to setpublic org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space> getPendingSpacesListAccess()
public void setPendingSpacesListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space> pendingSpacesListAccess)
pendingSpacesListAccess - the pendingSpacesListAccess to setpublic void loadSearch()
throws Exception
ExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.