SAP ABAP Class CL_WDR_NW7_WIN_LAYOUT_ADAPTER (View Element Adapter for the Side Panel)
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_NW7_VIEW_ELEMENT_ADAPTER Web Dynpro Local Test XX7 20090527
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_NW7_DELTA_RENDERER Adapter with Delta Rendering 20090527
Properties
Class CL_WDR_NW7_WIN_LAYOUT_ADAPTER  
Short Description View Element Adapter for the Side Panel    
Super Class CL_NW7_VIEW_ELEMENT_ADAPTER Web Dynpro Local Test XX7 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_RENDERING   Web Dynpro Runtime: Rendering 
Created 20090527   SAP 
Last change 20130531   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 CL_NW7_VIEW_ELEMENT_ADAPTER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IFUR_NW7 Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDR_NW7_DELTA_RENDERER Adapter with Delta Rendering 20090527
Friends
Class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ADAPTATION_INFO_ADAPTER Instance attribute Private Object reference (TYPE REF TO) IFUR_NW7__CONTROL 20110413
2 M_INNER_PADDING Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090527
3 M_IS_EXPANDED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE ABAP_TRUE 20090527
4 M_IS_FIRST_TIME Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090527
5 M_MAIN_VIEW_ADAPTER Instance attribute Private Object reference (TYPE REF TO) CL_WDR_VIEW_ADAPTER Adapter for a View 20090527
6 M_OUTER_PADDING Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090527
7 M_RENDERED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090527
8 M_RENDERING_REQUESTED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090820
9 M_SIDE_PANEL Instance attribute Private Object reference (TYPE REF TO) CL_WDR_SIDE_PANEL_INTEGRATION Side Panel Integration in WD ABAP 20090527
10 M_SIDE_PANEL_ADAPTER Instance attribute Private Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER Adapter for a View 20090527
11 M_SIDE_PANEL_OPENED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090527
12 M_SPLITTER Instance attribute Private Object reference (TYPE REF TO) IFUR_NW7_SPLITTER 20090527
13 M_SPLITTERCELL Instance attribute Private Object reference (TYPE REF TO) LCL_SPLITTER_CELL 20090527
14 M_SPLITTERCELL_DUMMY Instance attribute Private Object reference (TYPE REF TO) LCL_SPLITTER_CELL 20090527
15 M_SPLITTERCOL Instance attribute Private Object reference (TYPE REF TO) IFUR_NW7_SPLITTERCOL 20090527
16 M_STATE Instance attribute Private Type reference (TYPE) T_STATE 20090527
17 M_TOP_MESSAGE_AREA_ADAPTER Instance attribute Private Object reference (TYPE REF TO) IF_WDR_NW7_MESSAGE_AREA_ADP Adapter for Web Dynpro View Elements 20090527
18 M_WINDOW Instance attribute Private Object reference (TYPE REF TO) CL_WDR_WINDOW 20090527
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20090527
2 CREATE_ADAPTATION_INFO Instance method Private Method 20110413
3 CREATE_CONTENT Instance method Private Method 20090528
4 CREATE_CONTENT_GRID_LAYOUT Instance method Private Method 20090602
5 CREATE_GRID_LAYOUT Instance method Private Method 20090602
6 CREATE_SPLITTER_LAYOUT Instance method Private Method 20090527
7 DESTROY_ADAPTERS Instance method Private Method 20090527
8 INIT_STATE Instance method Private Method 20090527
9 ON_OPEN_REQUESTED Instance method Private Event handling method 20090527
10 ON_RESIZE Instance method Private Event handling method 20090527
11 REQUEST_RENDERING Instance method Public Method 20090820
12 UPDATE_STATE Instance method Private Method 20090527
Events
Class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_STATE Private See coding 20090527 begin of t_state, page_padding type abap_bool, container_padding type abap_bool, side_panel_open type abap_bool, side_panel_resizable type abap_bool, vertical_sizing like ifur_nw7=>sizing_enum, scrolling_mode type string, splitter_height type i, top_message_area_slot type abap_bool, show_adaptation_info type abap_bool, end of t_state
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAIN_VIEW_ADAPTER Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW_ADAPTER Adapter für einen View 20090527
2 Importing SIDE_PANEL_ADAPTER Call by reference Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER Adapter für einen View 20090527
3 Importing TOP_MESSAGE_AREA_ADAPTER Call by reference Object reference (TYPE REF TO) IF_WDR_NW7_MESSAGE_AREA_ADP Adapter für Web Dynpro View Elemente 20090527
4 Importing WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20090527

Method CONSTRUCTOR on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method CREATE_ADAPTATION_INFO Signature

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

Method CREATE_ADAPTATION_INFO on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method CREATE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PADDING Call by reference Type reference (TYPE) ABAP_BOOL 20090528
2 Returning ROOT_CONTROL Value transfer Object reference (TYPE REF TO) IFUR_NW7__CONTROL 20090528
3 Importing SHOW_ADAPTATION_INFO Call by reference Type reference (TYPE) ABAP_BOOL 20110413
4 Importing TOP_MESSAGE_AREA_SLOT Call by reference Type reference (TYPE) ABAP_BOOL 20101122
5 Importing VERTICAL_SIZING Call by reference Attribute reference (LIKE) IFUR_NW7=>SIZING_ENUM 20090528

Method CREATE_CONTENT on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method CREATE_CONTENT_GRID_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PADDING Call by reference Type reference (TYPE) ABAP_BOOL 20090602
2 Returning ROOT_CONTROL Value transfer Object reference (TYPE REF TO) IFUR_NW7__CONTROL 20090602
3 Importing SHOW_ADAPTATION_INFO Call by reference Type reference (TYPE) ABAP_BOOL 20110413
4 Importing TOP_MESSAGE_AREA_SLOT Call by reference Type reference (TYPE) ABAP_BOOL 20110413
5 Importing VERTICAL_SIZING Call by reference Attribute reference (LIKE) IFUR_NW7=>SIZING_ENUM 20090602

Method CREATE_CONTENT_GRID_LAYOUT on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method CREATE_GRID_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PADDING Call by reference Type reference (TYPE) ABAP_BOOL 20090602
2 Returning ROOT_CONTROL Value transfer Object reference (TYPE REF TO) IFUR_NW7__CONTROL 20090602
3 Importing SHOW_ADAPTATION_INFO Call by reference Type reference (TYPE) ABAP_BOOL 20110413
4 Importing TOP_MESSAGE_AREA_SLOT Call by reference Type reference (TYPE) ABAP_BOOL 20101122
5 Importing VERTICAL_SIZING Call by reference Attribute reference (LIKE) IFUR_NW7=>SIZING_ENUM 20090602

Method CREATE_GRID_LAYOUT on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method CREATE_SPLITTER_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PADDING Call by reference Type reference (TYPE) ABAP_BOOL 20090527
2 Returning ROOT_CONTROL Value transfer Object reference (TYPE REF TO) IFUR_NW7__CONTROL 20090527
3 Importing SHOW_ADAPTATION_INFO Call by reference Type reference (TYPE) ABAP_BOOL 20110413
4 Importing TOP_MESSAGE_AREA_SLOT Call by reference Type reference (TYPE) ABAP_BOOL 20101122
5 Importing VERTICAL_SIZING Call by reference Attribute reference (LIKE) IFUR_NW7=>SIZING_ENUM 20090527

Method CREATE_SPLITTER_LAYOUT on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method DESTROY_ADAPTERS Signature

Method DESTROY_ADAPTERS on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no parameter.
Method DESTROY_ADAPTERS on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method INIT_STATE Signature

Method INIT_STATE on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no parameter.
Method INIT_STATE on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method ON_OPEN_REQUESTED Signature

Method ON_OPEN_REQUESTED on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no parameter.
Method ON_OPEN_REQUESTED on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method ON_RESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WIDTH Value transfer Attribute reference (LIKE) 20090527

Method ON_RESIZE on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method REQUEST_RENDERING Signature

Method REQUEST_RENDERING on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no parameter.
Method REQUEST_RENDERING on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.

Method UPDATE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATE_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20090527

Method UPDATE_STATE on class CL_WDR_NW7_WIN_LAYOUT_ADAPTER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800