SAP ABAP Class CL_WDR_INTERNAL_DOCKING_WINDOW (Docking 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 Inheritance (c INHERITING FROM c_ref)  CL_WDR_INTERNAL_WINDOW Parent Class for All Windows 20051124
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_DOCKING_WINDOW Web Dynpro: Docking Window 20051220
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_HELP_WINDOW 20060612
2 Inheritance (c INHERITING FROM c_ref)  CL_WDR_MESSAGE_WINDOW 20051124
3 Inheritance (c INHERITING FROM c_ref)  CL_WDR_P6S_WINDOW Window for Personas Area Component 20140616
Properties
Class CL_WDR_INTERNAL_DOCKING_WINDOW  
Short Description Docking Window    
Super Class CL_WDR_INTERNAL_WINDOW Parent Class for All Windows 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20051124   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 IF_WDR_DOCKING_WINDOW Web Dynpro: Docking Window 20051220
Friends
Class CL_WDR_INTERNAL_DOCKING_WINDOW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DOCKING_POSITION_INFO Instance attribute Public Type reference (TYPE) WDR_WINDOW_DOCKING_INFO Web Dynpro: Information for Docking Position of Popup 20051220
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20051124
2 CREATE_DOCKING_WINDOW Static method Public Method 20090527
3 SET_DOCKING_POSITION_INFO Instance method Public Method 20051220
Events
Class CL_WDR_INTERNAL_DOCKING_WINDOW has no event.
Types
Class CL_WDR_INTERNAL_DOCKING_WINDOW has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTTON_KIND Call by reference Type reference (TYPE) WDR_POPUP_BUTTON_KIND Web-Dynpro: Button-Kombination eines Popups 20051124
2 Importing CLOSE_BUTTON Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20051124
3 Importing CLOSE_IN_ANY_CASE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20051124
4 Importing COMPONENT Call by reference Object reference (TYPE REF TO) CL_WDR_COMPONENT Basis Klasse aller WebDynpro Komponenten 20051124
5 Importing IS_RESIZABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20051124
6 Importing IS_VALUE_HELP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20051124
7 Importing MESSAGE_DISPLAY_MODE Call by reference Type reference (TYPE) WDR_MESSAGE_DISPLAY_MODE Web Dynpro: Anzeigen von Meldungen in einem Popup 20051124
8 Importing MESSAGE_HELPER_CLASS Call by reference Object reference (TYPE REF TO) IF_WDR_MESSAGE_AREA Interne Schnittstelle für Message Area 20051124
9 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) WDR_POPUP_MSG_TYPE CO_MSG_TYPE_NONE Web-Dynpro: Nachrichtentyp eines Popups 20051124
10 Importing MESSAGE_VIEW Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW WebDynpro View Controller 20051124
11 Importing PARENT_WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20051124
12 Importing TITLE Call by reference Type reference (TYPE) STRING 20051124
13 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20090527
14 Importing WINDOW_INFO Call by reference Object reference (TYPE REF TO) IF_WDR_RR_WINDOW 20051124

Method CONSTRUCTOR on class CL_WDR_INTERNAL_DOCKING_WINDOW has no exception.

Method CREATE_DOCKING_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTTON_KIND Call by reference Type reference (TYPE) WDR_POPUP_BUTTON_KIND Web-Dynpro: Button-Kombination eines Popups 20090527
2 Importing CLOSE_BUTTON Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090527
3 Importing CLOSE_IN_ANY_CASE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090527
4 Importing COMPONENT Call by reference Object reference (TYPE REF TO) CL_WDR_COMPONENT Basis Klasse aller WebDynpro Komponenten 20090527
5 Importing IS_RESIZABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090527
6 Importing IS_VALUE_HELP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090527
7 Importing MESSAGE_DISPLAY_MODE Call by reference Type reference (TYPE) WDR_MESSAGE_DISPLAY_MODE Web Dynpro: Anzeigen von Meldungen in einem Popup 20090527
8 Importing MESSAGE_HELPER_CLASS Call by reference Object reference (TYPE REF TO) IF_WDR_MESSAGE_AREA Interne Schnittstelle für Message Area 20090527
9 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) WDR_POPUP_MSG_TYPE CO_MSG_TYPE_NONE Web-Dynpro: Nachrichtentyp eines Popups 20090527
10 Importing MESSAGE_VIEW Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW WebDynpro View Controller 20090527
11 Importing PARENT_WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20090527
12 Importing TITLE Call by reference Type reference (TYPE) STRING 20090527
13 Returning WINDOW Value transfer Object reference (TYPE REF TO) CL_WDR_INTERNAL_DOCKING_WINDOW Docking Window 20090527
14 Importing WINDOW_INFO Call by reference Object reference (TYPE REF TO) IF_WDR_RR_WINDOW 20090527

Method CREATE_DOCKING_WINDOW on class CL_WDR_INTERNAL_DOCKING_WINDOW has no exception.

Method SET_DOCKING_POSITION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ANCHOR Call by reference Type reference (TYPE) STRING 20051220
2 Importing CURRENT_DOCKING_POSITION Call by reference Type reference (TYPE) WDR_WINDOW_DOCKING_POSITION Web Dynpro: Docking Position eines Windows 20051220
3 Importing DEFAULT_DOCKING_POSITION Call by reference Type reference (TYPE) WDR_WINDOW_DOCKING_POSITION Web Dynpro: Docking Position eines Windows 20051220
4 Importing DOCKING_POS_USER_CHANGEABLE Call by reference Type reference (TYPE) ABAP_BOOL 20051220
5 Importing DOCKING_STATE_SET_BY_SYSTEM Call by reference Type reference (TYPE) ABAP_BOOL 20051220

Method SET_DOCKING_POSITION_INFO on class CL_WDR_INTERNAL_DOCKING_WINDOW has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710