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

Packages that use ListDataListener
org.zkoss.zkplus.databind The DataBinder used for binding ZK UI component and the backend data bean. 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
 

Uses of ListDataListener in org.zkoss.zkplus.databind
 

Methods in org.zkoss.zkplus.databind with parameters of type ListDataListener
 void BindingListModelListModel.addListDataListener(ListDataListener l)
          Deprecated.  
 void BindingListModelListModel.removeListDataListener(ListDataListener l)
          Deprecated.  
 

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 © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo