All Known Implementing Classes:
PagingUtilImpl

public interface PagingUtil
The Interface PagingUtil.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createPagingControls(com.vaadin.ui.AbstractOrderedLayout content, String name, String pageId, Long size, int pageNr, int resultPerPage)
    Creates the paging controls.
  • Method Details

    • createPagingControls

      void createPagingControls(com.vaadin.ui.AbstractOrderedLayout content, String name, String pageId, Long size, int pageNr, int resultPerPage)
      Creates the paging controls.
      Parameters:
      content - the content
      name - the name
      pageId - the page id
      size - the size
      pageNr - the page nr
      resultPerPage - the result per page