EClass DropReception
Defines a drop reception interaction. For any dropped item it is determined whether this drop reception is applicable
- ePackage:
- inherits from:
EAttributes
EStringdropItemClassNameDefines the item’s class name that can be dropped.
EStringcmd(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.
EStringdropItemNsURIDefines the namespace URI of the package that contains the item’s class.
EStringnsURIDefines the namespace URI of the object to which this interaction is applicable.
EBooleanaltPressedDefines whether the drop reception is only executed if the alt button is pressed.
EBooleanrequiresDropItemThis attribute is undocumented.
EBooleanshiftPressedDefines whether the drop reception is only executed if the shift button is pressed.
EBooleanisConditionalDefines whether the drop reception is only executed if the condition evaluates to true.
EStringcondQueryDefines a condition as an eoq query string that must return a Boolean value
EStringclassNameDefines the class name of the object’s class to which this interaction is applicable.
EBooleanctrlPressedDefines whether the drop reception is only executed if the ctrl button is pressed.
EReferences
CompoundCmdcompoundCmdDefines 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