public class CRadioGroup extends Object
CRadioButton
s, only one button of the group is selected.Constructor and Description |
---|
CRadioGroup() |
Modifier and Type | Method and Description |
---|---|
void |
add(CRadioButton button)
Adds a new button to the group
|
void |
remove(CRadioButton button)
Removes a button from this group
|
public void add(CRadioButton button)
button
- the new buttonpublic void remove(CRadioButton button)
button
- the button to remove