Zimlet JavaScript API Reference - ZmFilterController

Class ZmFilterController


Extends ZmController.

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

Defined in: ZmFilterController.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmFilterController(container, prefsApp, prefsView, section, parent)
Creates a new, empty filter rules controller.
Method Summary
Method Attributes Method Name and Description
 
Gets the filter rules view, which is comprised of a toolbar and a list view.
 
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
ZmFilterController(container, prefsApp, prefsView, section, parent)
Creates a new, empty filter rules controller.
Author: Conrad Damon.
Parameters:
{DwtShell} container
the shell
{ZmPreferencesApp} prefsApp
the preferences application
prefsView
section
parent
Method Detail
{ZmFilterRulesView} getFilterView()
Gets the filter rules view, which is comprised of a toolbar and a list view.
Returns:
{ZmFilterRulesView} the filter rules view

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)