org.zkoss.zkplus.databind
Interface BindingListModel<E>

All Superinterfaces:
ListModel<E>
All Known Subinterfaces:
BindingListModelExt<E>
All Known Implementing Classes:
BindingGroupsListModel, BindingListModelArray, BindingListModelList, BindingListModelListModel, BindingListModelMap, BindingListModelSet

Deprecated. As of release 7.0.0, replace with new ZK binding.

public interface BindingListModel<E>
extends ListModel<E>

This interface defines the methods used by DataBinder.

Author:
Henri
See Also:
BindingListModelList, BindingListModelSet, BindingListModelMap, ListModel

Method Summary
 int indexOf(java.lang.Object obj)
          Deprecated. Returns index of the given object inside a ListModel.
 
Methods inherited from interface org.zkoss.zul.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener
 

Method Detail

indexOf

int indexOf(java.lang.Object obj)
Deprecated. 
Returns index of the given object inside a ListModel.



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