Interface IExpandBar
A Java control that contains labeled bar items that can be expanded or collapsed by the user.
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public interface IExpandBar : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Properties
ExpandedItems
Returns the expanded items in the ExpandBar.
Declaration
ReadOnlyCollection<IExpandBarItem> ExpandedItems { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<IExpandBarItem> |
Items
Returns the collection of items in the ExpandBar.
Declaration
ReadOnlyCollection<IExpandBarItem> Items { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<IExpandBarItem> |
Methods
GetItem(string)
Returns the ExpandBar item with the specified text.
Declaration
IExpandBarItem GetItem(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The text of the item. |
Returns
| Type | Description |
|---|---|
| IExpandBarItem |