Zimlet JavaScript API Reference - ZmBriefcaseItem

Class ZmBriefcaseItem


Extends ZmBriefcaseBaseItem.

This class represents a briefcase item.

Defined in: ZmBriefcaseItem.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmBriefcaseItem(id, list, noCache)
Creates a briefcase item.
Method Summary
Method Attributes Method Name and Description
<static>  
ZmBriefcaseItem.createFromDom(node, args)
Creates a briefcase item from the dom.
 
Gets the normalized item id by splitting it from a/c id if any associated
 
Returns a string representation of the object.
Methods borrowed from class ZmBriefcaseBaseItem:
createFromAttachment, getBriefcaseFolder, getContentType, getFolder, getIcon, getPath, getRestUrl, isDownloadable, isReadOnly, isRealFile, isShared, isWebDoc
Methods borrowed from class ZmItem:
cache, canAddTag, clear, create, deleteLocal, flagLocal, getById, getDefaultDndAction, getFolderId, getTagImageFromIds, getTagImageInfo, hasTag, modify, move, moveLocal, removeAllTagsLocal, rename, setFlag, tagLocal
Methods borrowed from class ZmModel:
addChangeListener, removeAllChangeListeners, removeChangeListener
Class Detail
ZmBriefcaseItem(id, list, noCache)
Creates a briefcase item.
Parameters:
{int} id
the unique id
{ZmList} list
a list that contains this item
{Boolean} noCache
if true, do not cache this item
See:
ZmBriefcase
Method Detail
<static> {ZmBriefcaseItem} ZmBriefcaseItem.createFromDom(node, args)
Creates a briefcase item from the dom.
Parameters:
{Object} node
the node
{Hash} args
a hash of arguments
Returns:
{ZmBriefcaseItem} the briefcase item

{Int} getNormalizedItemId()
Gets the normalized item id by splitting it from a/c id if any associated
Returns:
{Int} normalized item id

{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:32 GMT-0400 (EDT)