Table of Contents

Class EditorDescription

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

The description of a Java Editor test object.

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

Constructors

EditorDescription()

public EditorDescription()

Properties

IsReadOnly

Indicates whether the object is read only.

public bool? IsReadOnly { get; set; }

Property Value

bool?

Text

The text in the editor.

public StringProperty Text { get; set; }

Property Value

StringProperty