Table of Contents

Interface IFlexFieldWindow

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

An Oracle flexfield window.

public interface IFlexFieldWindow : IUiObjectBase, IClickable, ILocationInfoProvider, IEnabledProvider, ITopLevelObject, ITestObject, ITestObjectDescriber
Inherited Members
Extension Methods

Properties

ClassPath

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

string ClassPath { get; }

Property Value

string

Title

The window title.

string Title { get; }

Property Value

string

Methods

Approve()

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

void Approve()

Cancel()

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

void Cancel()

Clear()

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

void Clear()

Help()

Accesses the online help by clicking the Help button.

void Help()

ShowCombinations()

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

void ShowCombinations()