Package | Description |
---|---|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and Description |
---|---|
Radio |
Radiogroup.appendItem(String label,
String value)
Appends a radio button.
|
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 radio group at the given index.
|
Modifier and Type | Method and Description |
---|---|
List<Radio> |
Radiogroup.getItems()
Returns a readonly list of
Radio . |
Modifier and Type | Method and Description |
---|---|
void |
RadioRenderer.render(Radio item,
T data,
int index)
Renders the data to the specified radio.
|
void |
Radiogroup.setSelectedItem(Radio item)
Deselects all of the currently selected radio buttons and selects
the given radio button.
|
Copyright © 2016. All rights reserved.