Zimlet JavaScript API Reference - ZmCompositeAction

Class ZmCompositeAction


Extends ZmAction.

Represents a collection of undoable actions that will be performed as a whole

Defined in: ZmAction.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmCompositeAction(toFolderId)
Method Summary
Method Attributes Method Name and Description
 
addAction(action)
Add an action the the collection
Methods borrowed from class ZmModel:
addChangeListener, removeAllChangeListeners, removeChangeListener
Class Detail
ZmCompositeAction(toFolderId)
Parameters:
toFolderId
Method Detail
addAction(action)
Add an action the the collection
Parameters:
{ZmAction} action
An action to add

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