Show TOC Start of Content Area

Object documentation MultiPhase  Locate the document in its SAP Library structure

Definition

The MultiplePhase represents several phases within a PhaseIndicator element.

Description of UI Element Properties

      dataSource

You use this property to specify the data source. To do this, you need to specify the path to the context node that provides the data.

·        description

Allows you to display a text on a phase.

·        enabled

Specifies whether the phase is activated.

·        status

Describes the status of the phase. status can take the following values and is represented by enumeration type WDPhaseStatus.

normal

Describes the normal state of the phase.

completed

Indicates that the phase is complete.

warning

Describes a warning state of the phase.

unavailable

Indicates that the phase is not available.

      textDirection

Specifies the text direction and allows you to use a Phase element for texts in languages that require a specific text direction. Property textDirection can take the following values and is represented by enumeration type WDTextDirection.

inherit

The text direction is inherited from the parent element. The text direction is therefore identical to that of the parent element.

ltr

The text runs from left to right.

rtl

The text runs from right to left.

The default value for this property is inherit.

      tooltip

Describes a note for the UI element that is displayed when the user places the cursor on the phase.

·        visible

Specifies whether the MultiplePhase is visible.

 

Properties Overview

Name

Interface

Type

Initial Value

Bindable

dataSource

IWDMultiplePhase

Object

 

bindable_mandatory

description

IWDPhase

String

 

Bindable

enabled

IWDPhase

boolean

true

Bindable

status

IWDPhase

WDPhaseStatus

normal

Bindable

textDirection

IWDPhase

WDTextDirection

inherit

Bindable

tooltip

IWDPhase

String

 

Bindable

visible

IWDPhase

boolean

true

Bindable

 

Data binding:
Property dataSource must be bound to a node. For each element in the dataSource, one phase is created. The properties of the phase should be bound to node attributes of this node if they differ.

End of Content Area