SAP ABAP Class CL_WD_GAC_DATA_SOURCE (CL_WD_GAC_DATA_SOURCE)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_GENERIC_ACTIVE_COMP (Package) UIE Library "GenericActiveComponent"
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 20071029
Properties
Class CL_WD_GAC_DATA_SOURCE  
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_GENERIC_ACTIVE_COMP   UIE Library "GenericActiveComponent" 
Created 20071029   SAP 
Last change 20141120    
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_GAC_DATA_SOURCE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20131017 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20131017 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_DATA_SOURCE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20071029
2 CC_CHILD_DATA_SOURCES Instance attribute Public Type reference (TYPE) I 20080125
3 CC_PROPERTIES Instance attribute Public Type reference (TYPE) I 20071029
4 CH_CHILD_DATA_SOURCES Instance attribute Protected Type reference (TYPE) CL_WD_GAC_DATA_SOURCE=>TT_GAC_DATA_SOURCE 20080125
5 CH_PROPERTIES Instance attribute Protected Type reference (TYPE) CL_WD_GAC_PROPERTY=>TT_GAC_PROPERTY 20071029
6 CID_GAC_DATA_SOURCE Constant Public Type reference (TYPE) GUID 'DC862CB098D81FF1AF2400127991401D' 20071029
7 VL_DATA_SOURCE Instance attribute Protected Object reference (TYPE REF TO) OBJECT 20071029
8 VL_NAME Instance attribute Protected Type reference (TYPE) STRING 20071029
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD_DATA_SOURCE Instance method Public Method 20080125
2 ADD_PROPERTY Instance method Public Method 20071029
3 BIND_DATA_SOURCE Instance method Public Method 20071029
4 BOUND_DATA_SOURCE Instance method Public Method 20071029
5 CONSTRUCTOR Instance method Public Constructor 20071029
6 GET_CHILD_DATA_SOURCE Instance method Public Method 20080125
7 GET_CHILD_DATA_SOURCES Instance method Public Method 20080125
8 GET_DATA_SOURCE Instance method Public Method 20071029
9 GET_NAME Instance method Public Method 20071029
10 GET_PROPERTIES Instance method Public Method 20071029
11 GET_PROPERTY Instance method Public Method 20071029
12 HAS_CHILD_DATA_SOURCES Instance method Public Method 20080125
13 HAS_PROPERTIES Instance method Public Method 20071029
14 NEW_GAC_DATA_SOURCE Static method Public Method 20071029
15 NUMBER_OF_CHILD_DATA_SOURCES Instance method Public Method 20080125
16 NUMBER_OF_PROPERTIES Instance method Public Method 20071029
17 REMOVE_ALL_CHILD_DATA_SOURCES Instance method Public Method 20080125
18 REMOVE_ALL_PROPERTIES Instance method Public Method 20071029
19 REMOVE_CHILD_DATA_SOURCE Instance method Public Method 20080125
20 REMOVE_PROPERTY Instance method Public Method 20071029
21 SET_DATA_SOURCE Instance method Public Method 20071029
22 SET_NAME Instance method Public Method 20071029
Events
Class CL_WD_GAC_DATA_SOURCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_GAC_DATA_SOURCE Public See coding 20071029 tt_GAC_DATA_SOURCE TYPE TABLE OF REF TO CL_WD_GAC_DATA_SOURCE WITH DEFAULT KEY
Method Signatures

Method ADD_CHILD_DATA_SOURCE 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 20080125
2 Importing THE_CHILD_DATA_SOURCE Call by reference Object reference (TYPE REF TO) CL_WD_GAC_DATA_SOURCE 20080125

Method ADD_CHILD_DATA_SOURCE on class CL_WD_GAC_DATA_SOURCE has no exception.

Method ADD_PROPERTY 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 20071029
2 Importing THE_PROPERTY Call by reference Object reference (TYPE REF TO) CL_WD_GAC_PROPERTY 20071029

Method ADD_PROPERTY on class CL_WD_GAC_DATA_SOURCE has no exception.

Method BIND_DATA_SOURCE 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 20071029

Method BIND_DATA_SOURCE on class CL_WD_GAC_DATA_SOURCE has no exception.

Method BOUND_DATA_SOURCE 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 20071029
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20071029
3 Returning PATH Value transfer Type reference (TYPE) STRING 20071029

Method BOUND_DATA_SOURCE on class CL_WD_GAC_DATA_SOURCE 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 20071029
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20071029

Method CONSTRUCTOR on class CL_WD_GAC_DATA_SOURCE has no exception.

Method GET_CHILD_DATA_SOURCE 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 20080125
2 Importing INDEX Call by reference Type reference (TYPE) I 20080125
3 Returning THE_CHILD_DATA_SOURCE Value transfer Object reference (TYPE REF TO) CL_WD_GAC_DATA_SOURCE 20080125

Method GET_CHILD_DATA_SOURCE on class CL_WD_GAC_DATA_SOURCE has no exception.

Method GET_CHILD_DATA_SOURCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_CHILD_DATA_SOURCES Value transfer Type reference (TYPE) CL_WD_GAC_DATA_SOURCE=>TT_GAC_DATA_SOURCE 20080125

Method GET_CHILD_DATA_SOURCES on class CL_WD_GAC_DATA_SOURCE has no exception.

Method GET_DATA_SOURCE 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 20071029
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20071029
3 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20071029

Method GET_DATA_SOURCE on class CL_WD_GAC_DATA_SOURCE has no exception.

Method GET_NAME Signature

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

Method GET_NAME on class CL_WD_GAC_DATA_SOURCE has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_PROPERTIES Value transfer Type reference (TYPE) CL_WD_GAC_PROPERTY=>TT_GAC_PROPERTY 20071029

Method GET_PROPERTIES on class CL_WD_GAC_DATA_SOURCE has no exception.

Method GET_PROPERTY 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 20071029
2 Importing INDEX Call by reference Type reference (TYPE) I 20071029
3 Returning THE_PROPERTY Value transfer Object reference (TYPE REF TO) CL_WD_GAC_PROPERTY 20071029

Method GET_PROPERTY on class CL_WD_GAC_DATA_SOURCE has no exception.

Method HAS_CHILD_DATA_SOURCES 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 20080125

Method HAS_CHILD_DATA_SOURCES on class CL_WD_GAC_DATA_SOURCE has no exception.

Method HAS_PROPERTIES 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 20071029

Method HAS_PROPERTIES on class CL_WD_GAC_DATA_SOURCE has no exception.

Method NEW_GAC_DATA_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_DATA_SOURCE Call by reference Type reference (TYPE) STRING 20071029
2 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_GAC_DATA_SOURCE 20071029
3 Importing ID Call by reference Type reference (TYPE) STRING 20071029
4 Importing NAME Call by reference Type reference (TYPE) STRING 20071029
5 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20071029

Method NEW_GAC_DATA_SOURCE on class CL_WD_GAC_DATA_SOURCE has no exception.

Method NUMBER_OF_CHILD_DATA_SOURCES Signature

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

Method NUMBER_OF_CHILD_DATA_SOURCES on class CL_WD_GAC_DATA_SOURCE has no exception.

Method NUMBER_OF_PROPERTIES Signature

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

Method NUMBER_OF_PROPERTIES on class CL_WD_GAC_DATA_SOURCE has no exception.

Method REMOVE_ALL_CHILD_DATA_SOURCES Signature

Method REMOVE_ALL_CHILD_DATA_SOURCES on class CL_WD_GAC_DATA_SOURCE has no parameter.
Method REMOVE_ALL_CHILD_DATA_SOURCES on class CL_WD_GAC_DATA_SOURCE has no exception.

Method REMOVE_ALL_PROPERTIES Signature

Method REMOVE_ALL_PROPERTIES on class CL_WD_GAC_DATA_SOURCE has no parameter.
Method REMOVE_ALL_PROPERTIES on class CL_WD_GAC_DATA_SOURCE has no exception.

Method REMOVE_CHILD_DATA_SOURCE 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 20080125
2 Importing INDEX Call by reference Type reference (TYPE) I 20080125
3 Returning THE_CHILD_DATA_SOURCE Value transfer Object reference (TYPE REF TO) CL_WD_GAC_DATA_SOURCE 20080125

Method REMOVE_CHILD_DATA_SOURCE on class CL_WD_GAC_DATA_SOURCE has no exception.

Method REMOVE_PROPERTY 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 20071029
2 Importing INDEX Call by reference Type reference (TYPE) I 20071029
3 Returning THE_PROPERTY Value transfer Object reference (TYPE REF TO) CL_WD_GAC_PROPERTY 20071029

Method REMOVE_PROPERTY on class CL_WD_GAC_DATA_SOURCE has no exception.

Method SET_DATA_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Object reference (TYPE REF TO) OBJECT 20071029

Method SET_DATA_SOURCE on class CL_WD_GAC_DATA_SOURCE has no exception.

Method SET_NAME 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 20071029

Method SET_NAME on class CL_WD_GAC_DATA_SOURCE has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 711