SAP ABAP Class CL_WD_PAGE_HEADER (CL_WD_PAGE_HEADER)
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_UIELEMENT Perforce change= / 20051117-125541 20041216
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_ROOT_ELEMENT 20060927
Properties
Class CL_WD_PAGE_HEADER  
Short Description    
Super Class CL_WD_UIELEMENT Perforce change= / 20051117-125541 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_PATTERN   UIE Library "Pattern" 
Created 20041216   SAP 
Last change 20141120    
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_WD_ROOT_ELEMENT 20060927
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140113 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140113 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_DESIGN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20090824
2 BP_HIDE_TITLE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20130807
3 BP_TEXT_DIRECTION Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING BP_TEXT_DIRECTION 20041216
4 BP_TITLE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING BP_TITLE 20041216
5 CC_AREAS Instance attribute Public Type reference (TYPE) I CC_AREAS 20041216
6 CH_AREAS Instance attribute Protected Type reference (TYPE) CL_WD_PAGE_HEADER_AREA=>TT_PAGE_HEADER_AREA CH_AREAS 20041216
7 CID_PAGE_HEADER Constant Public Type reference (TYPE) GUID '0259684220506B24E10000000A1550C0' CID_PAGE_HEADER 20050316
8 E_DESIGN Constant Public See coding 20090824
9 E_TEXT_DIRECTION Constant Public See coding E_TEXT_DIRECTION 20050316
10 IP_TEXT_DIRECTION Instance attribute Protected Type reference (TYPE) ABAP_BOOL IP_TEXT_DIRECTION 20050815
11 IP_TITLE Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20090824
12 PL_TEXT_DIRECTION Instance attribute Protected Type reference (TYPE) WDUI_TEXT_DIRECTION PL_TEXT_DIRECTION 20050815
13 PL_TITLE Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20090824
14 PR_TITLE_CONTENT Instance attribute Protected Object reference (TYPE REF TO) CL_WD_UIELEMENT PR_TITLE_CONTENT 20041216
15 T_DESIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20090824
16 T_TEXT_DIRECTION Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' T_TEXT_DIRECTION 20050316
17 VL_DESIGN Instance attribute Protected Type reference (TYPE) WDUI_PAGE_HEADER_DESIGN 20090824
18 VL_HIDE_TITLE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20130807
19 VL_TEXT_DIRECTION Instance attribute Protected Type reference (TYPE) WDUI_TEXT_DIRECTION VL_TEXT_DIRECTION 20041216
20 VL_TITLE Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT VL_TITLE 20041216
Methods
# Method Level Visibility Method type Description Created on
1 ADD_AREA Instance method Public Method ADD_AREA 20041216
2 BIND_DESIGN Instance method Public Method 20090824
3 BIND_HIDE_TITLE Instance method Public Method 20130807
4 BIND_TEXT_DIRECTION Instance method Public Method BIND_TEXT_DIRECTION 20041216
5 BIND_TITLE Instance method Public Method BIND_TITLE 20041216
6 BOUND_DESIGN Instance method Public Method 20090824
7 BOUND_HIDE_TITLE Instance method Public Method 20130807
8 BOUND_TEXT_DIRECTION Instance method Public Method BOUND_TEXT_DIRECTION 20041216
9 BOUND_TITLE Instance method Public Method BOUND_TITLE 20041216
10 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041216
11 GET_AREA Instance method Public Method GET_AREA 20041216
12 GET_AREAS Instance method Public Method GET_AREAS 20041216
13 GET_DESIGN Instance method Public Method 20090824
14 GET_HIDE_TITLE Instance method Public Method 20130807
15 GET_TEXT_DIRECTION Instance method Public Method GET_TEXT_DIRECTION 20041216
16 GET_TITLE Instance method Public Method GET_TITLE 20041216
17 GET_TITLE_CONTENT Instance method Public Method GET_TITLE_CONTENT 20041216
18 HAS_AREAS Instance method Public Method HAS_AREAS 20041216
19 NEW_PAGE_HEADER Static method Public Method NEW_PAGE_HEADER 20041216
20 NUMBER_OF_AREAS Instance method Public Method NUMBER_OF_AREAS 20041216
21 REMOVE_ALL_AREAS Instance method Public Method REMOVE_ALL_AREAS 20041216
22 REMOVE_AREA Instance method Public Method REMOVE_AREA 20041216
23 SET_DESIGN Instance method Public Method 20090824
24 SET_HIDE_TITLE Instance method Public Method 20130807
25 SET_TEXT_DIRECTION Instance method Public Method SET_TEXT_DIRECTION 20041216
26 SET_TITLE Instance method Public Method SET_TITLE 20041216
27 SET_TITLE_CONTENT Instance method Public Method SET_TITLE_CONTENT 20041216
Events
Class CL_WD_PAGE_HEADER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_PAGE_HEADER Public See coding TT_PAGE_HEADER 20050316 tt_PAGE_HEADER TYPE TABLE OF REF TO CL_WD_PAGE_HEADER WITH DEFAULT KEY
Method Signatures

Method ADD_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20041216
2 Importing THE_AREA Call by reference Object reference (TYPE REF TO) CL_WD_PAGE_HEADER_AREA 20041216

Method ADD_AREA on class CL_WD_PAGE_HEADER has no exception.

Method BIND_DESIGN 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 20090824

Method BIND_DESIGN on class CL_WD_PAGE_HEADER has no exception.

Method BIND_HIDE_TITLE 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 20130807

Method BIND_HIDE_TITLE on class CL_WD_PAGE_HEADER has no exception.

Method BIND_TEXT_DIRECTION 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 20041216

Method BIND_TEXT_DIRECTION on class CL_WD_PAGE_HEADER has no exception.

Method BIND_TITLE 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 20041216

Method BIND_TITLE on class CL_WD_PAGE_HEADER has no exception.

Method BOUND_DESIGN 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 20090824
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20090824
3 Returning PATH Value transfer Type reference (TYPE) STRING 20090824

Method BOUND_DESIGN on class CL_WD_PAGE_HEADER has no exception.

Method BOUND_HIDE_TITLE 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 20130807
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20130807
3 Returning PATH Value transfer Type reference (TYPE) STRING 20130807

Method BOUND_HIDE_TITLE on class CL_WD_PAGE_HEADER has no exception.

Method BOUND_TEXT_DIRECTION 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 20041216
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20041216
3 Returning PATH Value transfer Type reference (TYPE) STRING 20041216

Method BOUND_TEXT_DIRECTION on class CL_WD_PAGE_HEADER has no exception.

Method BOUND_TITLE 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 20041216
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20041216
3 Returning PATH Value transfer Type reference (TYPE) STRING 20041216

Method BOUND_TITLE on class CL_WD_PAGE_HEADER 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 20041216
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20041216

Method CONSTRUCTOR on class CL_WD_PAGE_HEADER has no exception.

Method GET_AREA 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 20041216
2 Importing INDEX Call by reference Type reference (TYPE) I 20041216
3 Returning THE_AREA Value transfer Object reference (TYPE REF TO) CL_WD_PAGE_HEADER_AREA 20041216

Method GET_AREA on class CL_WD_PAGE_HEADER has no exception.

Method GET_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_AREAS Value transfer Type reference (TYPE) CL_WD_PAGE_HEADER_AREA=>TT_PAGE_HEADER_AREA 20041216

Method GET_AREAS on class CL_WD_PAGE_HEADER has no exception.

Method GET_DESIGN 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 20090824
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20090824
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_PAGE_HEADER_DESIGN 20090824

Method GET_DESIGN on class CL_WD_PAGE_HEADER has no exception.

Method GET_HIDE_TITLE 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 20130807
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20130807
3 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20130807

Method GET_HIDE_TITLE on class CL_WD_PAGE_HEADER has no exception.

Method GET_TEXT_DIRECTION 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 20041216
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20041216
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_TEXT_DIRECTION 20041216

Method GET_TEXT_DIRECTION on class CL_WD_PAGE_HEADER has no exception.

Method GET_TITLE Signature

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

Method GET_TITLE on class CL_WD_PAGE_HEADER has no exception.

Method GET_TITLE_CONTENT Signature

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

Method GET_TITLE_CONTENT on class CL_WD_PAGE_HEADER has no exception.

Method HAS_AREAS Signature

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

Method HAS_AREAS on class CL_WD_PAGE_HEADER has no exception.

Method NEW_PAGE_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_DESIGN Call by reference Type reference (TYPE) STRING 20090824
2 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20041216
3 Importing BIND_HIDE_TITLE Call by reference Type reference (TYPE) STRING 20130807
4 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
5 Importing BIND_TEXT_DIRECTION Call by reference Type reference (TYPE) STRING 20041216
6 Importing BIND_TITLE Call by reference Type reference (TYPE) STRING 20041216
7 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20041216
8 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20041216
9 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20060613
10 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20060613
11 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_PAGE_HEADER 20041216
12 Importing DESIGN Call by reference Type reference (TYPE) WDUI_PAGE_HEADER_DESIGN E_DESIGN-STANDARD 20090824
13 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20041216
14 Importing HIDE_TITLE Call by reference Type reference (TYPE) WDY_BOOLEAN 20130807
15 Importing ID Call by reference Type reference (TYPE) STRING 20041216
16 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
17 Importing TEXT_DIRECTION Call by reference Type reference (TYPE) WDUI_TEXT_DIRECTION E_TEXT_DIRECTION-INHERIT 20041216
18 Importing TITLE Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20041216
19 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20041216
20 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20041216
21 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20041216

Method NEW_PAGE_HEADER on class CL_WD_PAGE_HEADER has no exception.

Method NUMBER_OF_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I 20041216

Method NUMBER_OF_AREAS on class CL_WD_PAGE_HEADER has no exception.

Method REMOVE_ALL_AREAS Signature

Method REMOVE_ALL_AREAS on class CL_WD_PAGE_HEADER has no parameter.
Method REMOVE_ALL_AREAS on class CL_WD_PAGE_HEADER has no exception.

Method REMOVE_AREA 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 20041216
2 Importing INDEX Call by reference Type reference (TYPE) I 20041216
3 Returning THE_AREA Value transfer Object reference (TYPE REF TO) CL_WD_PAGE_HEADER_AREA 20041216

Method REMOVE_AREA on class CL_WD_PAGE_HEADER has no exception.

Method SET_DESIGN Signature

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

Method SET_DESIGN on class CL_WD_PAGE_HEADER has no exception.

Method SET_HIDE_TITLE Signature

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

Method SET_HIDE_TITLE on class CL_WD_PAGE_HEADER has no exception.

Method SET_TEXT_DIRECTION Signature

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

Method SET_TEXT_DIRECTION on class CL_WD_PAGE_HEADER has no exception.

Method SET_TITLE Signature

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

Method SET_TITLE on class CL_WD_PAGE_HEADER has no exception.

Method SET_TITLE_CONTENT Signature

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

Method SET_TITLE_CONTENT on class CL_WD_PAGE_HEADER has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 710