Table of Contents

Class RadioGroupDescription

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

The description of an Oracle radio group test object.

public class RadioGroupDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
RadioGroupDescription
Implements
Inherited Members

Constructors

RadioGroupDescription()

public RadioGroupDescription()

Properties

Caption

The caption of the object.

public StringProperty Caption { get; set; }

Property Value

StringProperty

ClassPath

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

public StringProperty ClassPath { get; set; }

Property Value

StringProperty

IsEnabled

Indicates whether the object is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

ObjectDescription

The accessibility description of the object as specified by the server.

public StringProperty ObjectDescription { get; set; }

Property Value

StringProperty

ObjectName

The internal name of the object supplied by the application server.

public StringProperty ObjectName { get; set; }

Property Value

StringProperty

SelectedIndex

The index of the selected item (0-based). NOTE: If no item is selected, -1 is returned.

public int? SelectedIndex { get; set; }

Property Value

int?

SelectedItem

The text displayed on the object.

public StringProperty SelectedItem { get; set; }

Property Value

StringProperty

TooltipText

The text displayed in the object's tooltip.

public StringProperty TooltipText { get; set; }

Property Value

StringProperty