AbstractListModel

A skeletal implementation for ListModel .

Class Name

org.zkoss.zul.AbstractListModel

Methods

Name

Description

Return Data Type

AddListDataListener

(ListDataListener l)

Adds a listener to the list that's notified each time a change to the data model occurs.

void

RemoveListDataListener

(ListDataListener l)

Removes a listener from the list that's notified each time a change to the data model occurs.

void

Inherited From

Inherited From

org.zkoss.zul.ListModel