Class InfoPage<T>

java.lang.Object
com.liferay.info.pagination.InfoPage<T>

public class InfoPage<T> extends Object
  • Method Details

    • of

      public static <T> InfoPage<T> of(List<? extends T> pageItems)
    • of

      public static <T> InfoPage<T> of(List<? extends T> pageItems, Pagination pagination, int totalCount)
    • of

      public static <T> InfoPage<T> of(List<? extends T> pageItems, Pagination pagination, Supplier<Integer> totalCountSupplier)
    • getPageItems

      public List<? extends T> getPageItems()
    • getTotalCount

      public int getTotalCount()
    • hasNext

      public boolean hasNext()
    • hasPrevious

      public boolean hasPrevious()