Package | Description |
---|---|
cn.orionsec.kit.lang.define.wrapper |
Modifier and Type | Method and Description |
---|---|
<E> Pager<E> |
Pager.map(Function<T,E> mapping)
映射
|
static <T> Pager<T> |
Pager.of() |
static <T> Pager<T> |
Pager.of(int page) |
static <T> Pager<T> |
Pager.of(int page,
int limit) |
static <T> Pager<T> |
Pager.of(IPageRequest request) |
Pager<T> |
Pager.toNextPage() |
Pager<T> |
Pager.toNextPage(int nextPage)
下几页
|
Modifier and Type | Method and Description |
---|---|
static int |
Pager.getPages(int total,
Pager<?> pager)
获取总页数
|
static boolean |
Pager.hasMoreData(int count,
Pager<?> pager)
判断本页是否还需要继续查询
|
static <T> DataGrid<T> |
DataGrid.of(Pager<T> pager) |
Constructor and Description |
---|
DataGrid(Pager<T> pager) |
Copyright © 2024. All rights reserved.