Class RadioButtonDescription

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

public class RadioButtonDescription extends UiObjectWithLayoutInfoDescription
The description of a PowerBuilder RadioButton test object.
  • Constructor Details

    • 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 Details

    • getState

      public CheckedState getState()
      Returns the radio button's state. Possible values: CheckedState
      Returns:
      the radio button's state.
    • setState

      public void setState(CheckedState state)
      Sets the radio button's state. Possible values: CheckedState
      Parameters:
      state - the radio button's state.