Show TOC Start of Content Area

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

Description of UI Element Properties

      accessibilityDescription

When accessibility is activated, the assigned text is added to the tooltip. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.

      backgroundDesign

Specifies the background color. The backgroundDesignproperty can be filled with the following values and is represented by the enumeration type WDPhaseIndicatorBackgroundDesign.

emphasized

The background is colored.

transparent

The background is transparent.

      firstVisiblePhase

Contains the ID of the first visible phase.

      selectedPhase

Contains the ID of the selected phase.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

accessibilityDescription

IWDPhaseIndicator

String

 

bindable

backgroundDesign

IWDPhaseIndicator

WDPhaseIndicatorBackgroundDesign

emphasized

bindable

enabled

IWDUIElement

boolean

true

bindable

firstVisiblePhase

IWDPhaseIndicator

String

 

bindable

selectedPhase

IWDPhaseIndicator

String

 

bindable

tooltip

IWDUIElement

String

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

Events

      onSelect (String phase)

this event is triggered when the phase is selected. The event parameter is the ID of the selected phase.

End of Content Area