Class ZmOrganizerAction
Extends
ZmAction.
Represents an undoable action on an organizer
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
ZmOrganizerAction(organizer, op)
- Parameters:
-
{ZmOrganizer} organizer
- The organizer to perform the action on
-
{String} op
- The operation to perform (e.g. "move")
|