com.hp.lft.sdk.sap.gui

Class RadioButtonDescription

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


    public class RadioButtonDescription
    extends ElementDescription
    Description of a SAP GUI for Windows radio button.
    • 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

      • setAttachedText

        public void setAttachedText(java.lang.String attachedText)
        Sets the static text attached to the control.
        Parameters:
        attachedText - the static text.
      • getAttachedText

        public StringProperty getAttachedText()
        Returns the static text attached to the control.
        Returns:
        the static text.
      • setEnabled

        public void setEnabled(java.lang.Boolean enabled)
        Sets whether the radio button can accept user input.
        Parameters:
        enabled - true to set as enabled.
      • isEnabled

        public java.lang.Boolean isEnabled()
        Indicates whether the radio button can accept user input.
        Returns:
        true if enabled.
      • setChecked

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

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