EClass DropReception
Defines a drop reception interaction. For any dropped item it is determined whether this drop reception is applicable
- ePackage:
- inherits from:
EAttributes
EString
dropItemClassNameDefines the item’s class name that can be dropped.
EString
cmd(deprecated) Defines a eoq command, that is executed when an item is dropped. Within the command the aliases DROPTARGET and DROPITEM are available to reference the drop target object and the drop item object.
EString
dropItemNsURIDefines the namespace URI of the package that contains the item’s class.
EString
nsURIDefines the namespace URI of the object to which this interaction is applicable.
EBoolean
altPressedDefines whether the drop reception is only executed if the alt button is pressed.
EBoolean
requiresDropItemThis attribute is undocumented.
EBoolean
shiftPressedDefines whether the drop reception is only executed if the shift button is pressed.
EBoolean
isConditionalDefines whether the drop reception is only executed if the condition evaluates to true.
EString
condQueryDefines a condition as an eoq query string that must return a Boolean value
EString
classNameDefines the class name of the object’s class to which this interaction is applicable.
EBoolean
ctrlPressedDefines whether the drop reception is only executed if the ctrl button is pressed.
EReferences
CompoundCmd
compoundCmdDefines a compound eoq command, that is executed when an item is dropped. Within the command the aliases DROPTARGET and DROPITEM are available to reference the drop target object and the drop item object.
- containment:
True
- lowerBound:
0
- upperBound:
1