Interface IQuickView<T>

    • Method Detail

      • addItemsForPage

        List<Item<T>> addItemsForPage​(long page)
        create and draw children for the provided page ,number of children created are smaller than equal to getItemsPerRequest()
        Parameters:
        page -
        Returns:
        list of components created
      • addItemsForNextPage

        List<Item<T>> addItemsForNextPage()
        adds items/rows for next page and also sets the next page ,this method can called by any sequential items/rows navigator for example ItemsNavigatorBase calls this method onClick, ItemsNavigatorBase is the base of AjaxItemsNavigator.