org.nuiton.wikitty.ui
Class WikittyModel

java.lang.Object
  extended by org.zkoss.zul.AbstractListModel
      extended by org.nuiton.wikitty.ui.WikittyModel
All Implemented Interfaces:
Serializable, org.zkoss.zkplus.databind.BindingListModel, org.zkoss.zul.ext.Selectable, org.zkoss.zul.ListModel

public class WikittyModel
extends org.zkoss.zul.AbstractListModel
implements org.zkoss.zkplus.databind.BindingListModel

Author:
sherkhan
See Also:
Serialized Form

Constructor Summary
WikittyModel()
           
 
Method Summary
 void addData(Wikitty newData)
           
 Object getElementAt(int index)
           
 int getSize()
           
 int indexOf(Object obj)
           
 void reload()
           
 void removeData(Wikitty data)
           
 void setWikitties(List<Wikitty> wikitties)
           
 
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
 

Constructor Detail

WikittyModel

public WikittyModel()
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

setWikitties

public void setWikitties(List<Wikitty> wikitties)

addData

public void addData(Wikitty newData)

removeData

public void removeData(Wikitty data)

reload

public void reload()


Copyright © 2010 CodeLutin. All Rights Reserved.