com.hp.lft.sdk.powerbuilder

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 CheckBoxDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • 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