Uses of Interface
org.zkoss.zul.event.PagingListener
-
Packages that use PagingListener Package Description org.zkoss.zul -
-
Uses of PagingListener in org.zkoss.zul
Methods in org.zkoss.zul with parameters of type PagingListener Modifier and Type Method Description voidAbstractListModel. addPagingEventListener(PagingListener l)voidAbstractTreeModel. addPagingEventListener(PagingListener listener)voidPageableModel. addPagingEventListener(PagingListener listener)Adds a listener to the list of listeners to be notified when a PagingEvent happens outside of standard Paging componentvoidAbstractListModel. removePagingEventListener(PagingListener l)voidAbstractTreeModel. removePagingEventListener(PagingListener listener)voidPageableModel. removePagingEventListener(PagingListener listener)Removes a listener from the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
-