Class EditorDescription
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; }