multivalent.gui
public class VRadiogroup extends Object
Version: $Revision$ $Date$
Method Summary | |
---|---|
void | addObserver(VRadiobox r) Add radiobox to group. |
void | clear() |
void | deleteObserver(VRadiobox r) Remove radiobox from group. |
VRadiobox | getActive() Return active radiobox. |
List<VRadiobox> | getGroup() |
void | setActive(VRadiobox r) Set the passed radiobox to be the active one in the group, automatically unselecting the old active. |