Table of Contents

Interface IRoadMapItem

A road map item in an SAPUI5 road map object.

Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRoadMapItem

Properties

Path

The full path of the item as a semicolon-delimited string.

Declaration
string Path { get; }
Property Value
Type Description
string

StepNumber

The ordinal location of the item in the roadmap. For steps, a number. For sub-steps, a letter.

Declaration
string StepNumber { get; }
Property Value
Type Description
string

Methods

Collapse()

Collapses the item.

Declaration
void Collapse()

Expand()

Expands the item.

Declaration
void Expand()