Class CheckBoxDescription

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

public class CheckBoxDescription extends UiObjectBaseDescription
The description of a Java 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

    • getState

      public CheckedState getState()
      Returns the status of the CheckBox.
      Returns:
      a value of the CheckedState enum.
    • setState

      public void setState(CheckedState state)
      Sets the status of the CheckBox.
      Parameters:
      state - a value of the CheckedState enum.