Uses of Interface
org.zkoss.zul.event.ListDataListener
-
Packages that use ListDataListener Package Description org.zkoss.zul -
-
Uses of ListDataListener in org.zkoss.zul
Methods in org.zkoss.zul that return types with arguments of type ListDataListener Modifier and Type Method Description java.util.List<ListDataListener>AbstractListModel. getListDataListeners()default java.util.List<ListDataListener>ListModel. getListDataListeners()Returns all listeners.Methods in org.zkoss.zul with parameters of type ListDataListener Modifier and Type Method Description voidAbstractListModel. addListDataListener(ListDataListener l)Adds a listener to the list that's notified each time a change to the data model occurs.voidListModel. addListDataListener(ListDataListener l)Adds a listener to the list that's notified each time a change to the data model occurs.voidAbstractListModel. removeListDataListener(ListDataListener l)Removes a listener from the list that's notified each time a change to the data model occurs.voidListModel. removeListDataListener(ListDataListener l)Removes a listener from the list that's notified each time a change to the data model occurs.
-