com.hp.lft.sdk.sap.ui5

Class CheckBoxDescription

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


    public class CheckBoxDescription
    extends CheckBoxDescription
    The description of an SAPUI5 CheckBox test object.
    • 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

      • isReadOnly

        public java.lang.Boolean isReadOnly()
        Returns whether the check box is read-only.
        Returns:
        True if read-only.
      • setChecked

        public void setChecked(java.lang.Boolean value)
        Sets whether the check box is checked.
        Overrides:
        setChecked in class CheckBoxDescription
        Parameters:
        value - true, if the check box is checked.
      • isChecked

        public java.lang.Boolean isChecked()
        Returns whether the check box is checked.
        Overrides:
        isChecked in class CheckBoxDescription
        Returns:
        true, if the check box is checked.