Package org.exoplatform.portal.webui.application

Examples of org.exoplatform.portal.webui.application.UIAddNewApplication$AddToStartupActionListener


      {
         UIPage uiPage = event.getSource();
         UIPortalApplication uiPortalApp = uiPage.getAncestorOfType(UIPortalApplication.class);
         UIMaskWorkspace uiMaskWorkspace = uiPortalApp.getChildById(UIPortalApplication.UI_MASK_WS_ID);

         UIAddNewApplication uiAddApplication = uiPage.createUIComponent(UIAddNewApplication.class, null, null);
         uiAddApplication.setInPage(true);
         uiAddApplication.setUiComponentParent(uiPage);
         uiAddApplication.getApplicationCategories(event.getRequestContext().getRemoteUser(), null);

         uiMaskWorkspace.setWindowSize(700, 375);
         uiMaskWorkspace.setUIComponent(uiAddApplication);
         uiMaskWorkspace.setShow(true);
         event.getRequestContext().addUIComponentToUpdateByAjax(uiMaskWorkspace);
View Full Code Here

TOP

Related Classes of org.exoplatform.portal.webui.application.UIAddNewApplication$AddToStartupActionListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.