Zimlet JavaScript API Reference - ZmPortalApp

Class ZmPortalApp


Extends ZmApp.

This class represents the portal application.

Defined in: ZmPortalApp.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmPortalApp(container, parentController)
Creates the portal application.
Method Summary
Method Attributes Method Name and Description
 
getManifest(callback)
Gets the portal manifest.
 
Gets the portal controller.
 
Gets the portlet manager.
 
Refreshes the portlets.
 
Returns a string representation of the object.
Methods borrowed from class ZmApp:
activate, addDeferredFolder, createView, deleteSessionController, disposeTreeControllers, getDisplayName, getInitialSearchType, getLimit, getName, getNumSessionControllers, getOverview, getOverviewContainer, getOverviewId, getOverviewPanelContent, getRemoteFolderIds, getSearchParams, getSessionController, getTypeFromController, isActive, launch, popView, pushView, reset, resetOverview, resetWebClientOfflineOperations, setAppView, setOverviewPanelContent, setView, stageView, startAlert, stopAlert
Class Detail
ZmPortalApp(container, parentController)
Creates the portal application.
Parameters:
{DwtControl} container
the container
{ZmPortalController} parentController
the controller
Method Detail
{Object} getManifest(callback)
Gets the portal manifest.
Parameters:
{AjxCallback} callback
the callback to call after the manifest is loaded
Returns:
{Object} the manifest

{ZmPortalController} getPortalController()
Gets the portal controller.
Returns:
{ZmPortalController} the controller

{ZmPortletMgr} getPortletMgr()
Gets the portlet manager.
Returns:
{ZmPortletMgr} the portlet manager

refreshPortlets()
Refreshes the portlets.

{String} toString()
Returns a string representation of the object.
Returns:
{String} a string representation of the object

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:36 GMT-0400 (EDT)