|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.social.webui.UIApplicationListSelector
public class UIApplicationListSelector
This ui component is used to display a list of applications and broadcasts the install application listener to parent ui.
| Nested Class Summary | |
|---|---|
static class |
UIApplicationListSelector.InstallApplicationActionListener
Broadcasts this event listener so that parent ui component could handle. |
| 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 | |
|---|---|
UIApplicationListSelector()
|
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
public UIApplicationListSelector()
| Method Detail |
|---|
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||