com.hp.lft.sdk.stdwin

Class RadioButtonDescription

    • Constructor Detail

      • RadioButtonDescription

        public RadioButtonDescription()
        Initializes a new instance of the RadioButtonDescription class.
      • RadioButtonDescription

        protected RadioButtonDescription(RadioButtonDescription.Init<?> init)
        Initializes a new instance of the RadioButtonDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • getState

        public CheckedState getState()
        Returns the for the RadioButtonDescription. Possible values: CheckedState
        Returns:
        the RadioButtonDescription state.
      • setState

        public void setState(CheckedState state)
        Sets the state for the RadioButtonDescription. Possible values: CheckedState
        Parameters:
        state - the RadioButton state.