Zimlet JavaScript API Reference - ZmItemAction

Class ZmItemAction


Extends ZmAction.

Represents an undoable action on an item This class is a generic superclass that does very little on its own; the real work is being done in subclasses

Defined in: ZmAction.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmItemAction(item, op)
Methods borrowed from class ZmModel:
addChangeListener, removeAllChangeListeners, removeChangeListener
Class Detail
ZmItemAction(item, op)
Parameters:
{ZmItem} item
The item to perform the action on
{String} op
The operation to perform (e.g. "move" or "trash")

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