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

Packages that use BindingListModel
org.zkoss.zkplus.databind The DataBinder used for binding ZK UI component and the backend data bean. 
 

Uses of BindingListModel in org.zkoss.zkplus.databind
 

Subinterfaces of BindingListModel in org.zkoss.zkplus.databind
 interface BindingListModelExt<E>
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 

Classes in org.zkoss.zkplus.databind that implement BindingListModel
 class BindingGroupsListModel
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 class BindingListModelArray<E>
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 class BindingListModelList<E>
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 class BindingListModelListModel<E>
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 class BindingListModelMap<K,V>
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 class BindingListModelSet<E>
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 

Methods in org.zkoss.zkplus.databind that return BindingListModel
protected  BindingListModel<?> ListModelConverter.handleWrappedNonListModel(Component comp, BindingListModel<?> wrappedModel)
          Deprecated. Handles the wrapped non-list-model, by default it return the original one.
protected  BindingListModel<?> ListboxListModelConverter.handleWrappedNonListModel(Component comp, BindingListModel<?> wrappedModel)
          Deprecated.  
 

Methods in org.zkoss.zkplus.databind with parameters of type BindingListModel
protected  BindingListModel<?> ListModelConverter.handleWrappedNonListModel(Component comp, BindingListModel<?> wrappedModel)
          Deprecated. Handles the wrapped non-list-model, by default it return the original one.
protected  BindingListModel<?> ListboxListModelConverter.handleWrappedNonListModel(Component comp, BindingListModel<?> wrappedModel)
          Deprecated.  
 



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