|
jMobileCore toolkit | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmobilecore.ui.core.CheckboxGroup
public class CheckboxGroup
The CheckboxGroup
class is used to group together
a set of Checkbox
buttons.
Exactly one check box button in a CheckboxGroup
can
be in the "on" state at any given time. Pushing any
button sets its state to "on" and forces any other button that
is in the "on" state into the "off" state.
Checkbox
Field Summary | |
---|---|
Checkbox |
selectedCheckbox
The current choice. |
Constructor Summary | |
---|---|
CheckboxGroup()
|
Method Summary | |
---|---|
void |
setSelectedCheckbox(Checkbox box)
Sets the currently selected check box in this group to be the specified check box. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Checkbox selectedCheckbox
Constructor Detail |
---|
public CheckboxGroup()
Method Detail |
---|
public void setSelectedCheckbox(Checkbox box)
box
- the Checkbox
to set as the
current selection.Checkbox
,
setSelectedCheckbox(com.jmobilecore.ui.core.Checkbox)
|
jMobileCore toolkit | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |