com.hp.lft.sdk.winforms

Class RadioButtonDescription

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


    public class RadioButtonDescription
    extends UiObjectDescriptionBase
    The description of a .NET Windows Forms RadioButton test object.
    • Constructor Detail

      • RadioButtonDescription

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

      • setChecked

        public void setChecked(java.lang.Boolean isChecked)
        Sets whether the radio button is set.
        Parameters:
        isChecked - true if set
      • isChecked

        public java.lang.Boolean isChecked()
        Indicates whether the radio button is set.
        Returns:
        true if set