PageHeader

To be used for top level navigation and not as part of a normal application.
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:

A PageHeaderArea should not contain interactive UI elements.
● 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.
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 |