Class PropertyGridDescription

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

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

    • PropertyGridDescription

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

      protected PropertyGridDescription(PropertyGridDescription.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