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
          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.
 

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.
 void DataBinder.addCollectionItem(java.lang.String comp, CollectionItem decor)
          Deprecated.  
 



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