SimpleListModel

A simple implementation of ListModel .

Class Name

org.zkoss.zul.SimpleListModel

Methods

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