Uses of Interface
org.zkoss.zul.event.PagingListener
-
Packages that use PagingListener Package Description org.zkoss.bind.proxy org.zkoss.zul -
-
Uses of PagingListener in org.zkoss.bind.proxy
Methods in org.zkoss.bind.proxy with parameters of type PagingListener Modifier and Type Method Description voidListModelArrayProxy. addPagingEventListener(PagingListener l)voidListModelListProxy. addPagingEventListener(PagingListener l)voidListModelMapProxy. addPagingEventListener(PagingListener l)voidListModelSetProxy. addPagingEventListener(PagingListener l)voidListModelArrayProxy. removePagingEventListener(PagingListener l)voidListModelListProxy. removePagingEventListener(PagingListener l)voidListModelMapProxy. removePagingEventListener(PagingListener l)voidListModelSetProxy. removePagingEventListener(PagingListener l) -
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
-