| Package | Description |
|---|---|
| org.zkoss.zkplus.databind |
The DataBinder used for binding ZK UI component and the backend data bean.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionItemExt
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CollectionItem> |
DataBinder._collectionItemMap
Deprecated.
|
protected Map<String,CollectionItem> |
DataBinder._collectionOwnerMap
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected CollectionItem |
DataBinder.getBindingCollectionItem(org.zkoss.zk.ui.Component comp)
Deprecated.
Returns a CollectionItem by the comp accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataBinder.addCollectionItem(Class item,
Class owner,
CollectionItem decor)
Deprecated.
Adds a CollectionItem for the specified item and owner component;
e.g.
|
Copyright © 2015. All rights reserved.