Class ZmPortalController
Extends
ZmListController.
This class represents the portal controller.
Defined in: ZmPortalController.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates the portal controller.
|
Method Summary
Method Attributes |
Method Name and Description |
|
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
|