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 UiObjectBaseDescription
The description of a Java RadioButton test object.
  • Constructor Details

    • RadioButtonDescription

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

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

    • setChecked

      public void setChecked(Boolean isChecked)
      Selects or unselects the radio button.
      Parameters:
      isChecked - true to select.
    • isChecked

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