Zimlet JavaScript API Reference - ZmMobileDevicesController

Class ZmMobileDevicesController


Extends ZmController.

This class represents the mobile devices controller. This controller manages the mobile devices page, which has a button toolbar and a list view of the devices.

Defined in: ZmMobileDevicesController.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmMobileDevicesController(container, prefsApp, prefsView)
Creates the mobile devices controller.
Method Summary
Method Attributes Method Name and Description
 
initialize(toolbar, listView)
Initializes the controller.
Methods borrowed from class ZmController:
getApp, getCurrentViewId, getCurrentViewType, getKeyMapName, getNewFolderCallback, getSessionId, getTabGroup, getViewElements, handleKeyAction, isTransient, mapSupported, popupErrorDialog, popupUploadErrorDialog, setCurrentViewId, setCurrentViewType, setSessionId
Class Detail
ZmMobileDevicesController(container, prefsApp, prefsView)
Creates the mobile devices controller.
Author: Parag Shah.
Parameters:
{DwtShell} container
the shell
{ZmPreferencesApp} prefsApp
the preferences app
{ZmPrefView} prefsView
the preferences view
Method Detail
initialize(toolbar, listView)
Initializes the controller.
Parameters:
{ZmToolBar} toolbar
the toolbar
{ZmListView} listView
the list view

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