|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmultivalent.gui.VRadiogroup
Used by VRadiobox to keep track of which in group is selected. x@deprecated - key on some attribute instead, which button queries to see if active, so can share with new behaviors
Constructor Summary | |
---|---|
VRadiogroup()
|
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. |
java.util.List<VRadiobox> |
getGroup()
|
void |
setActive(VRadiobox r)
Set the passed radiobox to be the active one in the group, automatically unselecting the old active. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VRadiogroup()
Method Detail |
---|
public VRadiobox getActive()
public void setActive(VRadiobox r)
public java.util.List<VRadiobox> getGroup()
public void addObserver(VRadiobox r)
public void deleteObserver(VRadiobox r)
public void clear()
|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |