Table of Contents
Previous Section
WOApplet { code = "next.wo.client.controls.RadioGroupApplet.class";
iitemList=anArray; selectedItem=itemIndex; action=method;...};
A RadioGroupApplet is a control for mutually exclusive choices. It is a vertical matrix of check boxes (see CheckboxApplet) of which only one box can be checked at a time. The RadioGroupApplet class "wraps" the java.awt.CheckboxGroup class.