SAP ABAP Class CL_WDR_VD_NW7_ADAPTER (CL_WDR_VD_NW7_ADAPTER)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
     SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_VD_ADAPTER Adapter for Web Dynpro View Elements 20080502
2 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_NW7__CONTROL 20080502
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_VD_NW7_ADAPTER IF_WDR_VD_NW7_ADAPTER 20080502
Properties
Class CL_WDR_VD_NW7_ADAPTER  
Short Description CL_WDR_VD_NW7_ADAPTER    
Super Class CL_WDR_VD_ADAPTER Adapter for Web Dynpro View Elements 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_RENDERING   Web Dynpro Runtime: Rendering 
Created 20080502   SAP 
Last change 20110908   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 IFUR_NW7__CONTROL 20080502
2 IF_WDR_VD_NW7_ADAPTER IF_WDR_VD_NW7_ADAPTER 20080502
Friends
Class CL_WDR_VD_NW7_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_DROPTARGETINFO Static Attribute Public Object reference (TYPE REF TO) IFUR_NW7_DROPTARGETINFO Drop target info (for the drop target above) 20081023
2 M_FACTORY_REGISTRY Static Attribute Private Type reference (TYPE) T_FACTORY_REGISTRY_HASH 20100701
3 M_ID_COUNTER Static Attribute Protected Type reference (TYPE) XSTRING 20090914
4 M_NW7_CURRENT_HOTKEYS Static Attribute Protected Object reference (TYPE REF TO) IFUR_NW7_HOTKEYS 20080502
5 M_NW7_CURRENT_VIEW_CONTAINER Static Attribute Protected Type reference (TYPE) STRING 20080502
6 M_NW7_LABELED_UI_ELEMENTS Static Attribute Protected Type reference (TYPE) T_NW7_LABELED_UI_ELEMENTS 20080502
7 M_PARENT Instance attribute Public Attribute reference (LIKE) 20100702
8 M_USED_ADAPTER_IDS Static Attribute Public Type reference (TYPE) STRING_TABLE Table of Strings 20090915
9 _POST_CONTENT Static Attribute Protected Type reference (TYPE) T_POST_CONTENT 20080502
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081023
2 CONSTRUCTOR Instance method Public Constructor 20080506
3 CREATE_CONT_4_EMPTY_LAYOUT Instance method Protected Method Creates drop target for an empty matrix layout 20091005
4 CREATE_ID Instance method Protected Method 20090915
5 CREATE_NW7_ADAPTER_BY_ELEMENT Static method Public Method 20100701
Events
Class CL_WDR_VD_NW7_ADAPTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_FORM_DSGN_DATA Protected Type reference (TYPE) IF_WDR_VD_NW7_ADAPTER=>T_MD_VIEW_ELEMENT_TAB 20100926
2 TT_FORM_DSGN_DATA_ROWS Protected See coding 20100819 TT_FORM_DSGN_DATA_ROWS TYPE TABLE OF TT_FORM_DSGN_DATA WITH DEFAULT KEY
3 TT_NW7_HOTKEY_ADMIN Public See coding 20080502 TT_NW7_HOTKEY_ADMIN type STANDARD TABLE OF T_NW7_HOTKEY_ADMIN WITH DEFAULT KEY
4 T_FACTORY_REGISTRY Private Type reference (TYPE) IF_WDR_VD_NW7_ADAPTER_LIBRARY=>T_INDEX_MAP 20100701
5 T_FACTORY_REGISTRY_HASH Private See coding 20100701 t_factory_registry_hash TYPE HASHED TABLE OF if_wdr_vd_nw7_adapter_library=>t_index_map WITH UNIQUE KEY view_element_cid
6 T_NW7_ADAPTER_TAB Public See coding 20080502 T_NW7_ADAPTER_TAB type standard table of ref to cl_wdr_vd_nw7_adapter with default key
7 T_NW7_HOTKEY_ADMIN Public See coding 20080502 begin of T_NW7_HOTKEY_ADMIN, view_id type string, adapter_id type string, event_name type string, hotkey like IFUR_NW7=>HOTKEYVALUE_ENUM, end of T_NW7_HOTKEY_ADMIN
8 T_NW7_LABELED_UI_ELEMENT Public See coding 20080502 begin of T_NW7_LABELED_UI_ELEMENT, view_element type ref to cl_wdy_md_view_element, context_element type ref to if_wd_context_element, adapter type ref to cl_wdr_vd_nw7_adapter, end of T_NW7_LABELED_UI_ELEMENT
9 T_NW7_LABELED_UI_ELEMENTS Public See coding 20080502 T_NW7_LABELED_UI_ELEMENTS type sorted table of T_NW7_LABELED_UI_ELEMENT WITH UNIQUE KEY view_element context_element
10 T_POST_CONTENT Public See coding 20080502 begin of t_post_content, post_rendering_controls type standard table of ref to ifur_nw7__control with default key, post_set_content_adapters type t_adapter_tab, end of t_post_content
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_MAIN_ADAPTER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100818
2 Importing I_LABEL_SUPPORT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080506
3 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_WDR_VD_ADAPTER Adapter für Web Dynpro View Elemente 20080506
4 Importing I_REQUIRES_POST_RENDERING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080506
5 Importing I_TYPE_ID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20080506

Method CONSTRUCTOR on class CL_WDR_VD_NW7_ADAPTER has no exception.

Method CREATE_CONT_4_EMPTY_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER_ID Call by reference Type reference (TYPE) WDY_UI_ELEMENT_NAME Web Dynpro : Name eines UI-Elements 20091005
2 Importing LAYOUT Call by reference Object reference (TYPE REF TO) IFUR_NW7__CONTROL 20091005

Method CREATE_CONT_4_EMPTY_LAYOUT on class CL_WDR_VD_NW7_ADAPTER has no exception.

Method CREATE_ID Signature

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

Method CREATE_ID on class CL_WDR_VD_NW7_ADAPTER has no exception.

Method CREATE_NW7_ADAPTER_BY_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ADAPTER Value transfer Object reference (TYPE REF TO) CL_WDR_VD_NW7_ADAPTER CL_WDR_VD_NW7_ADAPTER 20100701
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20100701

Method CREATE_NW7_ADAPTER_BY_ELEMENT on class CL_WDR_VD_NW7_ADAPTER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711