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

All Superinterfaces:
org.zkoss.zul.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 org.zkoss.zul.ListModel<E>

This interface defines the methods used by DataBinder.

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

Method Summary
 int indexOf(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(Object obj)
Deprecated. 
Returns index of the given object inside a ListModel.



Copyright © 2014. All rights reserved.