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.interactors.DropInteractor

Object » ibm_ilog.diagram.editor.interactors.DropInteractor
dojo.require("ibm_ilog.diagram.editor.interactors.DropInteractor");

this interactor manage the drop actions on the DiagramEditor. For Simplicity, this interactor relies on dojo.dnd.manager() to manage all this behavior with a standard dojo method.

Method Summary

Attached Objects

Methods

activate
constructor
ParameterTypeDescription
diagram
onDropFunction
onDropTemplateFunction
deactivate
getDiagram
isDropAction
resolveNodeTemplate
ParameterTypeDescription
dataItem
setAcceptedTypes
ParameterTypeDescription
typesarray
setDroppedItem
ParameterTypeDescription
droppedItem
setOnDropFunction
ParameterTypeDescription
onDropFunction
setOnDropTemplateFunction
ParameterTypeDescription
onDropTemplateFunction