Table of Contents

Class EditorDescription

The description of a Java Editor test object.

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

Constructors

EditorDescription()

Declaration
public EditorDescription()

Properties

IsReadOnly

Indicates whether the object is read only.

Declaration
public bool? IsReadOnly { get; set; }
Property Value
Type Description
bool?

Text

The text in the editor.

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

Implements

ICloneable
IDescription