java.lang.Object
com.hack23.cia.web.impl.ui.application.views.common.paging.PagingUtilImpl
All Implemented Interfaces:
PagingUtil

@Component public final class PagingUtilImpl extends Object implements PagingUtil
The Class PagingUtil.
  • Constructor Details

    • PagingUtilImpl

      public PagingUtilImpl()
  • Method Details

    • createPagingControls

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