|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zul.AbstractListModel<java.lang.Object>
org.zkoss.zul.impl.GroupsListModel
org.zkoss.zkplus.databind.BindingGroupsListModel
public class BindingGroupsListModel
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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.zkoss.zul.impl.GroupsListModel |
|---|
GroupsListModel.GroupDataInfo |
| Field Summary |
|---|
| Fields inherited from class org.zkoss.zul.impl.GroupsListModel |
|---|
_model |
| Constructor Summary | |
|---|---|
BindingGroupsListModel(GroupsModel model)
|
|
| Method Summary | |
|---|---|
int |
indexOf(java.lang.Object obj)
Returns index of the given object inside a ListModel. |
| Methods inherited from class org.zkoss.zul.impl.GroupsListModel |
|---|
getDataInfo, getElementAt, getGroupOffset, getGroupsInfos, getGroupsModel, getSize, toListModel |
| 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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.zkoss.zul.ListModel |
|---|
addListDataListener, getElementAt, getSize, removeListDataListener |
| Constructor Detail |
|---|
public BindingGroupsListModel(GroupsModel model)
| Method Detail |
|---|
public int indexOf(java.lang.Object obj)
BindingListModel
indexOf in interface BindingListModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||