| Package | Description |
|---|---|
| to.etc.domui.dom.html |
| Modifier and Type | Method and Description |
|---|---|
RadioGroup<T> |
RadioButton.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
RadioButton.setGroup(RadioGroup<T> g)
All buttons must be in a group; all buttons in that group expose a single value.
|
| Constructor and Description |
|---|
RadioButton(RadioGroup<T> g) |
RadioButton(RadioGroup<T> g,
T value) |
Copyright © 2017 etc.to. All rights reserved.