Package org.zkoss.zul

Interface PageableModel

    • Field Detail

      • INTERNAL_EVENT

        static final java.lang.String INTERNAL_EVENT
        A flag different from standard PagingEvent, differentiating standard PagingEvent from Paging component and PagingEvent from PageableModel
        See Also:
        Constant Field Values
    • Method Detail

      • getTotalSize

        int getTotalSize()
        Returns the total number of items.
        Since:
        10.0.0
      • addPagingEventListener

        void addPagingEventListener​(PagingListener listener)
        Adds a listener to the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
        Parameters:
        listener -
      • removePagingEventListener

        void removePagingEventListener​(PagingListener listener)
        Removes a listener from the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
        Parameters:
        listener -