Show TOC

 PhaseLocate this document in the navigation 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.

  • visible

    Specifies whether the Phase is visible.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

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