com.hp.lft.sdk.java

Class RadioButtonDescription

    • Constructor Detail

      • 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 Detail

      • setChecked

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

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