org.zkoss.zkplus.databind
Class BindingGroupsListModel
java.lang.Object
org.zkoss.zul.AbstractListModel<java.lang.Object>
org.zkoss.zul.impl.GroupsListModel
org.zkoss.zkplus.databind.BindingGroupsListModel
- All Implemented Interfaces:
- java.io.Serializable, BindingListModel, Selectable, ListModel
Deprecated. As of release 7.0.0, replace with new ZK binding.
public class BindingGroupsListModel
- extends GroupsListModel
- implements BindingListModel, java.io.Serializable
This is the BindingListModel
as a GroupsListModel
to be used with
Listbox
, Grid
,
and DataBinder
.
Add or remove the contents of this model as a GroupListModel would cause the associated Listbox or Grid to change accordingly.
- Since:
- 5.0.6
- Author:
- henrichen
- See Also:
- Serialized Form
Method Summary |
int |
indexOf(java.lang.Object obj)
Deprecated. Returns index of the given object inside a ListModel. |
Methods inherited from class org.zkoss.zul.impl.GroupsListModel |
addSelection, addToSelection, clearSelection, clone, equals, getDataInfo, getElementAt, getGroupOffset, getGroupsInfos, getGroupsModel, getSelection, getSize, hashCode, isMultiple, isSelected, isSelectionEmpty, removeFromSelection, removeSelection, setMultiple, setSelection, toListModel, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
BindingGroupsListModel
public BindingGroupsListModel(GroupsModel model)
- Deprecated.
indexOf
public int indexOf(java.lang.Object obj)
- Deprecated.
- Description copied from interface:
BindingListModel
- Returns index of the given object inside a ListModel.
- Specified by:
indexOf
in interface BindingListModel
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.