Uses of Class
org.zkoss.zul.Radiogroup
-
Packages that use Radiogroup Package Description org.zkoss.bind.converter.sys org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Radiogroup in org.zkoss.bind.converter.sys
Methods in org.zkoss.bind.converter.sys with parameters of type Radiogroup Modifier and Type Method Description protected ListModel<?>
RadiogroupModelConverter. getComponentModel(Radiogroup comp)
protected ListModel<?>
RadiogroupSelectedIndexConverter. getComponentModel(Radiogroup comp)
-
Uses of Radiogroup in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Radiogroup Modifier and Type Method Description static IRadiogroup
IRadiogroupCtrl. from(Radiogroup instance)
-
Uses of Radiogroup in org.zkoss.zul
Methods in org.zkoss.zul that return Radiogroup Modifier and Type Method Description Radiogroup
Radio. getRadiogroup()
ReturnsRadiogroup
that this radio button belongs to.Methods in org.zkoss.zul with parameters of type Radiogroup Modifier and Type Method Description void
Radio. setRadiogroup(Radiogroup radiogroup)
Associates the radiogroup to this radio component.
-