Table of Contents

Interface IExpandBar

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

A Java control that contains labeled bar items that can be expanded or collapsed by the user.

public interface IExpandBar : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Inherited Members
Extension Methods

Properties

ExpandedItems

Returns the expanded items in the ExpandBar.

ReadOnlyCollection<IExpandBarItem> ExpandedItems { get; }

Property Value

ReadOnlyCollection<IExpandBarItem>

Items

Returns the collection of items in the ExpandBar.

ReadOnlyCollection<IExpandBarItem> Items { get; }

Property Value

ReadOnlyCollection<IExpandBarItem>

Methods

GetItem(string)

Returns the ExpandBar item with the specified text.

IExpandBarItem GetItem(string text)

Parameters

text string

The text of the item.

Returns

IExpandBarItem