SAP ABAP Interface IF_EVT_DRAGDROP (Event interface for Drag&Drop)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-FES-GRA (Application Component) Graphic
⤷
SGRB (Package) ABAP Graphic Proxies

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_GRAPHIC_PROXY | GFW: Graphic proxy interface (for the master) | 19990322 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GUI_GP | GFW: Superclass of all graphics proxies | 19990324 |
Properties
Interface | IF_EVT_DRAGDROP | |
Short Description | Event interface for Drag&Drop |
General Data
Package | SGRB | ABAP Graphic Proxies |
Created | 19990316 | SAP |
Last changed | 00000000 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CNDD | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_EVT_DRAGDROP has no interface.
Friends
Interface IF_EVT_DRAGDROP has no friend.
Attributes
Interface IF_EVT_DRAGDROP has no attribute.
Methods
Interface IF_EVT_DRAGDROP has no method.
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | OBJ_DRAGGED | Instance Event (0) |
Public (2) |
Object (sender) was dragged | 19990316 |
2 | OBJ_DROPPED | Instance Event (0) |
Public (2) |
An object was dropped on the object (sender) | 19990316 |
3 | OBJ_DROP_COMPLETED | Instance Event (0) |
Public (2) |
Object (sender) drop completed | 19990316 |
4 | OBJ_FLAVOR_REQUESTED | Instance Event (0) |
Public (2) |
The target object (sender) requests a flavor (1 of n) | 19990316 |
Types
Interface IF_EVT_DRAGDROP has no local type.
Event Signatures
Event OBJ_DRAGGED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DRAG_DROP_OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag&Drop object | 19990316 | ||
2 | PROXY_OBJ_DATA_LIST | Exporting | Value transfer | Type reference (TYPE) | ANY | Proxy-specific data for identifying the object(s) | 19990316 |
Event OBJ_DROPPED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DRAG_DROP_OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag Drop Object | 19990316 | ||
2 | PROXY_OBJ_DATA | Exporting | Value transfer | Object reference (TYPE REF TO) | OBJECT | Proxy-specific data for identifying the object | 19990316 |
Event OBJ_DROP_COMPLETED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DRAG_DROP_OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag Drop Object | 19990316 | ||
2 | PROXY_OBJ_DATA_LIST | Exporting | Value transfer | Type reference (TYPE) | ANY | Proxy-specific data for identifying the object(s) | 19990316 |
Event OBJ_FLAVOR_REQUESTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DRAG_DROP_OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag Drop Object | 19990316 | ||
2 | FLAVORS | Exporting | Value transfer | Type reference (TYPE) | CNDD_FLAVORS | List of possible flavors | 19990316 | ||
3 | PROXY_OBJ_DATA | Exporting | Value transfer | Object reference (TYPE REF TO) | OBJECT | Proxy-specific data for identifying the object | 19990316 |
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in |