ibm_ilog.diagram.editor.interactors.DropInteractor (version 1.1-SNAPSHOT)
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
- activate()
- constructor(diagram, onDropFunction, onDropTemplateFunction)
- deactivate()
- getDiagram()
- isDropAction()
- resolveNodeTemplate(dataItem)
- setAcceptedTypes(types)
- setDroppedItem(droppedItem)
- setOnDropFunction(onDropFunction)
- setOnDropTemplateFunction(onDropTemplateFunction)