SAP ABAP Class CL_WDR_NW7_INT_WIN_ADAPTER (Internal Window Adapter for Lightspeed)
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_WINDOW_ADAPTER Adapter for Window 20070717
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_CLIENT_COMMAND Command for the Client (UPDATE) 20071107
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_NW7_MAIN_WIN_ADAPTER Lightspeed Main Window Adapter 20070717
2 Inheritance (c INHERITING FROM c_ref)  CL_WDR_NW7_POPUP_WIN_ADAPTER Lightspeed popup window adapter 20070717
Properties
Class CL_WDR_NW7_INT_WIN_ADAPTER  
Short Description Internal Window Adapter for Lightspeed    
Super Class CL_WDR_WINDOW_ADAPTER Adapter for Window 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_RENDERING   Web Dynpro Runtime: Rendering 
Created 20070717   SAP 
Last change 20141120    
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_WDR_NW7_INT_WIN_ADAPTER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_NW7_VIEW_ELEMENT_ADAPTER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_WDR_CLIENT_COMMAND Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_WDR_NW7_WINDOW_ADAPTER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDR_CLIENT_COMMAND Command for the Client (UPDATE) 20071107
Friends
Class CL_WDR_NW7_INT_WIN_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ACTIVE_COMP_LIFECYCLE Instance attribute Private Object reference (TYPE REF TO) CL_WDR_ACTIVE_COMP_LIFECYLCE Lifespan Administration of Active Components 20100421
2 M_CLIENT_COMMANDS Instance attribute Private Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TT_COMMAND 20071107
3 M_EARMARKED_FOCUS Instance attribute Private Type reference (TYPE) STRING Focus Flagging 20100201
4 M_IS_FIRST_TIME Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080530
5 M_LEVEL Instance attribute Private Type reference (TYPE) I 20110210
6 M_MENU_MANAGER Instance attribute Private Object reference (TYPE REF TO) CL_WDR_NW7_MENU_MANAGER Manages Menus 20080306
7 M_PAGE Instance attribute Private Object reference (TYPE REF TO) CL_WDR_NW7_PAGE_CTRL_ADP Lightspeed Page Adapter 20071114
8 M_POPUP Instance attribute Private Object reference (TYPE REF TO) CL_WDR_NW7_INT_WIN_ADAPTER Lightspeed Page Adapter 20070824
9 M_RENDERER Instance attribute Private Object reference (TYPE REF TO) IFUR_NW7 20080429
10 M_WINDOW_CONTENT Instance attribute Private Object reference (TYPE REF TO) IF_WDR_NW7_DELTA_RENDERER Adapter with Delta Rendering 20070824
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_FOCUS_COMMAND Instance method Private Method 20090909
2 CONSTRUCTOR Instance method Public Constructor 20070718
3 CREATE Static method Public Method 20070823
4 CREATE_WINDOW_CONTENT Instance method Protected Method 20070719
5 FIND_WINDOW_ADAPTER Instance method Public Method 20110225
6 GET_ACTIVE_COMP_LIFECYCLE Instance method Public Method Returns instance for admininistration of Active Components 20100421
7 GET_CONTROL_ID Instance method Public Method See CL_WDR_INTERNAL_WINDOW_ADAPTER->get_focus_html_id() 20080228
8 GET_FOCUS_CONTROL_ID Instance method Protected Method See CL_WDR_INTERNAL_WINDOW_ADAPTER->get_focus_html_id() 20070827
9 GET_ROOT_CONTROL Instance method Public Method 20090811
10 GET_SCROLLINTOVIEW_DATA Instance method Protected Method See CL_WDR_INTERNAL_WINDOW_ADAPTER->get_focus_html_id() 20080229
11 GET_TOP_WINDOW_ADAPTER Instance method Public Method Obtain adapter for the top window 20081030
12 HANDLE_EVENT Instance method Public Method Forwards events to the page (e.g. Table.CellContextMenu) 20080424
13 REGISTER_MENU Instance method Public Method Registers menu to open it later with m_menu_manager 20080306
14 SET_CONTENT Instance method Public Method 20070718
15 SET_CONTENT_FOR_SMALL_UPDATE Instance method Public Method Only render one adapter 20081030
16 SET_FOCUS Instance method Protected Method Calculates the UI-Control to focus and creates command 20080530
17 SET_FOCUS_FIRST_TIME Instance method Protected Method 20091208
18 SET_FOCUS_ID Instance method Public Method Request Focus via MID 20100201
Events
# Event Type Visibility Description Created on
1 TRACE_ON_UPDATE_CONTROL Static Event
(1)
Public
(2)
Tracing Event: UpdateControl 20080327
Types
Class CL_WDR_NW7_INT_WIN_ADAPTER has no local type.
Method Signatures

Method APPEND_FOCUS_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_COMMAND_QUEUE Call by reference Object reference (TYPE REF TO) IF_WDR_CLIENT_COMMAND 20090909
2 Importing FOCUS Call by reference Type reference (TYPE) WDR_FOCUS Web-Dynpro: Fokus 20090909
3 Returning IS_APPENDED Value transfer Type reference (TYPE) ABAP_BOOL 20090909

Method APPEND_FOCUS_COMMAND on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEVEL Call by reference Type reference (TYPE) I 20110210
2 Importing RENDERER Call by reference Object reference (TYPE REF TO) IFUR_NW7 20080429
3 Importing WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20070718

Method CONSTRUCTOR on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PLUGIN_MANAGER Call by reference Object reference (TYPE REF TO) CL_WDR_NW7_PLUGIN_MANAGER Plugin-Manager für SSR-Plugins 20140515
2 Importing RENDERER Call by reference Object reference (TYPE REF TO) IFUR_NW7 20080429
3 Importing WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20070823
4 Returning WINDOW_ADAPTER Value transfer Object reference (TYPE REF TO) CL_WDR_WINDOW_ADAPTER Adapter für Fenster 20070823

Method CREATE on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method CREATE_WINDOW_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WINDOW_CONTENT Value transfer Object reference (TYPE REF TO) IF_WDR_NW7_DELTA_RENDERER Adapter mit Delta Rendering 20070719

Method CREATE_WINDOW_CONTENT on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method FIND_WINDOW_ADAPTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WINDOW Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW 20110225
2 Returning WINDOW_ADAPTER Value transfer Object reference (TYPE REF TO) CL_WDR_NW7_INT_WIN_ADAPTER internal window adapter für Lightspeed 20110225

Method FIND_WINDOW_ADAPTER on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method GET_ACTIVE_COMP_LIFECYCLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVE_COMP_LIFECYCLE Value transfer Object reference (TYPE REF TO) CL_WDR_ACTIVE_COMP_LIFECYLCE Verwaltung der Lebensdauer von Active Components 20100421

Method GET_ACTIVE_COMP_LIFECYCLE on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method GET_CONTROL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FOCUS_CONTROL_ID Value transfer Type reference (TYPE) STRING 20080228
2 Importing FOCUS_ELEMENT Call by reference Type reference (TYPE) WDR_FOCUS Web-Dynpro: Fokus 20080902

Method GET_CONTROL_ID on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method GET_FOCUS_CONTROL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FOCUS_CONTROL_ID Value transfer Type reference (TYPE) STRING 20070827
2 Importing WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20070827

Method GET_FOCUS_CONTROL_ID on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method GET_ROOT_CONTROL Signature

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

Method GET_ROOT_CONTROL on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method GET_SCROLLINTOVIEW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ALIGN_WITH_TOP Call by reference Type reference (TYPE) ABAP_BOOL 20080229
2 Exporting SCROLLINTOVIEW_CONTROL_ID Value transfer Type reference (TYPE) STRING 20080229
3 Importing WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20080229

Method GET_SCROLLINTOVIEW_DATA on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method GET_TOP_WINDOW_ADAPTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TOP_WINDOW_ADAPTER Value transfer Object reference (TYPE REF TO) CL_WDR_NW7_INT_WIN_ADAPTER internal window adapter für Lightspeed 20081030

Method GET_TOP_WINDOW_ADAPTER on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method HANDLE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EVENT_NAME Call by reference Type reference (TYPE) STRING 20080424
2 Importing I_EVENT_PARAMETERS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20080424
3 Importing I_EVENT_QUEUE Call by reference Object reference (TYPE REF TO) CL_WDR_EVENT_QUEUE EventQueue/IEventQueue 20080424
4 Importing I_RESPONSE Call by reference Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Framework (iHTTP) HTTP Response 20080424
5 Importing I_UPDATE_DATA Call by reference Object reference (TYPE REF TO) IF_WDR_UPDATE_SERVER_PEER_DATA to get updates into a DataContainer 20080424

Method HANDLE_EVENT on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method REGISTER_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20080306
2 Importing CONTEXT_NODE_PATH_NAME Call by reference Type reference (TYPE) STRING 20080306
3 Importing PARENT_ADAPTER_ID Call by reference Type reference (TYPE) STRING 20080306
4 Importing POPUPMENU Call by reference Object reference (TYPE REF TO) CL_WD_MENU 20080306
5 Importing WITH_KEYBOARD Call by reference Type reference (TYPE) ABAP_BOOL 20080428

Method REGISTER_MENU on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_COMMAND_QUEUE Call by reference Object reference (TYPE REF TO) IF_WDR_CLIENT_COMMAND Kommando für den Client (UPDATE) 20070824
2 Changing CLIENT_EVENT_LIST Call by reference Type reference (TYPE) WDR_CLIENT_EVENT_LIST Liste von Ereignissen im Client 20070824

Method SET_CONTENT on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method SET_CONTENT_FOR_SMALL_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTERS_FOR_UPDATE Call by reference Type reference (TYPE) IF_NW7_VIEW_ELEMENT_ADAPTER=>T_ADAPTER_TAB WebDynpro Local Test XX7 20081223
2 Importing ADAPTER_FOR_UPDATE Call by reference Object reference (TYPE REF TO) IF_NW7_VIEW_ELEMENT_ADAPTER Local UR Test 20110413
3 Importing CLIENT_COMMAND_QUEUE Call by reference Object reference (TYPE REF TO) IF_WDR_CLIENT_COMMAND Kommando für den Client (UPDATE) 20081030

Method SET_CONTENT_FOR_SMALL_UPDATE on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method SET_FOCUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_COMMAND_QUEUE Call by reference Object reference (TYPE REF TO) IF_WDR_CLIENT_COMMAND Kommando für den Client (UPDATE) 20080530
2 Importing IGNORE_APPLICATION_SET_FOCUS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110907
3 Importing SET_FOCUS_TO_MENU Call by reference Type reference (TYPE) ABAP_BOOL 20080530

Method SET_FOCUS on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method SET_FOCUS_FIRST_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_COMMAND_QUEUE Call by reference Object reference (TYPE REF TO) IF_WDR_CLIENT_COMMAND Kommando für den Client (UPDATE) 20091208

Method SET_FOCUS_FIRST_TIME on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.

Method SET_FOCUS_ID Signature

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

Method SET_FOCUS_ID on class CL_WDR_NW7_INT_WIN_ADAPTER has no exception.
Event Signatures

Event TRACE_ON_UPDATE_CONTROL Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ADAPTER Exporting Value transfer Object reference (TYPE REF TO) OBJECT WebDynpro Local Test XX7 20080327
2 WINDOW_ADAPTER Exporting Value transfer Object reference (TYPE REF TO) CL_WDR_WINDOW_ADAPTER Adapter für Fenster 20080327
History
Last changed by/on SAP  20141120 
SAP Release Created in 711