!--a11y-->
BreadCrumbStep API 
The Web Dynpro class BreadCrumbStep implements the IWDBreadCrumbStep interface.
A breadcrumb step is an element of a BreadCrumb that is implemented as IWDBreadCrumb.
·
text
This property specifies the text.
·
textDirection
With this property you can specify the text direction. This enables the labels
for the BreadCrumb step to be read in other languages that require a specific
text direction. The textDirection property can be filled with the following
values and is represented by the listing type WDTextDirection.
The text direction is inherited from the parent element. Therefore, the text direction is identical to the one of the parent element. |
|
The default value for this property is inherit.
·
tooltip
This property
describes a note for the view element, which is displayed when the user places
the cursor on the view element.
·
visible
This property specifies whether or not the BreadCrumb step is displayed. This
property enables you to easily hide a BreadCrumb step.
Name |
Interface |
Type |
Initial Value |
Bindable |
Value Required |
text |
IWDBreadCrumbStep |
String |
|
bindable |
No |
textDirection |
IWDBreadCrumbStep |
WDTextDirection |
inherit |
bindable |
No |
tooltip |
IWDBreadCrumbStep |
String |
|
bindable |
No |
visible |
IWDBreadCrumbStep |
boolean |
true |
bindable |
No |