Uses of Class
zul.wgt.Radio

Packages that use Radio
zul.wgt The basic widgets, such as button and div. 
 

Uses of Radio in zul.wgt
 

Methods in zul.wgt that return Radio
 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.
 

Methods in zul.wgt with parameters of type Radio
 void Radiogroup.setSelectedItem(Radio selectedItem)
          Deselects all of the currently selected radio buttons and selects the given radio button.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo