SAP ABAP Class CL_CHIP_WD_SP_MANAGER_IMPL (CHIP Web Dynpro Side Panel Manager Implementation)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
     SWDP_CCP_WD_API (Package) Web Dynpro ABAP: WDA Page Builder WD Integration API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CHIP_WD_SIDE_PANEL_MANAGER CHIP Web Dynpro Side Panel Manager 20110119
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_ABSTR_VIEW_CTLR_SERVICE Interface for Abstract View Controller Services 20110704
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_CONTROLLER_SERVICE Interface for Controller Services 20110704
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_SERVICE Interface for Runtime Services 20110704
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_VIEW_CONTROLLER_SERVICE Interface for View Controller Services 20110704
Properties
Class CL_CHIP_WD_SP_MANAGER_IMPL  
Short Description CHIP Web Dynpro Side Panel Manager Implementation    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CCP_WD_API   Web Dynpro ABAP: WDA Page Builder WD Integration API 
Created 20110119   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)
2 CL_CHIP_DATA_CONTEXT_HELPER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CHIP_WD_SIDE_PANEL_MANAGER CHIP Web Dynpro Side Panel Manager 20110119
2 IF_WDR_ABSTR_VIEW_CTLR_SERVICE Interface for Abstract View Controller Services 20110704
3 IF_WDR_CONTROLLER_SERVICE Interface for Controller Services 20110704
4 IF_WDR_SERVICE Interface for Runtime Services 20110704
5 IF_WDR_VIEW_CONTROLLER_SERVICE Interface for View Controller Services 20110704
Friends
# Friend Modeled only Created on Description
1 CL_CHIP_WD_SIDE_PANEL_MANAGER 20110119 CHIP Web Dynpro Side Panel Manager
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_TAGGING_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT Web Dynpro Context 20110414
2 MR_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WD_VIEW 20110704
3 MT_CONTROLLER_2_ACTION Instance attribute Private Type reference (TYPE) TP_T_CONTROLLER_2_ACTION 20110704
4 MT_TAG_2_ATTR Instance attribute Private Type reference (TYPE) CL_CHIP_DATA_CONTEXT_HELPER=>TP_T_TAG_2_ATTR 20110202
5 M_IS_NWBC_SIDE_PANEL Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110704
6 M_REMOTE_CONSUMER_ENABLED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110718
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20110119
2 HNDL_CONTEXT_CHANGED Instance method Private Event handling method 20110119
3 HNDL_REFRESHED Instance method Private Event handling method 20110608
4 HNDL_WIRING_LOCK_CHANGED Instance method Private Event handling method 20110601
5 LSAPI_DATA_CONTEXT_CHANGED Instance method Private Method 20110119
6 LSAPI_SP_DISCONNECTED_CHANGED Instance method Private Method 20110601
7 LSAPI_SP_REFRESHED Instance method Private Method 20110608
8 REGISTER_CONTROLLER Instance method Private Method 20110704
9 SIDE_PANEL_CANVAS_DATA Instance method Private Method 20110119
10 UNREGISTER_CONTROLLER Instance method Private Method 20110704
Events
Class CL_CHIP_WD_SP_MANAGER_IMPL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_CONTROLLER_2_ACTION Private See coding 20110704 begin of tp_s_controller_2_action, controller type ref to if_wd_view_controller, action type string, end of tp_s_controller_2_action
2 TP_T_CONTROLLER_2_ACTION Private See coding 20110704 tp_t_controller_2_action type hashed table of tp_s_controller_2_action WITH UNIQUE key controller
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CHIP_WD_SP_MANAGER_IMPL has no parameter.
Method CONSTRUCTOR on class CL_CHIP_WD_SP_MANAGER_IMPL has no exception.

Method HNDL_CONTEXT_CHANGED Signature

Method HNDL_CONTEXT_CHANGED on class CL_CHIP_WD_SP_MANAGER_IMPL has no parameter.
Method HNDL_CONTEXT_CHANGED on class CL_CHIP_WD_SP_MANAGER_IMPL has no exception.

Method HNDL_REFRESHED Signature

Method HNDL_REFRESHED on class CL_CHIP_WD_SP_MANAGER_IMPL has no parameter.
Method HNDL_REFRESHED on class CL_CHIP_WD_SP_MANAGER_IMPL has no exception.

Method HNDL_WIRING_LOCK_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WIRING_LOCK Value transfer Attribute reference (LIKE) 20110606

Method HNDL_WIRING_LOCK_CHANGED on class CL_CHIP_WD_SP_MANAGER_IMPL has no exception.

Method LSAPI_DATA_CONTEXT_CHANGED Signature

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

Method LSAPI_DATA_CONTEXT_CHANGED on class CL_CHIP_WD_SP_MANAGER_IMPL has no exception.

Method LSAPI_SP_DISCONNECTED_CHANGED Signature

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

Method LSAPI_SP_DISCONNECTED_CHANGED on class CL_CHIP_WD_SP_MANAGER_IMPL has no exception.

Method LSAPI_SP_REFRESHED Signature

Method LSAPI_SP_REFRESHED on class CL_CHIP_WD_SP_MANAGER_IMPL has no parameter.
Method LSAPI_SP_REFRESHED on class CL_CHIP_WD_SP_MANAGER_IMPL has no exception.

Method REGISTER_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) STRING 20110704
2 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20110704

Method REGISTER_CONTROLLER on class CL_CHIP_WD_SP_MANAGER_IMPL has no exception.

Method SIDE_PANEL_CANVAS_DATA Signature

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

Method SIDE_PANEL_CANVAS_DATA on class CL_CHIP_WD_SP_MANAGER_IMPL has no exception.

Method UNREGISTER_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20110704

Method UNREGISTER_CONTROLLER on class CL_CHIP_WD_SP_MANAGER_IMPL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731