A simple implementation of ListModel .
ListModel
org.zkoss.zul.SimpleListModel
Name
Description
Return Data Type
getElementAt(int index)
Returns the value at the specified index.
java.lang.Object
getSize()
Returns the length of the list.
int
sort(java.util.Comparator cmpr, boolean ascending)
Sorts the data.
void
Inherited From
org.zkoss.zul.AbstractListModel