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 |
|
|
- 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")
|