Zimlet JavaScript API Reference - ZmPortalController

Class ZmPortalController


Extends ZmListController.

This class represents the portal controller.

Defined in: ZmPortalController.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmPortalController(container, app, type, sessionId)
Creates the portal controller.
Method Summary
Method Attributes Method Name and Description
 
setPaused(paused)
Sets the paused flag for the portlets.
Methods borrowed from class ZmListController:
getCurrentSearchResults, getItemCount, getItems, getList, getListView, getSearchString, getSearchStringHint, getTabGroup, handleKeyAction, isDraftsFolder, isOutboxFolder, isSyncFailuresFolder, setHasMore, setList, show
Methods borrowed from class ZmBaseController:
getCurrentToolbar, getCurrentView, getItemView, isCurrent, setSessionId
Methods borrowed from class ZmController:
getApp, getCurrentViewId, getCurrentViewType, getKeyMapName, getNewFolderCallback, getSessionId, getViewElements, isTransient, mapSupported, popupErrorDialog, popupUploadErrorDialog, setCurrentViewId, setCurrentViewType
Class Detail
ZmPortalController(container, app, type, sessionId)
Creates the portal controller.
Parameters:
{DwtComposite} container
the containing element
{ZmPortalApp} app
the application
{constant} type
controller type
{string} sessionId
the session id
Method Detail
setPaused(paused)
Sets the paused flag for the portlets.
Parameters:
{Boolean} paused
if true, pause the portlets

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