org.zkoss.zkplus.databind
Interface BindingListModel

All Superinterfaces:
org.zkoss.zul.ListModel

public interface BindingListModel
extends org.zkoss.zul.ListModel

This interface defines the methods used by DataBinder.

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

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



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.