|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Listbox | |
---|---|
org.zkoss.bind.converter.sys | System Converter for ZK Bind |
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
Uses of Listbox in org.zkoss.bind.converter.sys |
---|
Methods in org.zkoss.bind.converter.sys with parameters of type Listbox | |
---|---|
protected ListModel<?> |
ListboxSelectedIndexConverter.getComponentModel(Listbox comp)
|
protected ListModel<?> |
ListboxModelConverter.getComponentModel(Listbox comp)
|
protected ListModel<?> |
ListboxModelConverter.handleWrappedModel(BindContext ctx,
Listbox comp,
ListModel<?> model)
|
Uses of Listbox in org.zkoss.zul |
---|
Methods in org.zkoss.zul that return Listbox | |
---|---|
Listbox |
Listitem.getListbox()
Returns the list box that it belongs to. |
Listbox |
Listheader.getListbox()
Returns the listbox that this belongs to. |
Listbox |
Listhead.getListbox()
Returns the list box that it belongs to. |
Listbox |
Listfooter.getListbox()
Returns the listbox that this belongs to. |
Listbox |
Listfoot.getListbox()
Returns the list box that it belongs to. |
Listbox |
Listcell.getListbox()
Returns the list box that it belongs to. |
Methods in org.zkoss.zul with parameters of type Listbox | |
---|---|
Listgroup |
ListgroupRendererExt.newListgroup(Listbox listbox)
Creates an instance of Listgroup for rendering. |
Listgroupfoot |
ListgroupRendererExt.newListgroupfoot(Listbox listbox)
Creates an instance of Listgroupfoot for rendering. |
Listitem |
ListitemRendererExt.newListitem(Listbox listbox)
Creates an instance of Listitem that will be attached to listbox. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |