Start of Content Area

Background documentation PageHeaderArea  Locate the document in its SAP Library structure

The PageHeaderArea defines a content area beneath a PageHeader in which different 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 high-level classes. The associated UI elements are:

        ViewElementsapurl_link_0007_0010_0017

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations are available as in the View Designer. 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