|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Radio | |
---|---|
org.zkoss.bind.impl | Core Implementation for ZK Bind |
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
Uses of Radio in org.zkoss.bind.impl |
---|
Methods in org.zkoss.bind.impl with parameters of type Radio | |
---|---|
void |
BindRadioRenderer.render(Radio item,
java.lang.Object data,
int index)
|
Uses of Radio in org.zkoss.zul |
---|
Methods in org.zkoss.zul that return Radio | |
---|---|
Radio |
Radiogroup.appendItem(java.lang.String label,
java.lang.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. |
Methods in org.zkoss.zul that return types with arguments of type Radio | |
---|---|
java.util.List<Radio> |
Radiogroup.getItems()
Returns a readonly list of Radio . |
Methods in org.zkoss.zul with parameters of type Radio | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |