Start of Content Area

Object documentation Phase API  Locate the document in its SAP Library structure

Definition

The phase element is a step in a PhaseIndicator UI element.

Description of UI Element Properties

·        description

Allows you to display a text on a phase.

·        enabled

Specifies whether the phase is activated.

·        status

Describes the status of the phase. Property 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 which 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.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

description

IWDPhase

String

 

bindable

No

enabled

IWDPhase

boolean

true

bindable

No

status

IWDPhase

WDPhaseStatus

normal

bindable

No

textDirection

IWDPhase

WDTextDirection

inherit

bindable

No

tooltip

IWDPhase

String

 

bindable

No

visible

IWDPhase

boolean

true

bindable

No

 

 

End of Content Area