Class UiObjectDescription

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

public class UiObjectDescription extends UiObjectDescriptionBase
The description of a .NET Windows Forms UiObject test object.
  • Constructor Details

    • UiObjectDescription

      public UiObjectDescription()
      Constructs a new instance of UiObjectDescription.
    • UiObjectDescription

      protected UiObjectDescription(UiObjectDescription.Init<?> init)
  • Method Details

    • setAttachedText

      public void setAttachedText(String attachedText)
      Sets the static text that is attached to the object.
      Parameters:
      attachedText - the static text
    • setAttachedText

      public void setAttachedText(StringProperty attachedText)
      Sets the static text that is attached to the object.
      Parameters:
      attachedText - a StringProperty or RegExpProperty
    • getAttachedText

      public StringProperty getAttachedText()
      Returns the static text that is attached to this object.
      Returns:
      the static text