Package | Description |
---|---|
zul.wgt |
The basic widgets, such as button and div.
|
Modifier and Type | Method and Description |
---|---|
Radio |
Radiogroup.getItemAtIndex(int index)
Returns the radio button at the specified index.
|
Radio |
Radiogroup.getSelectedItem()
Returns the selected radio button.
|
Radio |
Radiogroup.removeItemAt(int index)
Removes the child radio button in the list box at the given index.
|
Radio |
Radio.setChecked(boolean checked)
Sets the radio is checked and unchecked the others in the same radio
group (
Radiogroup |
Radio |
Radio.setSelected(boolean selected)
Sets whether it is selected.
|
Modifier and Type | Method and Description |
---|---|
void |
Radiogroup.setSelectedItem(Radio selectedItem)
Deselects all of the currently selected radio buttons and selects
the given radio button.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.