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

Object » ibm_ilog.diagram.util.HandleSet » ibm_ilog.diagram.interactors.Interactor » ibm_ilog.diagram.interactors.DragInteractor » ibm_ilog.diagram.interactors.MarqueeSelectionInteractor
dojo.require("ibm_ilog.diagram.interactors.MarqueeSelectionInteractor");

This function provides the functionality to manage marquee selection events on links and nodes. TODO this function should be in a tool TODO this function should be in a tool

Property Summary

Method Summary

Event Summary

Properties

all
eventNameWheel
hasDragged
true if last drag start was followed by a move
topLevelOnly
topParent

Methods

activate
Activates the receiver by connecting it to its sources of events.
assignInputs
ParameterTypeDescription
assignments
deactivate
Disconnects all connections by going to the null state
eventButtonIsLeft
ParameterTypeDescription
e
eventButtonIsMiddle
ParameterTypeDescription
e
eventButtonIsRight
ParameterTypeDescription
e
eventClientLocation
returns pointer position associated with the given event
ParameterTypeDescription
e
eventPageLocation
returns pointer position associated with the given event
ParameterTypeDescription
e
eventWheelAmmount
ParameterTypeDescription
e
getConnections
return the eventMap
getEnabled
getMode
gets the marquee mode
initialize
creates a new instance, sets the viewport appropriate elements from where to connect and set the default event mapping. If the given root is not a viewport, the standard selection is activated
ParameterTypeDescription
viewport
selection
initializeFilters
isPartialSelectionEnabled
gets if the marquee selects partial bounded elements.
keyPressed
ParameterTypeDescription
ids
e
overrideConnections
Override the default event map with the given handlers
ParameterTypeDescription
connections
reactivate
release all the handles and reconnect.
registerHotKeys
setConnections
sets a new connections configuration
ParameterTypeDescription
connections
setEnabled
ParameterTypeDescription
b
setKeyManager
ParameterTypeDescription
keyManager
setManager
ParameterTypeDescription
manager
setMarqueeStyle
set the marquee style
ParameterTypeDescription
styleastyle json object
setMode
sets the marquee mode
ParameterTypeDescription
mode
setPartialSelectionEnabled
sets if the marquee selects partial bounded elements.
ParameterTypeDescription
partial

Events

onDisabled