Class LinkDescription

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

public class LinkDescription extends UiObjectBaseDescription
The description of a Java Link test object.
  • Constructor Details

    • LinkDescription

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

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

    • setText

      public void setText(StringProperty text)
      Sets the link text.
      Parameters:
      text - a StringProperty or RegExpProperty representing the text displayed in the link object.
    • setText

      public void setText(String text)
      Sets the link text.
      Parameters:
      text - the link text.
    • getText

      public StringProperty getText()
      Returns the link text.
      Returns:
      the link text.