Show TOC Start of Content Area

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

Definition

The Web Dynpro class BreadCrumbStep implements the IWDBreadCrumbStep interface.

A breadcrumb step is an element of a BreadCrumb that is implemented as IWDBreadCrumb.

Description of UI Element Properties

      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.

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 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.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

text

IWDBreadCrumbStep

String

 

bindable

textDirection

IWDBreadCrumbStep

WDTextDirection

inherit

bindable

tooltip

IWDBreadCrumbStep

String

 

bindable

visible

IWDBreadCrumbStep

boolean

true

bindable

 

 

End of Content Area