com.hp.lft.sdk.sap.gui

Class CheckBoxDescription

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


    public class CheckBoxDescription
    extends ElementDescription
    Description of a SAP GUI for Windows checkbox.
    • Constructor Detail

      • CheckBoxDescription

        public CheckBoxDescription()
        Initializes a new instance of the CheckBoxDescription class.
      • CheckBoxDescription

        protected CheckBoxDescription(CheckBoxDescription.Init<?> init)
        Initializes a new instance of the CheckBoxDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setAttachedText

        public void setAttachedText(java.lang.String text)
        Sets the text associated with the object.
        Parameters:
        text - the text associated with the object.
      • getAttachedText

        public StringProperty getAttachedText()
        Returns the text associated with the object.
        Returns:
        the text associated with the object.
      • setEnabled

        public void setEnabled(java.lang.Boolean isEnabled)
        Sets whether the object can accept user input.
        Parameters:
        isEnabled - true if enabled.
      • isEnabled

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

        public void setChecked(java.lang.Boolean isChecked)
        Sets whether the checkbox is checked.
        Parameters:
        isChecked - whether the checkbox is checked.
      • isChecked

        public java.lang.Boolean isChecked()
        Indicates whether the checkbox is checked.
        Returns:
        whether the checkbox is checked.