Start of Content Area

Background documentation PageHeaderArea  Locate the document in its SAP Library structure

With the PageHeaderArea a content area is defined beneath a PageHeader, in which various UI elements can be displayed.

 

Runtime Class

CL_WD_PAGE_HEADER_AREA

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

id

STRING

(automatic)

No

beginPadding

WDY_BOOLEAN

true

Yes

bottomPadding

WDY_BOOLEAN

true

Yes

design

WDUI_PAGE_HDR_AREA_DESIGN

standard

Yes

endPadding

WDY_BOOLEAN

true

Yes

topPadding

WDY_BOOLEAN

true

Yes

visible

WDY_BOOLEAN

true

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Content

0..1

UIElement

Note

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:

        ViewElement

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

beginPadding

BEGIN_PADDING

WDY_BOOLEAN

bottomPadding

BOTTOM_PADDING

WDY_BOOLEAN

design

DESIGN

WDUI_PAGE_HDR_AREA_DESIGN

design: emphasized

CL_WD_PAGE_HEADER_AREA=>E_DESIGN-EMPHASIZED

design: standard

CL_WD_PAGE_HEADER_AREA=>E_DESIGN-STANDARD

design: transparent

CL_WD_PAGE_HEADER_AREA=>E_DESIGN-TRANSPARENT

endPadding

END_PADDING

WDY_BOOLEAN

topPadding

TOP_PADDING

WDY_BOOLEAN

visible

VISIBLE

WDY_BOOLEAN

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Content

CONTENT

0..1

 

 

End of Content Area