org.nuiton.wikitty.ui
Class ProxyModel
java.lang.Object
org.zkoss.zul.AbstractListModel
org.nuiton.wikitty.ui.ProxyModel
- All Implemented Interfaces:
- Serializable, org.zkoss.zkplus.databind.BindingListModel, org.zkoss.zul.ext.Selectable, org.zkoss.zul.ListModel
public class ProxyModel
- extends org.zkoss.zul.AbstractListModel
- implements org.zkoss.zkplus.databind.BindingListModel
- Author:
- sherkhan
- See Also:
- Serialized Form
| 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, removeListDataListener |
_proxyDatas
protected List<Data> _proxyDatas
ProxyModel
public ProxyModel()
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface org.zkoss.zul.ListModel
getSize
public int getSize()
- Specified by:
getSize in interface org.zkoss.zul.ListModel
indexOf
public int indexOf(Object obj)
- Specified by:
indexOf in interface org.zkoss.zkplus.databind.BindingListModel
setProxyDatas
public void setProxyDatas(List<Data> fieldExtensions)
addData
public void addData(Data newData)
removeData
public void removeData(Data data)
reload
public void reload()
Copyright © 2010 CodeLutin. All Rights Reserved.