| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
HToggleButton |
HToggleGroup.getCurrent()
Returns the
HToggleButton
from this HToggleGroup which
has state true, or null otherwise, for example, if there are no
HToggleButtons associated
with this HToggleGroup, or if
all HToggleButtons within
this HToggleGroup have state
false. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HToggleGroup.add(HToggleButton button)
Add the specified
HToggleButton to this HToggleGroup. |
protected void |
HToggleGroup.remove(HToggleButton button)
Remove the specified
HToggleButton to this HToggleGroup. |
void |
HToggleGroup.setCurrent(HToggleButton selection)
If the specified
HToggleButton is a member of this HToggleGroup, then it is selected,
its state is set to true and consequently any other HToggleButtons within the HToggleGroup will have their states
set to false. |
Copyright © 2012 code4tv.com. All Rights Reserved.