Uses of Class
org.zkoss.zul.Listbox
-
Packages that use Listbox Package Description org.zkoss.bind.converter.sys org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Listbox in org.zkoss.bind.converter.sys
Methods in org.zkoss.bind.converter.sys with parameters of type Listbox Modifier and Type Method Description protected ListModel<?>ListboxModelConverter. getComponentModel(Listbox comp)protected ListModel<?>ListboxSelectedIndexConverter. getComponentModel(Listbox comp)protected ListModel<?>ListboxModelConverter. handleWrappedModel(BindContext ctx, Listbox comp, ListModel<?> model) -
Uses of Listbox in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Listbox Modifier and Type Method Description static IListboxIListboxCtrl. from(Listbox instance) -
Uses of Listbox in org.zkoss.zul
Methods in org.zkoss.zul that return Listbox Modifier and Type Method Description ListboxListcell. getListbox()Returns the list box that it belongs to.ListboxListfoot. getListbox()Returns the list box that it belongs to.ListboxListfooter. getListbox()Returns the listbox that this belongs to.ListboxListhead. getListbox()Returns the list box that it belongs to.ListboxListheader. getListbox()Returns the listbox that this belongs to.ListboxListitem. getListbox()Returns the list box that it belongs to.Methods in org.zkoss.zul with parameters of type Listbox Modifier and Type Method Description ListgroupListgroupRendererExt. newListgroup(Listbox listbox)Creates an instance ofListgroupfor rendering.ListgroupfootListgroupRendererExt. newListgroupfoot(Listbox listbox)Creates an instance ofListgroupfootfor rendering.ListitemListitemRendererExt. newListitem(Listbox listbox)Creates an instance ofListitemthat will be attached to listbox.
-