com.hp.lft.sdk.java

Class CheckBoxDescription

    • 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

      • setState

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