Uses of Class
org.zkoss.zul.Radio
-
Packages that use Radio Package Description org.zkoss.zul -
-
Uses of Radio in org.zkoss.zul
Methods in org.zkoss.zul that return Radio Modifier and Type Method Description RadioRadiogroup. appendItem(java.lang.String label, java.lang.String value)Appends a radio button.RadioRadiogroup. getItemAtIndex(int index)Returns the radio button at the specified index.RadioRadiogroup. getSelectedItem()Returns the selected radio button.RadioRadiogroup. 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 Modifier and Type Method Description java.util.List<Radio>Radiogroup. getItems()Returns a readonly list ofRadio.Methods in org.zkoss.zul with parameters of type Radio Modifier and Type Method Description voidRadioRenderer. render(Radio item, T data, int index)Renders the data to the specified radio.voidRadiogroup. setSelectedItem(Radio item)Deselects all of the currently selected radio buttons and selects the given radio button.
-