Class ZmAddrBookTreeController
Extends
ZmFolderTreeController.
This class is a controller for the tree view used by the address book
application. This class uses the support provided by ZmOperation.
Defined in: ZmAddrBookTreeController.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates an address book tree controller.
|
Method Summary
Method Attributes |
Method Name and Description |
|
Shows the controller and returns the resulting tree view.
|
- Methods borrowed from class ZmFolderTreeController:
- resetOperations
- Methods borrowed from class ZmTreeController:
- clearTreeView, dispose, getDataTree, getDropTarget, getTreeView, toString
- Methods borrowed from class ZmController:
- getApp, getCurrentViewId, getCurrentViewType, getKeyMapName, getNewFolderCallback, getSessionId, getTabGroup, getViewElements, handleKeyAction, isTransient, mapSupported, popupErrorDialog, popupUploadErrorDialog, setCurrentViewId, setCurrentViewType, setSessionId
Class Detail
ZmAddrBookTreeController()
Creates an address book tree controller.
Author: Parag Shah.
Method Detail
Shows the controller and returns the resulting tree view.
- Parameters:
-
{Hash} params
- a hash of parameters
- Returns:
- {ZmTreeView} the tree view
|