|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Radio | |
---|---|
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
org.zkoss.zul.api | Interfaces of zul components, which are the abstract layer to access a ZUL component |
Uses of Radio in org.zkoss.zul |
---|
Classes in org.zkoss.zul that implement Radio | |
---|---|
class |
Radio
A radio button. |
Methods in org.zkoss.zul that return Radio | |
---|---|
Radio |
Radiogroup.appendItemApi(java.lang.String label,
java.lang.String value)
Appends a radio button. |
Radio |
Radiogroup.getItemAtIndexApi(int index)
Returns the radio button at the specified index. |
Radio |
Radiogroup.getSelectedItemApi()
Returns the selected radio button. |
Radio |
Radiogroup.removeItemAtApi(int index)
Removes the child radio button in the list box at the given index. |
Methods in org.zkoss.zul with parameters of type Radio | |
---|---|
void |
Radiogroup.setSelectedItemApi(Radio itemApi)
Deselects all of the currently selected radio buttons and selects the given radio button. |
Uses of Radio in org.zkoss.zul.api |
---|
Methods in org.zkoss.zul.api that return Radio | |
---|---|
Radio |
Radiogroup.appendItemApi(java.lang.String label,
java.lang.String value)
Appends a radio button. |
Radio |
Radiogroup.getItemAtIndexApi(int index)
Returns the radio button at the specified index. |
Radio |
Radiogroup.getSelectedItemApi()
Returns the selected radio button. |
Radio |
Radiogroup.removeItemAtApi(int index)
Removes the child radio button in the list box at the given index. |
Methods in org.zkoss.zul.api with parameters of type Radio | |
---|---|
void |
Radiogroup.setSelectedItemApi(Radio item)
Deselects all of the currently selected radio buttons and selects the given radio button. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |