SAP ABAP Class CL_WD_JSON_DATA_SOURCE (CL_WD_JSON_DATA_SOURCE)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_WEB (Package) UIE Library "Web"
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 20120316
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_JSON_DATA 20120316
Properties
Class CL_WD_JSON_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_WEB   UIE Library "Web" 
Created 20120316   SAP 
Last change 20130531   SAP 
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
# Interface Abstract Final Description Created on
1 IF_WD_JSON_DATA 20120316
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20120316 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20120316 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 20120316
2 CC_DATA_ELEMENTS Instance attribute Public Type reference (TYPE) I 20120316
3 CH_DATA_ELEMENTS Instance attribute Protected Type reference (TYPE) IF_WD_JSON_DATA=>TT_JSON_DATA 20120316
4 CID_JSON_DATA_SOURCE Constant Public Type reference (TYPE) GUID '005056A501951ED19BD6EADF39AFDEC1' 20120316
5 VL_DATA_SOURCE Instance attribute Protected Object reference (TYPE REF TO) OBJECT 20120316
6 VL_NAME Instance attribute Protected Type reference (TYPE) STRING 20120316
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DATA_ELEMENT Instance method Public Method 20120316
2 BIND_DATA_SOURCE Instance method Public Method 20120316
3 BOUND_DATA_SOURCE Instance method Public Method 20120316
4 CONSTRUCTOR Instance method Public Constructor 20120316
5 GET_DATA_ELEMENT Instance method Public Method 20120316
6 GET_DATA_ELEMENTS Instance method Public Method 20120316
7 GET_DATA_SOURCE Instance method Public Method 20120316
8 GET_NAME Instance method Public Method 20120316
9 HAS_DATA_ELEMENTS Instance method Public Method 20120316
10 NEW_JSON_DATA_SOURCE Static method Public Method 20120316
11 NUMBER_OF_DATA_ELEMENTS Instance method Public Method 20120316
12 REMOVE_ALL_DATA_ELEMENTS Instance method Public Method 20120316
13 REMOVE_DATA_ELEMENT Instance method Public Method 20120316
14 SET_DATA_SOURCE Instance method Public Method 20120316
15 SET_NAME Instance method Public Method 20120316
Events
Class CL_WD_JSON_DATA_SOURCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_JSON_DATA_SOURCE Public See coding 20120316 tt_JSON_DATA_SOURCE TYPE TABLE OF REF TO CL_WD_JSON_DATA_SOURCE WITH DEFAULT KEY
Method Signatures

Method ADD_DATA_ELEMENT 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 20120316
2 Importing THE_DATA_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_JSON_DATA 20120316

Method ADD_DATA_ELEMENT on class CL_WD_JSON_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 20120316

Method BIND_DATA_SOURCE on class CL_WD_JSON_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 20120316
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20120316
3 Returning PATH Value transfer Type reference (TYPE) STRING 20120316

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

Method CONSTRUCTOR on class CL_WD_JSON_DATA_SOURCE has no exception.

Method GET_DATA_ELEMENT 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 20120316
2 Importing INDEX Call by reference Type reference (TYPE) I 20120316
3 Returning THE_DATA_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_JSON_DATA 20120316

Method GET_DATA_ELEMENT on class CL_WD_JSON_DATA_SOURCE has no exception.

Method GET_DATA_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_DATA_ELEMENTS Value transfer Type reference (TYPE) IF_WD_JSON_DATA=>TT_JSON_DATA 20120316

Method GET_DATA_ELEMENTS on class CL_WD_JSON_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 20120316
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20120316
3 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20120316

Method GET_DATA_SOURCE on class CL_WD_JSON_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 20120316

Method GET_NAME on class CL_WD_JSON_DATA_SOURCE has no exception.

Method HAS_DATA_ELEMENTS 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 20120316

Method HAS_DATA_ELEMENTS on class CL_WD_JSON_DATA_SOURCE has no exception.

Method NEW_JSON_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 20120316
2 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_JSON_DATA_SOURCE 20120316
3 Importing ID Call by reference Type reference (TYPE) STRING 20120316
4 Importing NAME Call by reference Type reference (TYPE) STRING 20120316
5 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20120316

Method NEW_JSON_DATA_SOURCE on class CL_WD_JSON_DATA_SOURCE has no exception.

Method NUMBER_OF_DATA_ELEMENTS Signature

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

Method NUMBER_OF_DATA_ELEMENTS on class CL_WD_JSON_DATA_SOURCE has no exception.

Method REMOVE_ALL_DATA_ELEMENTS Signature

Method REMOVE_ALL_DATA_ELEMENTS on class CL_WD_JSON_DATA_SOURCE has no parameter.
Method REMOVE_ALL_DATA_ELEMENTS on class CL_WD_JSON_DATA_SOURCE has no exception.

Method REMOVE_DATA_ELEMENT 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 20120316
2 Importing INDEX Call by reference Type reference (TYPE) I 20120316
3 Returning THE_DATA_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_JSON_DATA 20120316

Method REMOVE_DATA_ELEMENT on class CL_WD_JSON_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 20120316

Method SET_DATA_SOURCE on class CL_WD_JSON_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 20120316

Method SET_NAME on class CL_WD_JSON_DATA_SOURCE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740