Entering content frame

Background documentation PhaseIndicator Locate the document in its SAP Library structure

Similar to the RoadMap UI element, the PhaseIndicator UI element displays the steps in a wizard. Each step is represented by a separate Phase object. As opposed to using the RoadMap UI element, the application development can display larger steps using the PhaseIndicator UI element which may require more time by the user.

Example of the Display

This graphic is explained in the accompanying text

Note

If the tooltip property has not been set, the property accessibilityDescription is checked during the design time to ensure Accessibility.

 

Runtime Class

CL_WD_PHASE_INDICATOR

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

accessibilityDescription

Text

 

Yes

backgroundDesign

WDUI_PHASE_IND_BGD_DESIGN

emphasized

Yes

enabled

WDY_BOOLEAN

true

Yes

firstVisiblePhase

STRING

 

Yes

selectedPhase

STRING

 

Yes

tooltip

Text

 

Yes

visiblesapurl_link_0001_0003_0006

WDUI_VISIBILITY

visible

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Phase

0..n

Phase

 

Events in the View Designer

Name

onSelect

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

      UIElement

      ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

accessibilityDescription

ACCESSIBILITY_DESCR

WDY_MD_TRANSLATABLE_TEXT

backgroundDesign

BACKGROUND_DESIGN

WDUI_PHASE_IND_BGD_DESIGN

 backgroundDesign: emphasized

CL_WD_PHASE_INDICATOR=>E_BACKGROUND_DESIGN-EMPHASIZED

 backgroundDesign: transparent

CL_WD_PHASE_INDICATOR=>E_BACKGROUND_DESIGN-TRANSPARENT

enabled

ENABLED

WDY_BOOLEAN

firstVisiblePhase

FIRST_VISIBLE_PHASE

STRING

selectedPhase

SELECTED_PHASE

STRING

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

visible

VISIBLE

WDUI_VISIBILITY

 visible: none

CL_WD_PHASE_INDICATOR=>E_VISIBLE-NONE

 visible: visible

CL_WD_PHASE_INDICATOR=>E_VISIBLE-VISIBLE

 

Dynamic Programming of Events

View Designer Name

Runtime Name

onSelect

ON_SELECT

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Phase

PHASES

0..n

Example

You can find examples of this interface element in the system in the Web Dynpro application WDR_TEST_UI_ELEMENTS, and in the component WDR_TEST_EVENTS in the view PHASE_INDICATOR.

 

 

Leaving content frame