DropTargetInfo
DropTargetInfo returns information about the target
into which an object can be placed by
Drag&Drop.
Runtime Class |
CL_WD_DROP_TARGET_INFO |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
STRING |
(automatic) |
No |
|
WDY_BOOLEAN |
true |
Yes |
|
STRING |
|
No |
|
WDUI_DRAG_DROP_SCOPE |
componentInstance |
No |
|
STRING |
|
No |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ENABLED |
WDY_BOOLEAN |
|
NAME |
STRING |
|
SCOPE |
WDUI_DRAG_DROP_SCOPE |
|
scope: componentInstance |
CL_WD_DROP_TARGET_INFO=>E_SCOPE-COMPONENT_INSTANCE |
|
scope: global |
CL_WD_DROP_TARGET_INFO=>E_SCOPE-GLOBAL |
|
TAGS |
STRING |
|
You can find examples of this UI element in the WDR_TEST_DRAG_AND_DROP component.