Class ZmMountpoint
Extends
ZmOrganizer.
This class represents a mountpoint organizer. This class can be used to represent generic
mountpoints in an overview tree but is mostly used as a utility to create mountpoints.
Defined in: ZmMountpoint.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates a mountpoint organizer.
|
Method Summary
Method Attributes |
Method Name and Description |
<static> |
Creates the mountpoint.
|
|
Returns a string representation of the object.
|
- Methods borrowed from class ZmOrganizer:
- addChangeListener, addShare, clearShares, deleteLocal, empty, getAccount, getById, getByName, getByPath, getByType, getChild, getChildByPath, getColor, getDataSources, getFolder, getIcon, getIconWithColor, getMainShare, getName, getOwner, getOwnerRestUrl, getPath, getRemoteId, getRestUrl, getSearchPath, getShares, getSyncUrl, getToolTip, getUrl, hasChild, hasFeeds, hasPrivateAccess, hasUnreadDescendent, isAdmin, isChildOf, isColorChanged, isDataSource, isFeed, isInTrash, isPermAllowed, isReadOnly, isRemote, isSystem, isUnder, markAllRead, move, notifyCreate, notifyDelete, notifyModify, removeChangeListener, rename, reparent, setColor, setGlobalMarkRead, setOfflineSyncInterval, setRetentionPolicy, setRGB, size, supportsPrivatePermission, supportsPublicAccess, supportsSharing, sync, update
Class Detail
ZmMountpoint(params)
Creates a mountpoint organizer.
- Parameters:
-
{Hash} params
- a hash of parameters
Method Detail
<static>
ZmMountpoint.create(params)
Creates the mountpoint.
- Parameters:
-
{Hash} params
- a hash of parameters
-
{String} params.name
- the name
{String}
toString()
Returns a string representation of the object.
- Returns:
- {String} a string representation of the object
|