Interface RadioButtonsHandle

All Superinterfaces:
FormComponentHandle

public interface RadioButtonsHandle extends FormComponentHandle
Handle for the "Radio button group" form component. The widget is a single form component that internally renders a group of JRadioButtons sharing the same bound installer variable.

Reach this handle via ScreenHandle.radioButtons().