org.nuiton.wikitty.ui
Class ProxyModel

java.lang.Object
  extended by org.zkoss.zul.AbstractListModel
      extended by 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

Field Summary
protected  List<Data> _proxyDatas
           
 
Constructor Summary
ProxyModel()
           
 
Method Summary
 void addData(Data newData)
           
 Object getElementAt(int index)
           
 int getSize()
           
 int indexOf(Object obj)
           
 void reload()
           
 void removeData(Data data)
           
 void setProxyDatas(List<Data> fieldExtensions)
           
 
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
 

Field Detail

_proxyDatas

protected List<Data> _proxyDatas
Constructor Detail

ProxyModel

public ProxyModel()
Method Detail

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.