Class CheckBoxDescription

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

public class CheckBoxDescription extends UiObjectWithLayoutInfoDescription
The description of a standard Windows 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 CheckBoxDescription class using the Builder pattern.
      Parameters:
      init - the Builder pattern.
  • Method Details

    • getState

      public CheckedState getState()
      Returns the status of the CheckBoxDescription.
      Returns:
      the status of the CheckBoxDescription. Possible values: CheckedState
    • setState

      public void setState(CheckedState state)
      Sets the status of the CheckBoxDescription.
      Parameters:
      state - the status of the CheckBoxDescription. Possible values: CheckedState