Show TOC

 RoadMapStepLocate this document in the navigation structure

The RoadMapStep element represents a step in a RoadMap. The following graphic shows how the UI element is displayed:

Description of UI Element Properties
  • description

    Allows you to display a text underneath the individual RoadMapSteps.

  • design

    The property design is deprecated.

    You can visualize the appropriate design by using the following properties:

    • RoadMap: selected
    • RoadMapStep: enabled
    • RoadMapStep: type

WD_CONREF_121

  • enabled

    Specifies whether or not the RoadMapStep is activated. Only an activated RoadMapStep can trigger events.

  • name

    Allows you to specify a label for the RoadMapStep, which is displayed in the RoadMapStep itself.

  • textDirection

    Specifies the text direction and allows you to use a RoadMapStep for texts in languages which require a specific text direction. The textDirection property can be filled with the following values and is represented by the enumeration type WDTextDirection.

    Inherit

    The text direction is inherited from the parent element. Therefore, the text direction is identical to the one 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 RoadMapStep. The note is displayed when the user places the cursor on the UI element.

  • type

    Specifies the type of the RoadMapStep.The type property can take the following values and is represented by enumeration type WDRoadMapStepType.

    roundtripClosed

    Specifies a step in the RoadMap UI element which contains substeps. These substeps are not displayed on the user interface.

    roundtripEnd

    Specifies the end point of a round trip.

    roundtripStart

    Specifies the starting point of a round trip.

    standard

    Specifies the standard step of a RoadMap UI element.

    substep

    Specifies the substep used for round trips.

  • visible

    Specifies whether or not the RoadMapStep is displayed. This property enables you to easily hide a RoadMapStep.

Properties Overview
Name Interface Type Initial Value Bindable
design

IWDRoadMapStep

WDRoadMapStepDesign

standard

bindable

description

IWDRoadMapStep

String (TranslatableText)

 

bindable

enabled

IWDRoadMapStep

boolean

true

bindable

name

IWDRoadMapStep

String (TranslatableText)

 

bindable

textDirection

IWDRoadMapStep

WDTextDirection

inherit

bindable

tooltip

IWDRoadMapStep

String (TranslatableText)

 

bindable

type

IWDRoadMapStep

WDRoadMapStepType

standard

bindable