EditFieldDescription Class
The description of an EditField test object in a mobile application.

C# Syntax

public class EditFieldDescription : UiObjectBaseDescription, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Mobile.UiObjectBaseDescription
         HP.LFT.SDK.Mobile.EditFieldDescription

Public Constructors
Public Properties
 NameDescription
Public PropertyAccessibilityIdThe accessibility ID of the mobile object. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )
Public PropertyClassNameThe test object class name used by Digital Lab (UFT Mobile). (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )
Public PropertyContainerContainer information if the object is in a table. (iOS Only) (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )
Public PropertyHintThe hint of the edit box. The hint is an instruction or an example indicating the type of content to enter for the value of a control, for example, a grayed out hint inside a text box.  
Public PropertyIsCheckable

Indicates whether the object can be checked.  (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )

Public PropertyIsCheckedIndicates whether the mobile object is checked. (Relevant only for checkable objects, for example, a check box.)  (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )
Public PropertyIsClickable

Indicates whether the mobile object can be tapped.  

(Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )
Public PropertyIsEnabled

Indicates whether the mobile object is enabled.  (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )

Public PropertyIsFocusable

Indicates whether the object can receive focus.  (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )

Public PropertyIsFocused

Indicates whether the mobile object is in focus.  (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )

Public PropertyMobileCenterIndexAn ordinal number assigned to the object to indicate the order in which the object appears on the device relative to other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )
Public PropertyNativeClass

The native class of the mobile object. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )

Public PropertyResourceIdThe resource ID of the object. (Android only) (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )
Public PropertyText

The text of the mobile object. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )

Public PropertyVriDistinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription )
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top