Interface RadioButtonHandle

All Superinterfaces:
FormComponentHandle

public interface RadioButtonHandle extends FormComponentHandle
Handle for the "Single radio button" form component. The Swing widget is one JRadioButton in a group of single-radio form components sharing the same variable name.

Reach this handle via ScreenHandle.radioButton().