Table of Contents

Interface IListBox

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

An SAPUI5 list box.

public interface IListBox : IListBox, IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Inherited Members
Extension Methods

Properties

ControlType

The type of object. Possible values: ControlType

ControlType ControlType { get; }

Property Value

ControlType

Items

The list of all items contained in the object (separated by ;).

ReadOnlyCollection<IListItem> Items { get; }

Property Value

ReadOnlyCollection<IListItem>

Mobile

Additional functionality provided by IMobileListBehavior

IMobileListBehavior Mobile { get; }

Property Value

IMobileListBehavior

SelectType

The object's selection type. Possible values: SelectType

SelectType SelectType { get; }

Property Value

SelectType

SelectedItems

The list of all selected items contained in the object (separated by ;).

ReadOnlyCollection<IListItem> SelectedItems { get; }

Property Value

ReadOnlyCollection<IListItem>

Methods

FilterByDate(DateTime)

Invokes the specified filter according to the specified date.

void FilterByDate(DateTime date)

Parameters

date DateTime

The date by which to filter.

Set(string)

Enters the specified text in the list box.

void Set(string text)

Parameters

text string

The text to enter.

SingleSelect(string)

Single-select by #index.

void SingleSelect(string item)

Parameters

item string

SingleSelect(uint)

Single-select by index.

void SingleSelect(uint itemIndex)

Parameters

itemIndex uint