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 IListbox
IListboxCtrl. from(Listbox instance)
-
Uses of Listbox in org.zkoss.zul
Methods in org.zkoss.zul that return Listbox Modifier and Type Method Description Listbox
Listcell. getListbox()
Returns the list box that it belongs to.Listbox
Listfoot. getListbox()
Returns the list box that it belongs to.Listbox
Listfooter. getListbox()
Returns the listbox that this belongs to.Listbox
Listhead. getListbox()
Returns the list box that it belongs to.Listbox
Listheader. getListbox()
Returns the listbox that this belongs to.Listbox
Listitem. getListbox()
Returns the list box that it belongs to.Methods in org.zkoss.zul with parameters of type Listbox Modifier and Type Method Description Listgroup
ListgroupRendererExt. newListgroup(Listbox listbox)
Creates an instance ofListgroup
for rendering.Listgroupfoot
ListgroupRendererExt. newListgroupfoot(Listbox listbox)
Creates an instance ofListgroupfoot
for rendering.Listitem
ListitemRendererExt. newListitem(Listbox listbox)
Creates an instance ofListitem
that will be attached to listbox.
-