Uses of Class
org.zkoss.zul.Listbox
-
Packages that use Listbox Package Description org.zkoss.zul -
-
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.
-