Start of Content Area

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 Structure linkPhase 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 Visual Display

This graphic is explained in the accompanying text

Note

To enable the development of Structure linkaccessible applications, the accessibilityDescription property is checked during the syntax check if the tooltip property is not set.

 

Runtime Class

CL_WD_PHASE_INDICATOR

 

Properties in View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

no

Structure linkaccessibilityDescription

Translatable text

 

yes

Structure linkbackgroundDesign

WDUI_PHASE_IND_BGD_DESIGN

emphasized

yes

Structure linkenabled

WDY_BOOLEAN

true

yes

Structure linkfirstVisiblePhase

STRING

 

yes

Structure linkselectedPhase

STRING

 

yes

Structure linktooltip

Translatable text

 

yes

Structure linkvisible

WDUI_VISIBILITY

visible

yes

 

Aggregations in View Designer

Name

Cardinality

Type

Structure linkPhase

0..n

Structure linkPhase

 

Events in View Designer

Name

Structure linkonSelect

Note

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:

        Structure linkUIElement

        Structure linkViewElement

Dynamic Programming

For dynamic programming, the same properties, events and aggregations are available as in the view designer. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

Structure linkaccessibilityDescription

ACCESSIBILITY_DESCR

WDY_MD_TRANSLATABLE_TEXT

Structure linkbackgroundDesign

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

Structure linkenabled

ENABLED

WDY_BOOLEAN

Structure linkfirstVisiblePhase

FIRST_VISIBLE_PHASE

STRING

Structure linkselectedPhase

SELECTED_PHASE

STRING

Structure linktooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

Structure linkvisible

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

Structure linkonSelect

ON_SELECT

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Structure linkPhase

PHASES

0..n

Example

You can find examples of this interface element in the system in component DEMO_UIEL_STD_COMPLEX in Web Dynpro application demo_uiel_phase_indicator.

 

 

End of Content Area