|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--moka.lang.Object | +--moka.x.RadioGroup
RadioGroup class represents a group of RadioButtons.
Field Summary | |
moka.x.RadioButton |
selected
The selected RadioButton. |
Constructor Summary | |
RadioGroup()
|
Method Summary | |
void |
setSelected(moka.x.RadioButton selected)
Sets the RadioButton selected. |
Methods inherited from class moka.lang.Object |
equals, finalize, getClassName, toString |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public moka.x.RadioButton selected
Constructor Detail |
public RadioGroup()
Method Detail |
public void setSelected(moka.x.RadioButton selected)
selected
- the RadioButton selected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |