Class SliderDescription

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

public class SliderDescription extends UiObjectDescriptionBase
The description of a WPF Slider test object.
  • Constructor Details

    • SliderDescription

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

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

    • setName

      public void setName(String name)
      Sets the name of the object.
      Parameters:
      name - the name of this object
    • setName

      public void setName(StringProperty name)
      Sets the name of the object.
      Parameters:
      name - a StringProperty(or RegExpProperty) representing the text associated with the name of the object.
    • getName

      public StringProperty getName()
      Returns the name of this object.
      Returns:
      name the name of the object.
    • setPosition

      public void setPosition(Double position)
      Sets the current position of the range element.
      Parameters:
      position - the current position of the range element.
    • getPosition

      public Double getPosition()
      Returns the current position of the range element.
      Returns:
      the current position of the range element.