Show TOC Start of Content Area

Object documentation PageHeader This graphic is explained in the accompanying text  Locate the document in its SAP Library structure

 

This graphic is explained in the accompanying text

To be used by the Pattern and Portal Platform group only. 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. Therefore, the text direction is 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

enabled

IWDUIElement

boolean

true

bindable

textDirection

IWDPageHeader

WDTextDirection

inherit

bindable

Title

IWDPageHeader

String

 

bindable

tooltip

IWDUIElement

String

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

 

End of Content Area