Class CheckBoxDescription

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

public class CheckBoxDescription extends CheckBoxDescription
The description of an SAPUI5 CheckBox test object.
  • Constructor Details

    • 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 Details

    • isReadOnly

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

      public void setChecked(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 Boolean isChecked()
      Returns whether the check box is checked.
      Overrides:
      isChecked in class CheckBoxDescription
      Returns:
      true, if the check box is checked.