|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
AbstractListModel.addListDataListener(ListDataListener l)
Adds a listener to the list that's notified each time a change to the data model occurs. |
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.removeListDataListener(ListDataListener l)
Removes a listener from 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||