Show TOC Start of Content Area

Object documentation MultipleRoadMapStep   Locate the document in its SAP Library structure

A MultipleRoadMapStep is bound to a context node and enables the application developer to dynamically adapt the RoadMap. Depending on how many elements are assigned to the context node, the number of displayed RoadMapSteps can vary.

Description of UI Element Properties

      dataSource

This property is used to specify the data source. You can use it to specify the path to the context node providing the data.

      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

         This graphic is explained in the accompanying text

      enabled

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

      name

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

      textDirection

Specifies the text direction and allows you to use a MultipleRoadMapStep 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 MultipleRoadMapStep. The note is displayed when the user places the cursor on the UI element.

      type

Specifies the type of the MultipleRoadMapStep.
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 MultipleRoadMapStep is displayed. This property enables you to easily hide a MultipleRoadMapStep.

 

Properties Overview

Name

Interface

Type

Initial Value

Bindable

dataSource

IWDMultipleRoadMapStep

Object

 

bindable_mandatory

description

IWDRoadMapStep

String

 

bindable

design

IWDRoadMapStep

WDRoadMapStepDesign

standard

bindable

enabled

IWDRoadMapStep

boolean

true

bindable

name

IWDRoadMapStep

String

 

bindable

textDirection

IWDRoadMapStep

WDTextDirection

inherit

bindable

tooltip

IWDRoadMapStep

String

 

bindable

type

IWDRoadMapStep

WDRoadMapStepType

standard

bindable

visible

IWDRoadMapStep

boolean

true

bindable

 

 

End of Content Area