Class RadioButtonDescription

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

public class RadioButtonDescription extends UiObjectDescriptionBase
The description of a WPF RadioButton test object.
  • Constructor Details

    • RadioButtonDescription

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

      protected RadioButtonDescription(RadioButtonDescription.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.
    • setChecked

      public void setChecked(Boolean isChecked)
      Sets whether the radio button is checked.
      Parameters:
      isChecked - whether the radio button is checked.
    • isChecked

      public Boolean isChecked()
      Indicates whether the check box is checked.
      Returns:
      true, if the check box is checked.