SAP ABAP Class CL_WDR_ADAPT_CONTENT_CONTEXT (Content as Context)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_CONFIGURATION (Package) Configuration for WD4A
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_ADAPT_CONTENT_HANDLER Manages the explicit adaptation data 20091110
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_USER_INPUT_LISTENER Listener on Changes of User 20091119
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_CONFIG_CONTEXT Modification of Configuration Context 20091111
Properties
Class CL_WDR_ADAPT_CONTENT_CONTEXT  
Short Description Content as Context    
Super Class CL_WDR_ADAPT_CONTENT_HANDLER Manages the explicit adaptation data 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CONFIGURATION   Configuration for WD4A 
Created 20091110   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_WDR_CFG_CONTEXT_MODEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDR_USER_INPUT_LISTENER Listener on Changes of User 20091119
2 IF_WD_CONFIG_CONTEXT Modification of Configuration Context 20091111
Friends
Class CL_WDR_ADAPT_CONTENT_CONTEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_NODES_TO_IDS Instance attribute Private Type reference (TYPE) NODES_TO_IDS 20091113
2 RC_DUPLICATE Constant Private Type reference (TYPE) I 1 20091120
3 RC_FINALIZED Constant Private Type reference (TYPE) I 2 20091120
Methods
# Method Level Visibility Method type Description Created on
1 GET_ELEMENT_INFORMATION Instance method Private Method 20091116
2 GET_ID_FOR_NON_FINAL_NODE Instance method Private Method 20091117
3 GET_NODE_INFORMATION Instance method Private Method 20091120
4 SET_ATTRIBUTE_FINAL_INT Instance method Private Method 20091117
5 SET_ATTRIBUTE_INT Instance method Private Method 20091117
6 SET_PRIMARY Instance method Private Method 20091117
Events
Class CL_WDR_ADAPT_CONTENT_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NODES_TO_IDS Private See coding 20091113 nodes_to_ids type hashed table of node_to_id with unique key node
2 NODE_TO_ID Private See coding 20091113 begin of node_to_id, node type ref to if_wd_context_node, " the context node this structure containes information about node_id type cl_wdr_cfg_context_model=>node_id, " either empty or the id of the node in m_table_handler is_final_node type wdy_boolean, " information wether this is the special context node containing information about the final flag end of node_to_id
Method Signatures

Method GET_ELEMENT_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20091116
2 Importing ELEMENT_INDEX Call by reference Type reference (TYPE) I 20091116
3 Exporting IS_FINAL_NODE Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091117
4 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20091116
5 Exporting NODE_ID Call by reference Type reference (TYPE) CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID 20091116
6 Exporting NODE_NAME Call by reference Type reference (TYPE) STRING 20091117
7 Exporting O_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20091116
8 Exporting O_ELEMENT_INDEX Call by reference Type reference (TYPE) I 20091116
9 Exporting O_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20091116

Method GET_ELEMENT_INFORMATION on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.

Method GET_ID_FOR_NON_FINAL_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20091117
2 Returning NODE_ID Value transfer Type reference (TYPE) CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID 20091117

Method GET_ID_FOR_NON_FINAL_NODE on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.

Method GET_NODE_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_CONFIG_CONTEXT_NODE Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091120
2 Exporting IS_FINAL_NODE Call by reference Type reference (TYPE) WDY_BOOLEAN 20091120
3 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20091120
4 Exporting NODE_ID Call by reference Type reference (TYPE) CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID 20091120

Method GET_NODE_INFORMATION on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.

Method SET_ATTRIBUTE_FINAL_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20091117
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20091117
3 Importing ELEMENT_INDEX Call by reference Type reference (TYPE) I 20091117
4 Importing IS_FINAL Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091117
5 Importing NODE_ID Call by reference Type reference (TYPE) CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID 20091117
6 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20091117
7 Importing SKIP_FINALIZED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091120

Method SET_ATTRIBUTE_FINAL_INT on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.

Method SET_ATTRIBUTE_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20091117
2 Importing CHECK_CHANGED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091117
3 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20091117
4 Importing INDEX Call by reference Type reference (TYPE) I 20091117
5 Importing NODE_ID Call by reference Type reference (TYPE) CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID 20091117
6 Importing SKIP_FINAL Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091117
7 Importing VALUE Call by reference Type reference (TYPE) DATA 20091117

Method SET_ATTRIBUTE_INT on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.

Method SET_PRIMARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20091117
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20091117
3 Importing INDEX Call by reference Type reference (TYPE) I 20091117
4 Importing NODE_ID Call by reference Type reference (TYPE) CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID 20091117
5 Returning RC Value transfer Type reference (TYPE) I Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091120
6 Importing VALUE Call by reference Type reference (TYPE) DATA 20091117

Method SET_PRIMARY on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800