Show TOC Start of Content Area

Object documentation PageHeader  Locate the document in its SAP Library structure

 

Caution

To be used only by the Pattern and Portal Platform group. Use by other applications and customers WILL NOT BE SUPPORTED! To be used for top level navigation and not as part of a normal application.Definition

A PageHeader is an area on top of a view where a title and additional PageHeaderAreas can be inserted. The PageHeader can have a TitleContent inserted into it, which is aligned to the end of the line.The following graphic illustrates the design of a PageHeader with assigned TitleContent and three PageHeaderAreas:

This graphic is explained in the accompanying text

A PageHeaderArea should not contain interactive UI elements.

Description of UI Element Properties

·         textDirection

specifies the text direction. This enables the labels for the PageHeader to be read in other languages that require a specific text direction. The textDirection property can take the following values and is represented by enumeration type WDTextDirection.

inherit

The text direction is inherited from the parent element. The text direction is thus identical to the one of the parent element.

ltr

The text runs from left to right.

rtl

The text runs from right to left.

The default value is inherit.

·        title

specifies the title.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

Value Required

enabled

IWDUIElement

boolean

true

bindable

No

textDirection

IWDPageHeader

WDTextDirection

inherit

bindable

No

title

IWDPageHeader

String

 

bindable

No

tooltip

IWDUIElement

String

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

 

End of Content Area