Table of Contents

Class SpinBoxDescription

The description of a Java SpinBox test object.

Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class SpinBoxDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

SpinBoxDescription()

Declaration
public SpinBoxDescription()

Properties

Maximum

The maximum value of the spin box.

Declaration
public StringProperty Maximum { get; set; }
Property Value
Type Description
StringProperty

Minimum

The minimum value of the spin box.

Declaration
public StringProperty Minimum { get; set; }
Property Value
Type Description
StringProperty

Value

The spin box value.

Declaration
public StringProperty Value { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription