SAP ABAP Class CL_WD_DRAG_SOURCE_INFO (CL_WD_DRAG_SOURCE_INFO)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_CORE (Package) UIE Library "Core"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_VIEW_ELEMENT Perforce Change= / 20040604-141028 20080104
Properties
Class CL_WD_DRAG_SOURCE_INFO  
Short Description    
Super Class CL_WD_VIEW_ELEMENT Perforce Change= / 20040604-141028 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_CORE   UIE Library "Core" 
Created 20080104   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WD_DRAG_SOURCE_INFO has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140610 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140610 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_DATA Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20080104
2 BP_ENABLED Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20080212
3 BP_MODE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20140610
4 BP_TAGS Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20120405
5 CC_HINTS Instance attribute Public Type reference (TYPE) I 20100930
6 CH_HINTS Instance attribute Protected Type reference (TYPE) CL_WD_NAME_VALUE_PAIR=>TT_NAME_VALUE_PAIR 20100930
7 CID_DRAG_SOURCE_INFO Constant Public Type reference (TYPE) GUID 'DCB9E3E9180933F19D2900127991401D' 20080104
8 E_MODE Constant Public See coding 20140610
9 E_SCOPE Constant Public See coding 20080212
10 IP_ENABLED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20080212
11 PL_ENABLED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20080212
12 T_MODE Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20140610
13 T_SCOPE Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20080212
14 VL_DATA Instance attribute Protected Type reference (TYPE) STRING 20080104
15 VL_ENABLED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20080212
16 VL_MIME_TYPE Instance attribute Protected Type reference (TYPE) STRING 20080104
17 VL_MODE Instance attribute Protected Type reference (TYPE) WDUI_DRAG_DROP_MODE 20140610
18 VL_SCOPE Instance attribute Protected Type reference (TYPE) WDUI_DRAG_DROP_SCOPE 20080212
19 VL_TAGS Instance attribute Protected Type reference (TYPE) STRING 20080104
Methods
# Method Level Visibility Method type Description Created on
1 ADD_HINT Instance method Public Method 20100930
2 BIND_DATA Instance method Public Method 20080104
3 BIND_ENABLED Instance method Public Method 20080212
4 BIND_MODE Instance method Public Method 20140610
5 BIND_TAGS Instance method Public Method 20120405
6 BOUND_DATA Instance method Public Method 20080104
7 BOUND_ENABLED Instance method Public Method 20080212
8 BOUND_MODE Instance method Public Method 20140610
9 BOUND_TAGS Instance method Public Method 20120405
10 CONSTRUCTOR Instance method Public Constructor 20080104
11 GET_DATA Instance method Public Method 20080104
12 GET_ENABLED Instance method Public Method 20080212
13 GET_HINT Instance method Public Method 20100930
14 GET_HINTS Instance method Public Method 20100928
15 GET_MIME_TYPE Instance method Public Method 20080104
16 GET_MODE Instance method Public Method 20140610
17 GET_SCOPE Instance method Public Method 20080212
18 GET_TAGS Instance method Public Method 20080104
19 HAS_HINTS Instance method Public Method 20100930
20 NEW_DRAG_SOURCE_INFO Static method Public Method 20080104
21 NUMBER_OF_HINTS Instance method Public Method 20100930
22 REMOVE_ALL_HINTS Instance method Public Method 20100930
23 REMOVE_HINT Instance method Public Method 20100930
24 SET_DATA Instance method Public Method 20080104
25 SET_ENABLED Instance method Public Method 20080212
26 SET_MIME_TYPE Instance method Public Method 20080104
27 SET_MODE Instance method Public Method 20140610
28 SET_SCOPE Instance method Public Method 20080212
29 SET_TAGS Instance method Public Method 20080104
Events
Class CL_WD_DRAG_SOURCE_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DRAG_SOURCE_INFO Public See coding 20080104 tt_DRAG_SOURCE_INFO TYPE TABLE OF REF TO CL_WD_DRAG_SOURCE_INFO WITH DEFAULT KEY
Method Signatures

Method ADD_HINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20100930
2 Importing THE_HINT Call by reference Object reference (TYPE REF TO) CL_WD_NAME_VALUE_PAIR 20100930

Method ADD_HINT on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method BIND_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20080104

Method BIND_DATA on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method BIND_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20080212

Method BIND_ENABLED on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method BIND_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20140610

Method BIND_MODE on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method BIND_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20120405

Method BIND_TAGS on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method BOUND_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20080104
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20080104
3 Returning PATH Value transfer Type reference (TYPE) STRING 20080104

Method BOUND_DATA on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method BOUND_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20080212
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20080212
3 Returning PATH Value transfer Type reference (TYPE) STRING 20080212

Method BOUND_ENABLED on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method BOUND_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140610
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140610
3 Returning PATH Value transfer Type reference (TYPE) STRING 20140610

Method BOUND_MODE on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method BOUND_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20120405
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20120405
3 Returning PATH Value transfer Type reference (TYPE) STRING 20120405

Method BOUND_TAGS on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20080104
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20080104

Method CONSTRUCTOR on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20080104
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20080104
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20080104

Method GET_DATA on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method GET_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONSIDER_ADDITIONAL_FLAGS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080212
2 Importing CONSIDER_DISABLED_PARENT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080212
3 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20080212
4 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20080212
5 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20080212

Method GET_ENABLED on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method GET_HINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20100930
2 Importing INDEX Call by reference Type reference (TYPE) I 20100930
3 Returning THE_HINT Value transfer Object reference (TYPE REF TO) CL_WD_NAME_VALUE_PAIR 20100930

Method GET_HINT on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method GET_HINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_HINTS Value transfer Type reference (TYPE) CL_WD_NAME_VALUE_PAIR=>TT_NAME_VALUE_PAIR 20100930

Method GET_HINTS on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method GET_MIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20080104

Method GET_MIME_TYPE on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method GET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140610
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140610
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_DRAG_DROP_MODE 20140610

Method GET_MODE on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method GET_SCOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) WDUI_DRAG_DROP_SCOPE 20080212

Method GET_SCOPE on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method GET_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20120405
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20120405
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20080104

Method GET_TAGS on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method HAS_HINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20100930

Method HAS_HINTS on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method NEW_DRAG_SOURCE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_DATA Call by reference Type reference (TYPE) STRING 20080104
2 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20080212
3 Importing BIND_MODE Call by reference Type reference (TYPE) STRING 20140610
4 Importing BIND_TAGS Call by reference Type reference (TYPE) STRING 20120405
5 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_DRAG_SOURCE_INFO 20080104
6 Importing DATA Call by reference Type reference (TYPE) STRING 20080104
7 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20080212
8 Importing ID Call by reference Type reference (TYPE) STRING 20080104
9 Importing MIME_TYPE Call by reference Type reference (TYPE) STRING 'text/plain' 20080104
10 Importing MODE Call by reference Type reference (TYPE) WDUI_DRAG_DROP_MODE 20140610
11 Importing SCOPE Call by reference Type reference (TYPE) WDUI_DRAG_DROP_SCOPE E_SCOPE-COMPONENT_INSTANCE 20080212
12 Importing TAGS Call by reference Type reference (TYPE) STRING 20080104
13 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20080104

Method NEW_DRAG_SOURCE_INFO on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method NUMBER_OF_HINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I 20100930

Method NUMBER_OF_HINTS on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method REMOVE_ALL_HINTS Signature

Method REMOVE_ALL_HINTS on class CL_WD_DRAG_SOURCE_INFO has no parameter.
Method REMOVE_ALL_HINTS on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method REMOVE_HINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20100930
2 Importing INDEX Call by reference Type reference (TYPE) I 20100930
3 Returning THE_HINT Value transfer Object reference (TYPE REF TO) CL_WD_NAME_VALUE_PAIR 20100930

Method REMOVE_HINT on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20080104

Method SET_DATA on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method SET_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_BOOLEAN 20080212

Method SET_ENABLED on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method SET_MIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20080104

Method SET_MIME_TYPE on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method SET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDUI_DRAG_DROP_MODE 20140610

Method SET_MODE on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method SET_SCOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDUI_DRAG_DROP_SCOPE 20080212

Method SET_SCOPE on class CL_WD_DRAG_SOURCE_INFO has no exception.

Method SET_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20080104

Method SET_TAGS on class CL_WD_DRAG_SOURCE_INFO has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 711