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 |
|
Creates the mobile devices controller.
|
Method Summary
Method Attributes |
Method Name and Description |
|
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
|