DropTargetInfo Properties
Use
Properties in View Designer
-
enabled
Defines whether the object can be moved using Drag&Drop.
This property can be personalized by administrators. In personalization, this property can be assigned the value: false
-
name
Name of the DropTargetInfo for dropping data on to table rows.
This property is required for Table.DropOnRowTargetInfo.
-
scope
Scope of DragTargetInfo.
Value
Description
componentInstance
For security reasons DragTargetInfo can only be used within the component. Objects can only be moved to a UI element of the same component using Drag&Drop.
global
DragTargetInfo can be used globally.
-
tags
This property corresponds to flavors in the programming environment. It enables possible DropTargets to be identified. Drag&Drop is only possible if the DragTargetInfo has at least one DropSource tag. Multiple tags can be assigned to a DragTargetInfo.
The specifications for this property are case-sensitive. Entries must be separated by spaces. You are not allowed to use the following characters: Colon (:), comma (,), semicolon (;), backslash (\), slash (/), period (.). You can use an asterisk (*) as a wildcard.
You can use this property to define your own development standards. As a software architect, you should pay attention to which tags you are using and how they are designed.