moka.x
Class RadioGroup

java.lang.Object
  extended bymoka.lang.Object
      extended bymoka.x.RadioGroup

public class RadioGroup
extends Object

RadioGroup class represents a group of RadioButtons.

Since:
MDK1.0a

Field Summary
 RadioButton selected
          The selected RadioButton.
 
Constructor Summary
RadioGroup()
           
 
Method Summary
 void setSelected(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

selected

public RadioButton selected
The selected RadioButton. Should be only read.

Constructor Detail

RadioGroup

public RadioGroup()
Method Detail

setSelected

public void setSelected(RadioButton selected)
Sets the RadioButton selected.

Parameters:
selected - the RadioButton selected.