Table of Contents

Interface IRoadMapItem

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

A road map item in an SAPUI5 road map object.

public interface IRoadMapItem

Properties

Path

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

string Path { get; }

Property Value

string

StepNumber

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

string StepNumber { get; }

Property Value

string

Methods

Collapse()

Collapses the item.

void Collapse()

Expand()

Expands the item.

void Expand()