Table of Contents

Interface IFlexFieldWindow

An Oracle flexfield window.

Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public interface IFlexFieldWindow : IUiObjectBase, IClickable, ILocationInfoProvider, IEnabledProvider, ITopLevelObject, ITestObject, ITestObjectDescriber

Properties

ClassPath

The Oracle class hierarchy of the object's Oracle class.

Declaration
string ClassPath { get; }
Property Value
Type Description
string

Title

The window title.

Declaration
string Title { get; }
Property Value
Type Description
string

Methods

Approve()

Accepts changes and closes the flexfield window by clicking the OK button.

Declaration
void Approve()

Cancel()

Cancels changes and closes the flexfield window by clicking the Cancel button.

Declaration
void Cancel()

Clear()

Clears data in the flexfield window fields by clicking the Clear button.

Declaration
void Clear()

Help()

Accesses the online help by clicking the Help button.

Declaration
void Help()

ShowCombinations()

Uses the Show Combinations button to display a Reduction Criteria window that assists in completing the flexfield value.

Declaration
void ShowCombinations()

Extension Methods

TestObjectExtensions.WaitUntilEnabled<T>(T)
TestObjectExtensions.WaitUntilEnabled<T>(T, int)
TestObjectExtensions.WaitUntilExists<T>(T)
TestObjectExtensions.WaitUntilExists<T>(T, int)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>, int)