Interface IListBox
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
Items
The list of all items contained in the object (separated by ;).
ReadOnlyCollection<IListItem> Items { get; }
Property Value
Mobile
Additional functionality provided by IMobileListBehavior
IMobileListBehavior Mobile { get; }
Property Value
SelectType
The object's selection type. Possible values: SelectType
SelectType SelectType { get; }
Property Value
SelectedItems
The list of all selected items contained in the object (separated by ;).
ReadOnlyCollection<IListItem> SelectedItems { get; }
Property Value
Methods
FilterByDate(DateTime)
Invokes the specified filter according to the specified date.
void FilterByDate(DateTime date)
Parameters
dateDateTimeThe date by which to filter.
Set(string)
Enters the specified text in the list box.
void Set(string text)
Parameters
textstringThe text to enter.
SingleSelect(string)
Single-select by #index.
void SingleSelect(string item)
Parameters
itemstring
SingleSelect(uint)
Single-select by index.
void SingleSelect(uint itemIndex)
Parameters
itemIndexuint