Uses of Interface
org.zkoss.zul.event.ListDataListener

Packages that use ListDataListener
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
 

Uses of ListDataListener in org.zkoss.zul
 

Methods in org.zkoss.zul with parameters of type ListDataListener
 void ListModel.addListDataListener(ListDataListener l)
          Adds a listener to the list that's notified each time a change to the data model occurs.
 void AbstractListModel.addListDataListener(ListDataListener l)
          Adds a listener to the list that's notified each time a change to the data model occurs.
 void ListModel.removeListDataListener(ListDataListener l)
          Removes a listener from the list that's notified each time a change to the data model occurs.
 void AbstractListModel.removeListDataListener(ListDataListener l)
          Removes a listener from the list that's notified each time a change to the data model occurs.
 



Copyright © 2012. All Rights Reserved.