IBM ILOG Dojo Diagrammer 1.1 API Documentation
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

ibm_ilog.diagram.editor.undo.UngroupAction

Object » ibm_ilog.diagram.editor.undo.Action » ibm_ilog.diagram.editor.undo.UserCustomizedAction » ibm_ilog.diagram.editor.undo.UngroupAction
dojo.require("ibm_ilog.diagram.editor.undo.UngroupAction");

this action undo/redo any Ungroup action. This action must be modified for the user if any user defined action is done on a Ungroup action.

Method Summary

Methods

constructor
creates a new instance, setting the corresponding label
getDeleteAction
gets the DeleteAction
getElements
Returns summary:
gets the elements list to be group
getRedoUserFunction
gets the redoUser function.
getSubgraphId
gets the subgraph where to group
getSubgraphTransform
gets the subgraph where to group
getUndoUserFunction
gets the undoUser function. This function is called when undo function.
redoFunction
this function must be overwritten by subclasses, and is called on redo
setDeleteAction
sets the DeleteAction
ParameterTypeDescription
deleteAction
setElements
sets the elements list to be group
ParameterTypeDescription
elements
setRedoUserFunction
sets the undoUser function. The set function is called after the standard undo function is done.
ParameterTypeDescription
redoUserFunction
setSubgraphId
sets the subgraph where to group
ParameterTypeDescription
subgraphId
setSubgraphTransform
sets the subgraph where to group
ParameterTypeDescription
subgraphT
setUndoManager
Sets the undo Manager
ParameterTypeDescription
undoManager
setUndoUserFunction
sets the undoUser function. The set function is called when undo function. The undoUserFunction must be set every time the user adds custom code on drop action.
ParameterTypeDescription
undoUserFunction
undoFunction
this function must be overwritten by subclasses, and is called on undo