Show TOC Start of Content Area

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

The Web Dynpro class BreadCrumb, which implements the IWDBreadCrumb interface, is the base class for representing Breadcrumb navigation.

Description of UI Element Properties

      behaviour

This property defines whether the entire breadcrumb path is a link or each single breadcrumb step. The behaviour property can be filled with the following values and is represented by the listing type WDBreadCrumbBehavior.

multipleLinks

Each breadcrumb step is an independent link.

singleLink

The entire BreadCrumb path is a single link.

      separatorImageSource

This property defines the file path of the screen that serves as a separator between the individual BreadCrumb steps.

      separatorText

This property defines the text or characters that serves as a separator between the individual BreadCrumb steps.

      Size

The size property can have the following values and is represented by enumeration type WDBreadCrumbSize: large, medium, and small. The standard value is medium.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

behaviour

IWDBreadCrumb

WDBreadCrumbBehavior

multipleLinks

bindable

enabled

IWDUIElement

boolean

true

bindable

separatorImageSource

IWDBreadCrumb

String

 

bindable

separatorText

IWDBreadCrumb

String

>

bindable

size

IWDBreadCrumb

WDBreadCrumbSize

medium

bindable

tooltip

IWDUIElement

String

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

Events

The event onSelect is triggered whenever a user clicks a breadcrumb step.

Name

Class

Parameter

onSelect

IWDBreadCrumb

(String step)

 

End of Content Area