Start of Content Area

Object documentation Web Dynpro PhaseIndicator API – IWDPhaseIndicator  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 backgroundDesign property 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.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

accessibilityDescription

IWDPhaseIndicator

String

 

bindable

No

backgroundDesign

IWDPhaseIndicator

WDPhaseIndicatorBackgroundDesign

emphasized

bindable

No

enabled

IWDUIElement

boolean

true

bindable

No

firstVisiblePhase

IWDPhaseIndicator

String

 

bindable

No

selectedPhase

IWDPhaseIndicator

String

 

bindable

No

tooltip

IWDUIElement

String

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

Events

·        onSelect
The property contains the action that is executed when the phase is selected. The event parameter is the ID of the selected phase.

Event Parameter

Type

phase

String

See Parameter Mapping.

 

End of Content Area