| Sets the group of this radio button on markup.
If this component is a <input> radio button
the method HTMLInputElement.setName(String) is called
with the name of the button group (
ItsNatButtonGroup.getName , otherwise
(free radio buttons) it does nothing, use a button model listener to decorate
the button when selection state changes.
Parameters: buttonGroup - the group this radio button belongs to. |