SAP ABAP Class CL_CHIP_WD_DECORATOR_SERVICE (Implementation of Chip Decorator Service)
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_DECORATOR_SERVICE_WD Service for CHIP Decorator 20090113
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CHIP_WD_EVENT_HANDLER Event Handler for Web Dynpro Events 20090113
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_PHASE_MODEL_SERVICE Interface for Phase Model Services 20090302
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_SERVICE Interface for Runtime Services 20090302
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CHIP_WD_DECORATOR_PANEL CHIP Decorator: Panel 20110421
2 Inheritance (c INHERITING FROM c_ref)  CL_CHIP_WD_DECORATOR_TRAY CHIP Decorator: Panel 20110421
Properties
Class CL_CHIP_WD_DECORATOR_SERVICE  
Short Description Implementation of Chip Decorator Service    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CCP_WD_API   Web Dynpro ABAP: WDA Page Builder WD Integration API 
Created 20090113   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_CHIP_DECORATOR_SERVICE_WD Service for CHIP Decorator 20090113
2 IF_CHIP_WD_EVENT_HANDLER Event Handler for Web Dynpro Events 20090113
3 IF_WDR_PHASE_MODEL_SERVICE Interface for Phase Model Services 20090302
4 IF_WDR_SERVICE Interface for Runtime Services 20090302
Friends
Class CL_CHIP_WD_DECORATOR_SERVICE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHIPS Static Attribute Protected Type reference (TYPE) CHIP_LAYOUT_CHIP_TAB Table of Layout Chip Configuration Entries 20090302
2 CO_CHIP_ID_NAME Constant Protected Type reference (TYPE) STRING 'CHIP_ID' 20090113
3 CO_CHIP_USAGE_ID_NAME Constant Protected Type reference (TYPE) STRING 'CHIP_USAGE_ID' 20090930
4 CO_CONTAINER_ID_NAME Constant Protected Type reference (TYPE) STRING 'CONTAINER_ID' 20090113
5 CO_EVENT_CHIP_FULLSCREEN Constant Public Type reference (TYPE) STRING 'CHIP_FULLSCREEN' 20100217
6 CO_EVENT_CHIP_NEW_WINDOW Constant Public Type reference (TYPE) STRING 'CHIP_NEW_WINDOW' 20100614
7 CO_EVENT_LAYOUT_REMOVE Constant Public Type reference (TYPE) STRING 'LAYOUT_CHIP_REMOVE' 20090313
8 CO_EVENT_PARAM_NAME Constant Public Type reference (TYPE) STRING 'EVENT_PARAMETER' 20090113
9 CO_EVENT_TITEL_EDIT Constant Public Type reference (TYPE) STRING 'TITEL_EDIT' 20090313
10 CO_EVENT_TOGGLE_EXTENSION Constant Public Type reference (TYPE) STRING 'TOGGLE_EXTENSION' 20090113
11 CO_EVENT_TOGGLE_TRAY Constant Public Type reference (TYPE) STRING 'TOGGLE_TRAY' 20090113
12 CO_EVENT_WIRING_LOCK Constant Public Type reference (TYPE) STRING 'WIRING_LOCK' 20090827
13 CO_EVENT_WIRING_REFRESH Constant Public Type reference (TYPE) STRING 'WIRING_REFRESH' 20090826
14 CO_EXTENSIONS_NODE_NAME Constant Private Type reference (TYPE) STRING 'DECORATOR_MENU_EXTENSIONS' Name of Context Node for Checkbox Menu Entries 20090113
15 CO_MENU_CHECKBOX Constant Public Type reference (TYPE) DECORATOR_MENU_TYPE 'CHECKBOX' CHIP Decorator Menu Type 20091104
16 CO_MENU_STANDARD Constant Public Type reference (TYPE) DECORATOR_MENU_TYPE 'STANDARD' CHIP Decorator Menu Type 20091104
17 CO_MENU_SUBMENU Constant Public Type reference (TYPE) DECORATOR_MENU_TYPE 'SUBMENU' Menu Type Submenu 20100525
18 MO_CHIP_PROPERTY Instance attribute Protected Object reference (TYPE REF TO) CL_CHIP_PROPERTY CHIP Parameter 20090316
19 MO_CHIP_USAGES_SERVICE Instance attribute Private Object reference (TYPE REF TO) IF_CHIP_PAGE_CHIP_USAGES CHIP Page: Access to CHIP Usages (Persistence) 20090113
20 MO_CONFIGURATION_MGR Instance attribute Protected Object reference (TYPE REF TO) IF_WD_PERSONALIZATION Web Dynpro Personalization Interface 20090113
21 MO_CONFIG_ID Instance attribute Private Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20090113
22 MO_CONFIG_WRITER Instance attribute Private Object reference (TYPE REF TO) CL_CHIP_CONFIG_WRITER Modification of Configuration Context 20090113
23 MO_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20090319
24 MO_CONTEXT_NODE Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090113
25 MO_LAYOUT_SERVICE Instance attribute Protected Object reference (TYPE REF TO) IF_CHIP_LAYOUT_SERVICE_WD Layout Service Interface 20110427
26 MO_PAGE_RUNTIME Instance attribute Protected Object reference (TYPE REF TO) CL_CHIP_PAGE_WD_RUNTIME CHIP Page: Runtime 20090113
27 MO_PAGE_TYPE Instance attribute Protected Type reference (TYPE) STRING 'LAYOUT' Page Type 20090119
28 MO_REMOVE_EVENT_HANDLER Instance attribute Protected Object reference (TYPE REF TO) IF_CHIP_WD_EVENT_HANDLER Event Handler for Web Dynpro Events 20090113
29 MO_VIEW Instance attribute Protected Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20090129
30 MO_WIRING_RUNTIME Instance attribute Private Object reference (TYPE REF TO) IF_CHIP_WIRING_RUNTIME CHIP Runtime Environment 20090311
31 M_AUTHORIZATION Instance attribute Protected Object reference (TYPE REF TO) CL_CHIP_PAGE_AUTHORIZATION Authorization Check for Page Builder 20091117
32 M_CHIP_LOCATION_CHANGED Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20100820
33 M_CLASS_OF_ACTION_ITEM Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR Runtime Type Services 20090204
34 M_CLASS_OF_CHECKBOX Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR Runtime Type Services 20090324
35 M_CLASS_OF_MENU Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR Runtime Type Services 20090204
36 M_CLASS_OF_SEPARATOR Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR Runtime Type Services 20090204
37 M_CONTAINER_WIDTH Instance attribute Private Type reference (TYPE) STRING 20091214
38 M_CUSTOM_MENU_HAS_CHANGED Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20090309
39 M_DECORATOR_TYPE Instance attribute Protected Type reference (TYPE) STRING 20091214
40 M_EXTENSION_TOGGLE_CHANGED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20100722
41 M_MENU_MAP Instance attribute Private Type reference (TYPE) TMENU_MAP Menu Map Table 20090206
42 M_MENU_MAP_CONTAINER Instance attribute Private Type reference (TYPE) TMENU_MAP_CONTAINER 20100728
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_MENU Instance method Private Method 20090204
2 CHECK_AUTHORIZATION Instance method Protected Method Authorization Check 20091117
3 CLASS_CONSTRUCTOR Static method Public Constructor 20090204
4 CONSTRUCTOR Instance method Public Constructor 20090302
5 DRAW_CHECKBOX_ITEM Instance method Private Method 20090113
6 DRAW_CHIP_WITHOUT_DECORATOR Instance method Protected Method 20091105
7 DRAW_DECORATOR Instance method Protected Method 20090113
8 DRAW_DECORATOR_SP Instance method Protected Method 20110421
9 DRAW_DECORATOR_VIEW_EXTENSION Instance method Protected Method 20090128
10 DRAW_EXTENSION_BORDER Instance method Protected Method 20091111
11 DRAW_EXTENSION_MENU Instance method Protected Method 20090113
12 DRAW_GUTTER Instance method Protected Method Add Horinzontal Gutter 20090302
13 DRAW_MENU Instance method Protected Method 20090113
14 DRAW_STANDARD_MENU_ITEM Instance method Private Method 20090113
15 DRAW_VIEW_CONTAINER Instance method Protected Method 20090302
16 EVENT_MAPPING Instance method Protected Method 20091116
17 GET_CAPTION Instance method Protected Method Returns Tray Caption 20090818
18 GET_DECORATOR Instance method Private Method 20110421
19 GET_DECORATOR_TITLE Instance method Protected Method 20110112
20 GET_DECORATOR_TOOLTIP Instance method Protected Method 20110112
21 GET_ICON Instance method Protected Method Provides the title of the current decorator in UI 20090310
22 GET_MENU Instance method Private Method 20090205
23 GET_PERS_SCOPE Instance method Private Method Determines personalization scope 20120208
24 GET_PROPERTY Instance method Protected Method 20110228
25 HANDLE_CUSTOM_TRAY_ACTION Instance method Protected Method 20090624
26 HANDLE_CUSTOM_TRAY_TOGGLE Instance method Protected Method 20090624
27 HANDLE_EXTENSION_ERROR Instance method Protected Event handling method 20110314
28 HANDLE_WIRING_LOCK Instance method Protected Method 20090827
29 HANDLE_WIRING_REFRESH Instance method Protected Method 20090827
30 REMOVE_CUSTOM_TRAY_MENU Instance method Private Method Removes extension menu entry 20100720
31 REMOVE_TRAY_MENU Instance method Private Method Removes extension menu entry 20100720
32 RESET_CHANGED_FLAGS Instance method Protected Method 20100722
33 SET_HANDLER_EXTENSION_MANAGER Instance method Private Method 20110314
34 TOGGLE_EXTENSION Instance method Protected Method 20100720
35 TOGGLE_TRAY Instance method Protected Method Toggle Tray 20100720
Events
# Event Type Visibility Description Created on
1 REQUIRE_REDRAW Instance Event
(0)
Private
(0)
20090113
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 SMENU_MAP Private See coding 20090206 begin of smenu_map, chip_usage_id type chip_usage_id, menu_id type string, wd_menu_id type string, end of smenu_map
2 SMENU_MAP_CONTAINER Private See coding 20100728 begin of smenu_map_container, chip_instance_id type string, container_id type string, index type i, end of smenu_map_container
3 TMENU_MAP Private See coding 20090206 tmenu_map type standard table of smenu_map
4 TMENU_MAP_CONTAINER Private See coding 20100728 tmenu_map_container type standard table of smenu_map_container
Method Signatures

Method ADD_TO_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_ID Call by reference Type reference (TYPE) CHIP_USAGE_ID ID eines verwendeten Chips 20090206
2 Importing CHIP_MENU Call by reference Object reference (TYPE REF TO) IF_CHIP_MENU CHIP Menü 20090204
3 Importing ID_PREFIX Call by reference Type reference (TYPE) STRING 20090206
4 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20091028
5 Importing WD_MENU Call by reference Object reference (TYPE REF TO) CL_WD_MENU 20090204

Method ADD_TO_MENU on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method CHECK_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_AUTHORIZATION Call by reference Type reference (TYPE) STRING CHIP-Berechtigungstufe 20091117
2 Returning RV_ENABLED Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091117

Method CHECK_AUTHORIZATION on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CHIP_WD_DECORATOR_SERVICE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method CONSTRUCTOR Signature

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

Method CONSTRUCTOR on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_CHECKBOX_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20090113
2 Importing CONTAINER_ID Call by reference Type reference (TYPE) STRING 20090128
3 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090702
4 Importing EVENT_HANDLER Call by reference Object reference (TYPE REF TO) IF_CHIP_WD_EVENT_HANDLER Event-Handler für Web Dynpro Events 20090113
5 Importing EVENT_NAME Call by reference Type reference (TYPE) STRING s 20090113
6 Importing EVENT_PARAM Call by reference Type reference (TYPE) STRING 20090113
7 Importing EXTENSION Call by reference Type reference (TYPE) CHIP_DECORATOR_EXTENSION Erweiterung eines Chip Decorators 20090203
8 Importing IS_CHECKED Call by reference Type reference (TYPE) ABAP_BOOL 20090113
9 Importing MENU Call by reference Object reference (TYPE REF TO) CL_WD_MENU 20090113
10 Importing MENU_TEXT Call by reference Type reference (TYPE) STRING 20090113

Method DRAW_CHECKBOX_ITEM on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_CHIP_WITHOUT_DECORATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20091105
2 Importing IS_CHIP Value transfer Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20091105
3 Importing IV_DRAG_DATA Call by reference Type reference (TYPE) STRING 20091105

Method DRAW_CHIP_WITHOUT_DECORATOR on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_DECORATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20090113
2 Importing IS_CHIP Value transfer Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20090113

Method DRAW_DECORATOR on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_DECORATOR_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20110421
2 Importing IS_CHIP Value transfer Type reference (TYPE) CHIP_LAYOUT_CHIP 20110421

Method DRAW_DECORATOR_SP on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_DECORATOR_VIEW_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AREA Call by reference Type reference (TYPE) CHIP_DECORATOR_EXTENSION_AREA Erweiterungsregion eines Decorator 20091104
2 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20091214
3 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20090128

Method DRAW_DECORATOR_VIEW_EXTENSION on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_EXTENSION_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BORDER Value transfer Object reference (TYPE REF TO) CL_WD_GROUP 20091111
2 Importing CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20100901
3 Importing EXTENSION_MANAGER Call by reference Object reference (TYPE REF TO) IF_CHIP_DECORATOR_EXT_MANAGER Erweiterungen für den Chip Decorator 20091111
4 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20091111
5 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API eines Views 20100901
6 Importing VISIBLE_EXTENSION Call by reference Type reference (TYPE) IF_CHIP_DECORATOR_EXT_MANAGER=>T_VISIBLE_EXTENSION 20091111

Method DRAW_EXTENSION_BORDER on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_EXTENSION_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AREA Call by reference Type reference (TYPE) CHIP_DECORATOR_EXTENSION_AREA Erweiterungsregion eines Decorator 20090113
2 Importing CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20090113
3 Importing CONTAINER_ID Call by reference Type reference (TYPE) STRING 20090128
4 Importing MENU Call by reference Object reference (TYPE REF TO) CL_WD_MENU 20090113

Method DRAW_EXTENSION_MENU on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_GUTTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20090302
2 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20090302
3 Returning RO_HORIZONTAL_GUTTER Value transfer Object reference (TYPE REF TO) CL_WD_HORIZONTAL_GUTTER 20090302

Method DRAW_GUTTER on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHIP Value transfer Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20090113
2 Importing IV_CONTAINER_ID Call by reference Type reference (TYPE) STRING Layout Container in der Page Builder Konfiguration 20090113
3 Importing IV_NORTH_ID Call by reference Type reference (TYPE) STRING ID des nördlichen Erweiterungscontainer 20090113
4 Importing IV_SOUTH_ID Call by reference Type reference (TYPE) STRING ID des südlichen Erweiterungscontainer 20090113
5 Returning MENU Value transfer Object reference (TYPE REF TO) CL_WD_MENU 20090929

Method DRAW_MENU on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_STANDARD_MENU_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090702
2 Importing EXTENSION Call by reference Type reference (TYPE) CHIP_DECORATOR_EXTENSION Erweiterung eines Chip Decorators 20090203
3 Importing IO_EVENT_HANDLER Call by reference Object reference (TYPE REF TO) IF_CHIP_WD_EVENT_HANDLER Event-Handler für Web Dynpro Events 20090113
4 Importing IO_MENU Call by reference Object reference (TYPE REF TO) CL_WD_MENU 20090113
5 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20090113
6 Importing IV_ACTION Call by reference Type reference (TYPE) STRING 'CHIP_ACTION' 20090313
7 Importing IV_CONTAINER_ID Call by reference Type reference (TYPE) STRING 20090113
8 Importing IV_EVENT_NAME Call by reference Type reference (TYPE) STRING 20090113
9 Importing IV_EVENT_PARAM Call by reference Type reference (TYPE) STRING 20100902
10 Importing IV_MENU_TEXT Call by reference Type reference (TYPE) STRING 20090113

Method DRAW_STANDARD_MENU_ITEM on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method DRAW_VIEW_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20090302
2 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20090302
3 Importing IV_DRAG_DATA Call by reference Type reference (TYPE) STRING 20090303
4 Returning RO_CONTAINER Value transfer Object reference (TYPE REF TO) CL_WD_VIEW_CONTAINER_UIELEMENT 20090302

Method DRAW_VIEW_CONTAINER on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method EVENT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENT_HANDLER Call by reference Object reference (TYPE REF TO) IF_CHIP_WD_EVENT_HANDLER Event-Handler für Web Dynpro Events 20091116
2 Returning EVENT_MAPPING Value transfer Type reference (TYPE) WDR_NAME_VALUE_LIST Table of Name/Value Pairs 20091116
3 Importing EVENT_NAME Call by reference Type reference (TYPE) STRING 20091116
4 Importing EVENT_PARAMETER_NAME Call by reference Type reference (TYPE) STRING 20091116
5 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20091116
6 Importing IV_CHECKED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091116
7 Importing IV_CONTAINER_ID Call by reference Type reference (TYPE) STRING 20091116
8 Importing IV_EXPANDED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091116
9 Importing IV_MENU_ITEM_ID Call by reference Type reference (TYPE) STRING 20091116

Method EVENT_MAPPING on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method GET_CAPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20090818
2 Returning RO_CAPTION Value transfer Object reference (TYPE REF TO) CL_WD_CAPTION 20090818

Method GET_CAPTION on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method GET_DECORATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DECORATOR Value transfer Object reference (TYPE REF TO) IF_CHIP_DECORATOR 20110421

Method GET_DECORATOR on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method GET_DECORATOR_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20110112
2 Returning RV_TITLE Value transfer Type reference (TYPE) STRING 20110112

Method GET_DECORATOR_TITLE on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method GET_DECORATOR_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP Layout Container in der Page Builder Konfiguration 20110112
2 Returning R_TOOLTIP Value transfer Type reference (TYPE) STRING 20110112

Method GET_DECORATOR_TOOLTIP on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method GET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHIP Call by reference Type reference (TYPE) CHIP_LAYOUT_CHIP CHIP Instanz 20090310
2 Returning RV_ICON Value transfer Type reference (TYPE) STRING 20090310

Method GET_ICON on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method GET_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHIP_USAGE_ID Call by reference Type reference (TYPE) CHIP_USAGE_ID CHIP Instanz 20090205
2 Returning RO_MENU Value transfer Object reference (TYPE REF TO) CL_WD_MENU 20090205

Method GET_MENU on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method GET_PERS_SCOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PERS_SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE Web Dynpro: Personalisierungsreichweite 20120208

Method GET_PERS_SCOPE on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method GET_PROPERTY Signature

Method GET_PROPERTY on class CL_CHIP_WD_DECORATOR_SERVICE has no parameter.
Method GET_PROPERTY on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method HANDLE_CUSTOM_TRAY_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WDEVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20090624

Method HANDLE_CUSTOM_TRAY_ACTION on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method HANDLE_CUSTOM_TRAY_TOGGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WDEVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20090624

Method HANDLE_CUSTOM_TRAY_TOGGLE on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method HANDLE_EXTENSION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_USAGE_ID Value transfer Attribute reference (LIKE) 20110314
2 Importing EXTENSION_ID Value transfer Attribute reference (LIKE) 20110314

Method HANDLE_EXTENSION_ERROR on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method HANDLE_WIRING_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20090827

Method HANDLE_WIRING_LOCK on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method HANDLE_WIRING_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20090827

Method HANDLE_WIRING_REFRESH on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method REMOVE_CUSTOM_TRAY_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) CHIP_USAGE_ID ID eines verwendeten Chips 20100720

Method REMOVE_CUSTOM_TRAY_MENU on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method REMOVE_TRAY_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) CHIP_USAGE_ID ID eines verwendeten Chips 20100720

Method REMOVE_TRAY_MENU on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method RESET_CHANGED_FLAGS Signature

Method RESET_CHANGED_FLAGS on class CL_CHIP_WD_DECORATOR_SERVICE has no parameter.
Method RESET_CHANGED_FLAGS on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method SET_HANDLER_EXTENSION_MANAGER Signature

Method SET_HANDLER_EXTENSION_MANAGER on class CL_CHIP_WD_DECORATOR_SERVICE has no parameter.
Method SET_HANDLER_EXTENSION_MANAGER on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method TOGGLE_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20100720

Method TOGGLE_EXTENSION on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.

Method TOGGLE_TRAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20100720
2 Importing IV_CHIP_USAGE_ID Call by reference Type reference (TYPE) STRING 20100720
3 Importing MODIFY Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100720

Method TOGGLE_TRAY on class CL_CHIP_WD_DECORATOR_SERVICE has no exception.
Event Signatures

Event REQUIRE_REDRAW Signature
Event REQUIRE_REDRAW on class CL_CHIP_WD_DECORATOR_SERVICE has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720