|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionItem | |
|---|---|
| org.zkoss.zkplus.databind | The DataBinder used for binding ZK UI component and the backend data bean. |
| Uses of CollectionItem in org.zkoss.zkplus.databind |
|---|
| Subinterfaces of CollectionItem in org.zkoss.zkplus.databind | |
|---|---|
interface |
CollectionItemExt
This interface is an enhanced version of the original CollectionItem interface that
provides a way that will speed up the processing under some
collection in collection condition. |
| Fields in org.zkoss.zkplus.databind with type parameters of type CollectionItem | |
|---|---|
protected java.util.Map<java.lang.String,CollectionItem> |
DataBinder._collectionItemMap
|
protected java.util.Map<java.lang.String,CollectionItem> |
DataBinder._collectionOwnerMap
|
| Methods in org.zkoss.zkplus.databind that return CollectionItem | |
|---|---|
protected CollectionItem |
DataBinder.getBindingCollectionItem(Component comp)
Returns a CollectionItem by the comp accordingly. |
| Methods in org.zkoss.zkplus.databind with parameters of type CollectionItem | |
|---|---|
void |
DataBinder.addCollectionItem(java.lang.Class item,
java.lang.Class owner,
CollectionItem decor)
Adds a CollectionItem for the specified item and owner component; e.g. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||