Uses of Interface
org.zkoss.zkplus.databind.CollectionItem

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
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 

Fields in org.zkoss.zkplus.databind with type parameters of type CollectionItem
protected  java.util.Map<java.lang.String,CollectionItem> DataBinder._collectionItemMap
          Deprecated.  
protected  java.util.Map<java.lang.String,CollectionItem> DataBinder._collectionOwnerMap
          Deprecated.  
 

Methods in org.zkoss.zkplus.databind that return CollectionItem
protected  CollectionItem DataBinder.getBindingCollectionItem(Component comp)
          Deprecated. 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)
          Deprecated. Adds a CollectionItem for the specified item and owner component; e.g.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo