Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
report-engine
/
org.octavius.report
/
ReportPaginationState
Report
Pagination
State
data
class
ReportPaginationState
(
val
currentPage
:
Long
=
0
,
val
totalPages
:
Long
=
1
,
val
totalItems
:
Long
=
0
,
val
pageSize
:
Long
=
10
)
Members
Constructors
Report
Pagination
State
Link copied to clipboard
constructor
(
currentPage
:
Long
=
0
,
totalPages
:
Long
=
1
,
totalItems
:
Long
=
0
,
pageSize
:
Long
=
10
)
Properties
current
Page
Link copied to clipboard
val
currentPage
:
Long
page
Size
Link copied to clipboard
val
pageSize
:
Long
total
Items
Link copied to clipboard
val
totalItems
:
Long
total
Pages
Link copied to clipboard
val
totalPages
:
Long
Functions
reset
Page
Link copied to clipboard
fun
resetPage
(
)
:
ReportPaginationState