Uses of Class
org.kiwiproject.spring.data.KiwiPage
-
Packages that use KiwiPage Package Description org.kiwiproject.spring.data -
-
Uses of KiwiPage in org.kiwiproject.spring.data
Methods in org.kiwiproject.spring.data that return KiwiPage Modifier and Type Method Description KiwiPage<T>KiwiPage. addKiwiSort(KiwiSort sort)Adds the given sort, returning this instance for method chaining.static <T> KiwiPage<T>KiwiPage. of(long pageNum, long limit, long total, List<T> contentList)Create a new instance.KiwiPage<T>KiwiPage. usingOneAsFirstPage()SetspagingStartsWithto zero, so that pagination assumes one-based page numbering.KiwiPage<T>KiwiPage. usingZeroAsFirstPage()SetspagingStartsWithto zero, so that pagination assumes zero-based page numbering.
-