Class RadioButtonDescription

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

public class RadioButtonDescription extends ButtonDescription
The description of an SAPUI5 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 checked)
      Sets whether the radio button is selected.
      Parameters:
      checked - true to select the radio button.
    • isChecked

      public Boolean isChecked()
      Returns whether the radio button is selected.
      Returns:
      True if selected.
    • setReadOnly

      public void setReadOnly(Boolean readonly)
      Sets whether the radio button is read-only.
      Parameters:
      readonly - true to set the radio button as read-only.
    • isReadOnly

      public Boolean isReadOnly()
      Returns whether the radio button is read-only.
      Returns:
      True if read-only.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets whether the object is enabled.
      Overrides:
      setEnabled in class ButtonDescription
      Parameters:
      enabled - true indicates enabled.
    • isEnabled

      public Boolean isEnabled()
      Returns whether the object is enabled.
      Overrides:
      isEnabled in class ButtonDescription
      Returns:
      True if enabled.