com.hp.lft.sdk.sap.ui5

Class RadioButtonDescription

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


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

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

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

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

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

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