org.zkoss.zkplus.databind
Class BindingListModelSet

java.lang.Object
  extended by org.zkoss.zul.AbstractListModel
      extended by org.zkoss.zul.ListModelSet
          extended by org.zkoss.zkplus.databind.BindingListModelSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, BindingListModel, BindingListModelExt, Selectable, ListModel, ListModelExt

public class BindingListModelSet
extends ListModelSet
implements BindingListModelExt, java.io.Serializable

This is the BindingListModel as a Set to be used with Listbox, Grid, and DataBinder. Add or remove the contents of this model as a Set would cause the associated Listbox or Grid to change accordingly.

Make as public class since 3.0.5

Support BindingListModelEx since 3.1

Author:
Henri Chen
See Also:
BindingListModel, ListModel, ListModelSet, Serialized Form

Field Summary
 
Fields inherited from class org.zkoss.zul.ListModelSet
_set
 
Constructor Summary
BindingListModelSet(java.util.Set set, boolean live)
           
 
Method Summary
 int[] indexesOf(java.lang.Object elm)
          Returns indexes of the given object inside a ListModel.
 boolean isDistinct()
          Returns true if all objects inside this ListModel is distinct.
 
Methods inherited from class org.zkoss.zul.ListModelSet
add, addAll, clear, contains, containsAll, equals, getElementAt, getInnerSet, getSize, hashCode, indexOf, isEmpty, iterator, remove, removeAll, retainAll, size, sort, toArray, toArray, toString
 
Methods inherited from class org.zkoss.zul.AbstractListModel
addListDataListener, addSelection, clearSelection, fireEvent, getSelection, removeAllSelection, removeListDataListener, removeSelection, retainAllSelection
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.zkoss.zkplus.databind.BindingListModel
indexOf
 
Methods inherited from interface org.zkoss.zul.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener
 

Constructor Detail

BindingListModelSet

public BindingListModelSet(java.util.Set set,
                           boolean live)
Since:
3.0.5.
Method Detail

isDistinct

public boolean isDistinct()
Description copied from interface: BindingListModelExt
Returns true if all objects inside this ListModel is distinct. This is for DataBinder performance so there is no need to scan the whole ListModel as long as find one.

Specified by:
isDistinct in interface BindingListModelExt
Returns:
true if all objects inside this ListModel is distinct; otherwise, return false.

indexesOf

public int[] indexesOf(java.lang.Object elm)
Description copied from interface: BindingListModelExt
Returns indexes of the given object inside a ListModel.

Specified by:
indexesOf in interface BindingListModelExt
Parameters:
elm - the specified object
Returns:
indexes that contains the given object; return empty array if none found.


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