Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
org.zkoss.zul.impl |
Classes used to implement ZUL Component Set (implementation only).
|
Modifier and Type | Class and Description |
---|---|
class |
BindListitemRenderer
Listitem renderer for binding.
|
Modifier and Type | Method and Description |
---|---|
<T> ListitemRenderer<T> |
Listbox.getItemRenderer()
Returns the renderer to render each item, or null if the default renderer
is used.
|
Modifier and Type | Method and Description |
---|---|
void |
Listbox.setItemRenderer(ListitemRenderer<?> renderer)
Sets the renderer which is used to render each item if
Listbox.getModel()
is not null. |
Modifier and Type | Method and Description |
---|---|
protected Listitem |
ListboxDataLoader.newUnloadedItem(ListitemRenderer renderer,
int index)
Creates an new and unloaded listitem.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.