public class UIApplicationListSelector
extends org.exoplatform.webui.core.UIContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
UIApplicationListSelector.InstallApplicationActionListener
Broadcasts this event listener so that parent ui component could handle.
|
| Constructor and Description |
|---|
UIApplicationListSelector() |
| Modifier and Type | Method and Description |
|---|---|
List<org.exoplatform.application.registry.Application> |
getApplicationList()
Gets the list of applications.
|
org.exoplatform.application.registry.Application |
getSelectedApplication()
Gets the selected application.
|
void |
setApplicationList(List<org.exoplatform.application.registry.Application> newApplicationList)
Sets the list of applications.
|
void |
setSelectedApplication(org.exoplatform.application.registry.Application newSelectedApplication)
Sets the selected application.
|
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 setApplicationList(List<org.exoplatform.application.registry.Application> newApplicationList)
newApplicationList - the list of applications.public List<org.exoplatform.application.registry.Application> getApplicationList()
public void setSelectedApplication(org.exoplatform.application.registry.Application newSelectedApplication)
newSelectedApplication - the selected application.public org.exoplatform.application.registry.Application getSelectedApplication()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.