SAP ABAP Class CL_WB_WINDOW_MANAGER (Layout Manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL-BRR (Application Component) Repository Browser
⤷
SWBM_INTERNAL (Package) Internal Objects within SWBM
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WB_WINDOW_MANAGER | Layout Manager | 00000000 |
Properties
| Class | CL_WB_WINDOW_MANAGER | |
| Short Description | Layout Manager | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWBM_INTERNAL | Internal Objects within SWBM |
| Created | 19981007 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WB_WINDOW_MANAGER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WB_WINDOW_MANAGER | Layout Manager | 00000000 |
Friends
Class CL_WB_WINDOW_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SY-REPID | Active Program | 19981127 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SY-DYNNR | Active Screen | 19981127 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WB_WINDOW_MANAGER | Singleton Instance | 20090204 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WB_LAYOUT_MANAGER | Algorithm to Set Tool Layout | 19981008 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | LTY_LINK_TABLE | Link Directory | 19990607 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | LTY_WINDOW_TABLE | WINDOW_DIRECTORY | 19981007 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 19981007 | |
| 2 | Static method | Public | Method | Supply Singleton Instance | 20090204 |
Events
Class CL_WB_WINDOW_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_LINK_TABLE | Private | See coding | LTY_LINK_TABLE | 19990607 | lty_link_table TYPE SORTED TABLE OF lty_window_dir_entry
WITH UNIQUE KEY link_priority window_id
|
|
| 2 | LTY_WINDOW_DIR_ENTRY | Private | See coding | LTY_WINDOW_DIR_ENTRY | 19981007 | BEGIN OF lty_window_dir_entry,
window_id TYPE wmngr_window_id,
window TYPE REF TO cl_wb_window,
link_priority TYPE seu_lprio,
tool_name TYPE seoclsname, " rd (11/05/2004)
END OF lty_window_dir_entry
|
|
| 3 | LTY_WINDOW_TABLE | Private | See coding | LTY_WINDOW_TABLE | 19981007 | lty_window_table TYPE HASHED TABLE OF lty_window_dir_entry
WITH UNIQUE KEY window_id
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_LAYOUT_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WB_LAYOUT_MANAGER | Layout Manager | 19981008 |
Method CONSTRUCTOR on class CL_WB_WINDOW_MANAGER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_WB_WINDOW_MANAGER | Layout Manager | 20090204 | |||
| 2 | P_LAYOUT_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WB_LAYOUT_MANAGER | Layout der Visualisierung eines Tools | 20090204 |
Method GET_INSTANCE on class CL_WB_WINDOW_MANAGER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |