Package | Description |
---|---|
org.zkoss.bind.converter.sys |
System Converter for ZK Bind
|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and Description |
---|---|
protected ListModel<?> |
ListboxSelectedIndexConverter.getComponentModel(Listbox comp) |
protected ListModel<?> |
ListboxModelConverter.getComponentModel(Listbox comp) |
protected ListModel<?> |
ListboxModelConverter.handleWrappedModel(BindContext ctx,
Listbox comp,
ListModel<?> model) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.