Class EditFieldDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class EditFieldDescription extends UiObjectBaseDescription
The description of an EditField test object in a mobile application.
  • Constructor Details

    • EditFieldDescription

      public EditFieldDescription()
      Initializes a new instance of the EditFieldDescription class.
    • EditFieldDescription

      protected EditFieldDescription(EditFieldDescription.Init<?> init)
      Initializes a new instance of the EditFieldDescription class using the Builder pattern.
      Parameters:
      init - the Builder pattern.
  • Method Details

    • setHint

      public void setHint(String hint)
      Sets the hint of the edit field.
      Parameters:
      hint - the hint of the edit field.
    • setHint

      public void setHint(StringProperty hint)
      Sets the hint of the edit field.
      Parameters:
      hint - a StringProperty (or RegExpProperty) representing the hint of the edit field.
    • getHint

      public StringProperty getHint()
      Returns the hint of the edit field.
      Returns:
      the hint of the edit field.