Zimlet JavaScript API Reference - ZmTagTree

Class ZmTagTree


Extends ZmTree.

This class represents the tag tree.

Defined in: ZmTagTree.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmTagTree(account)
Creates the tag tree
Method Summary
Method Attributes Method Name and Description
 
Gets the tag by index.
 
Resets the tree.
 
Returns a string representation of the object.
Methods borrowed from class ZmTree:
asList, asString, getById, getByName, getByType, getFolderTypeByName, getUnreadHash, size
Methods borrowed from class ZmModel:
addChangeListener, removeAllChangeListeners, removeChangeListener
Class Detail
ZmTagTree(account)
Creates the tag tree
Parameters:
{ZmZimbraAccount} account
the account
Method Detail
{ZmTag} getByIndex(idx)
Gets the tag by index.
Parameters:
{int} idx
the index
Returns:
{ZmTag} the tag

reset()
Resets the tree.

{String} toString()
Returns a string representation of the object.
Returns:
{String} a string representation of the object

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