SAP ABAP Class CL_WD_PAGE_FULL_WIDTH_PNL (CL_WD_PAGE_FULL_WIDTH_PNL)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_PATTERN (Package) UIE Library "Pattern"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_ABSTRACT_PAGE_PANEL 20060927
Properties
Class CL_WD_PAGE_FULL_WIDTH_PNL  
Short Description    
Super Class CL_WD_ABSTRACT_PAGE_PANEL  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_PATTERN   UIE Library "Pattern" 
Created 20060927   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
Class CL_WD_PAGE_FULL_WIDTH_PNL has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20110321 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20110321 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_HEIGHT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20060927
2 CID_PAGE_FULL_WIDTH_PNL Constant Public Type reference (TYPE) GUID '1A70F526070BCC43A1A8902764946357' 20060927
3 IP_HEIGHT Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20060927
4 PL_HEIGHT Instance attribute Protected Type reference (TYPE) STRING 20060927
5 PR_CONTENT Instance attribute Protected Object reference (TYPE REF TO) CL_WD_UIELEMENT 20060927
6 VL_HEIGHT Instance attribute Protected Type reference (TYPE) STRING 20060927
Methods
# Method Level Visibility Method type Description Created on
1 BIND_HEIGHT Instance method Public Method 20060927
2 BOUND_HEIGHT Instance method Public Method 20060927
3 CONSTRUCTOR Instance method Public Constructor 20060927
4 GET_CONTENT Instance method Public Method 20060927
5 GET_HEIGHT Instance method Public Method 20060927
6 NEW_PAGE_FULL_WIDTH_PNL Static method Public Method 20060927
7 SET_CONTENT Instance method Public Method 20060927
8 SET_HEIGHT Instance method Public Method 20060927
Events
Class CL_WD_PAGE_FULL_WIDTH_PNL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_PAGE_FULL_WIDTH_PNL Public See coding 20060927 tt_PAGE_FULL_WIDTH_PNL TYPE TABLE OF REF TO CL_WD_PAGE_FULL_WIDTH_PNL WITH DEFAULT KEY
Method Signatures

Method BIND_HEIGHT Signature

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

Method BIND_HEIGHT on class CL_WD_PAGE_FULL_WIDTH_PNL has no exception.

Method BOUND_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20060927
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20060927
3 Returning PATH Value transfer Type reference (TYPE) STRING 20060927

Method BOUND_HEIGHT on class CL_WD_PAGE_FULL_WIDTH_PNL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20060927
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20060927

Method CONSTRUCTOR on class CL_WD_PAGE_FULL_WIDTH_PNL has no exception.

Method GET_CONTENT Signature

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

Method GET_CONTENT on class CL_WD_PAGE_FULL_WIDTH_PNL has no exception.

Method GET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20060927
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20060927
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20060927

Method GET_HEIGHT on class CL_WD_PAGE_FULL_WIDTH_PNL has no exception.

Method NEW_PAGE_FULL_WIDTH_PNL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BACKGROUND Call by reference Type reference (TYPE) WDUI_PAGE_LAYOUT_BACKGROUND E_BACKGROUND-TRANSPARENT 20060927
2 Importing BEGIN_BORDER Call by reference Type reference (TYPE) WDUI_PAGE_LAYOUT_BORDER E_BEGIN_BORDER-NONE 20060927
3 Importing BEGIN_PADDING Call by reference Type reference (TYPE) WDY_BOOLEAN 20060927
4 Importing BIND_BACKGROUND Call by reference Type reference (TYPE) STRING 20060927
5 Importing BIND_BEGIN_BORDER Call by reference Type reference (TYPE) STRING 20060927
6 Importing BIND_BEGIN_PADDING Call by reference Type reference (TYPE) STRING 20060927
7 Importing BIND_BOTTOM_BORDER Call by reference Type reference (TYPE) STRING 20060927
8 Importing BIND_BOTTOM_PADDING Call by reference Type reference (TYPE) STRING 20060927
9 Importing BIND_END_BORDER Call by reference Type reference (TYPE) STRING 20060927
10 Importing BIND_END_PADDING Call by reference Type reference (TYPE) STRING 20060927
11 Importing BIND_HEIGHT Call by reference Type reference (TYPE) STRING 20060927
12 Importing BIND_TOP_BORDER Call by reference Type reference (TYPE) STRING 20060927
13 Importing BIND_TOP_PADDING Call by reference Type reference (TYPE) STRING 20060927
14 Importing BOTTOM_BORDER Call by reference Type reference (TYPE) WDUI_PAGE_LAYOUT_BORDER E_BOTTOM_BORDER-NONE 20060927
15 Importing BOTTOM_PADDING Call by reference Type reference (TYPE) WDY_BOOLEAN 20060927
16 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_PAGE_FULL_WIDTH_PNL 20060927
17 Importing END_BORDER Call by reference Type reference (TYPE) WDUI_PAGE_LAYOUT_BORDER E_END_BORDER-NONE 20060927
18 Importing END_PADDING Call by reference Type reference (TYPE) WDY_BOOLEAN 20060927
19 Importing HEIGHT Call by reference Type reference (TYPE) STRING 20060927
20 Importing ID Call by reference Type reference (TYPE) STRING 20060927
21 Importing TOP_BORDER Call by reference Type reference (TYPE) WDUI_PAGE_LAYOUT_BORDER E_TOP_BORDER-NONE 20060927
22 Importing TOP_PADDING Call by reference Type reference (TYPE) WDY_BOOLEAN 20060927
23 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20060927

Method NEW_PAGE_FULL_WIDTH_PNL on class CL_WD_PAGE_FULL_WIDTH_PNL has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_CONTENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT 20060927

Method SET_CONTENT on class CL_WD_PAGE_FULL_WIDTH_PNL has no exception.

Method SET_HEIGHT Signature

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

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