JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
huiche.core
org.huiche.core.support
Page
Contents
Description
Method Summary
Method Details
of(long, List)
data()
total()
Hide sidebar
Show sidebar
Interface Page<T>
Type Parameters:
T
- 数据类型
All Known Implementing Classes:
PageRes
public interface
Page<T>
分页相应信息接口
Author:
Maning
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
T
>
data
()
数据
static <T>
Page
<T>
of
(long total,
List
<T> data)
默认分页实现
long
total
()
总条数
Method Details
of
static
<T>
Page
<T>
of
(long total,
List
<T> data)
默认分页实现
Type Parameters:
T
- 类型
Parameters:
total
- 总条数
data
- 数据
Returns:
默认分页实例
data
List
<
T
>
data
()
数据
Returns:
数据
total
long
total
()
总条数
Returns:
总条数