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 java.util.Map<java.lang.String,CollectionItem> |
DataBinder._collectionItemMap
Deprecated.
|
protected java.util.Map<java.lang.String,CollectionItem> |
DataBinder._collectionOwnerMap
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected CollectionItem |
DataBinder.getBindingCollectionItem(Component comp)
Deprecated.
Returns a CollectionItem by the comp accordingly.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBinder.addCollectionItem(java.lang.Class item,
java.lang.Class owner,
CollectionItem decor)
Deprecated.
Adds a CollectionItem for the specified item and owner component;
e.g.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.