SAP ABAP Class CL_WDR_CLIENT_WINDOW (Web Dynpro: Client Window)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_CLIENT_INFO_OBJECT Web Dynpro: Client Info Object 20040518
Properties
Class CL_WDR_CLIENT_WINDOW  
Short Description Web Dynpro: Client Window    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20020926   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)
2 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDR_CLIENT_INFO_OBJECT Web Dynpro: Client Info Object 20040518
Friends
# Friend Modeled only Created on Description
1 CL_WDR_MAIN_TASK 20040518 Web Dynpro Runtime HTTP Integration and Main Task
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CLIENT Instance attribute Public Object reference (TYPE REF TO) IF_WDR_CLIENT Describes the client-dependent parts of a WD client 20020926
2 CLIENT_DEBUG Instance attribute Public Attribute reference (LIKE) 20100312
3 CLIENT_ENVIRONMENT Instance attribute Public Attribute reference (LIKE) 20060727
4 CLIENT_INFO_OBJECT Instance attribute Public Object reference (TYPE REF TO) IF_WDR_CLIENT_INFO_OBJECT Web Dynpro: Client Info Object 20020926
5 E_CLIENT_ENVIRONMENT Instance attribute Public Attribute reference (LIKE) 20060727
6 FRAMEWORK_PARAMETERS Instance attribute Public Attribute reference (LIKE) 20100312
7 INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_WDR_CLIENT_WINDOW Web Dynpro: Client Window 20060720
8 IS_CLOSE_WINDOW_SUPPORTED Instance attribute Public Attribute reference (LIKE) 20070918
9 PARAMETERS Instance attribute Public Attribute reference (LIKE) 20060727
10 REC_PLUGIN_MANAGER Instance attribute Public Object reference (TYPE REF TO) CL_WDR_REC_PLUGIN_MANAGER Web Dynpro: Recording Client Plug-In Manager 20030217
11 RESUME_PARAMETERS Instance attribute Public Attribute reference (LIKE) 20060727
12 RESUME_URL_TARGET Instance attribute Public Attribute reference (LIKE) 20060802
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020926
2 CREATE Static method Public Method Generate ClientWindow 20060720
3 ENABLE_CLIENT_DEBUG Instance method Public Method 20100312
4 ENABLE_STABLE_IDS Instance method Public Method Set Stable IDs 20101005
5 GET_PARAMETER Instance method Public Method 20060727
6 SET_CLIENT_ENVIRONMENT Instance method Public Method Set Client Environment 20060727
7 SET_CLIENT_LOCATION Instance method Public Method 20100705
8 SET_CLIENT_SIZE Instance method Public Method 20090120
9 SET_IS_CLOSE_WINDOW_SUPPORTED Instance method Public Method 20070918
10 SET_REQUEST_IS_XSRF_SECURE Instance method Public Method True/False whether request is protected against XSRF attack 20100423
11 SET_RESUME_PARAMETERS Instance method Public Method Sets the resume parameters 20060714
12 SET_RESUME_URL_TARGET Instance method Public Method 20060802
13 SET_TRAY_TYPE_PADDING Instance method Public Method Set External Tray Type and External Tray Padding 20080516
14 UPDATE Instance method Public Method Refreshes PARAMETERS (ECATT Web Dynpro Attach) 20091027
Events
Class CL_WDR_CLIENT_WINDOW has no event.
Types
Class CL_WDR_CLIENT_WINDOW has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CLIENT_WINDOW Value transfer Object reference (TYPE REF TO) CL_WDR_CLIENT_WINDOW WebDynpro: Client Window 20060720
2 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20060720

Method CREATE on class CL_WDR_CLIENT_WINDOW has no exception.

Method ENABLE_CLIENT_DEBUG Signature

Method ENABLE_CLIENT_DEBUG on class CL_WDR_CLIENT_WINDOW has no parameter.
Method ENABLE_CLIENT_DEBUG on class CL_WDR_CLIENT_WINDOW has no exception.

Method ENABLE_STABLE_IDS Signature

Method ENABLE_STABLE_IDS on class CL_WDR_CLIENT_WINDOW has no parameter.
Method ENABLE_STABLE_IDS on class CL_WDR_CLIENT_WINDOW has no exception.

Method GET_PARAMETER Signature

Method GET_PARAMETER on class CL_WDR_CLIENT_WINDOW has no parameter.
Method GET_PARAMETER on class CL_WDR_CLIENT_WINDOW has no exception.

Method SET_CLIENT_ENVIRONMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_ENVIRONMENT Call by reference Type reference (TYPE) I 20060727

Method SET_CLIENT_ENVIRONMENT on class CL_WDR_CLIENT_WINDOW has no exception.

Method SET_CLIENT_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN Call by reference Type reference (TYPE) STRING 20100705
2 Importing HREF Call by reference Type reference (TYPE) STRING 20100705
3 Importing IS_TOP_WINDOW Call by reference Type reference (TYPE) ABAP_BOOL 20100705
4 Importing PARENT_ACCESSIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20100706
5 Importing WINDOW_OPENER_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20100706

Method SET_CLIENT_LOCATION on class CL_WDR_CLIENT_WINDOW has no exception.

Method SET_CLIENT_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEIGHT Call by reference Type reference (TYPE) I 20090120
2 Importing WIDTH Call by reference Type reference (TYPE) I 20090120

Method SET_CLIENT_SIZE on class CL_WDR_CLIENT_WINDOW has no exception.

Method SET_IS_CLOSE_WINDOW_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLOSE_WINDOW_SUPPORTED Call by reference Type reference (TYPE) ABAP_BOOL 20070918

Method SET_IS_CLOSE_WINDOW_SUPPORTED on class CL_WDR_CLIENT_WINDOW has no exception.

Method SET_REQUEST_IS_XSRF_SECURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST_IS_XSRF_SECURE Call by reference Type reference (TYPE) ABAP_BOOL 20100423

Method SET_REQUEST_IS_XSRF_SECURE on class CL_WDR_CLIENT_WINDOW has no exception.

Method SET_RESUME_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RESUME_FORM_FIELDS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20060714

Method SET_RESUME_PARAMETERS on class CL_WDR_CLIENT_WINDOW has no exception.

Method SET_RESUME_URL_TARGET Signature

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

Method SET_RESUME_URL_TARGET on class CL_WDR_CLIENT_WINDOW has no exception.

Method SET_TRAY_TYPE_PADDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TRAY_PADDING Call by reference Type reference (TYPE) ABAP_BOOL 20080516
2 Importing TRAY_TYPE Call by reference Type reference (TYPE) STRING 20080516

Method SET_TRAY_TYPE_PADDING on class CL_WDR_CLIENT_WINDOW has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20091027

Method UPDATE on class CL_WDR_CLIENT_WINDOW has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 630