Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.components.pagination-layout
/
love.yinlin.compose.ui.layout
/
Pagination
Pagination
@
Stable
abstract
class
Pagination
<
E
,
K
,
out
T
>
(
val
default
:
T
,
val
pageNum
:
Int
)
Inheritors
PaginationArgs
Members
Constructors
Pagination
Link copied to clipboard
constructor
(
default
:
T
,
pageNum
:
Int
)
Properties
can
Loading
Link copied to clipboard
var
canLoading
:
Boolean
default
Link copied to clipboard
val
default
:
T
items
Link copied to clipboard
val
items
:
SnapshotStateList
<
E
>
offset
Link copied to clipboard
val
offset
:
T
page
Num
Link copied to clipboard
val
pageNum
:
Int
Functions
distinct
Value
Link copied to clipboard
abstract
fun
distinctValue
(
item
:
E
)
:
K
more
Data
Link copied to clipboard
fun
moreData
(
newItems
:
List
<
E
>
)
:
Boolean
new
Data
Link copied to clipboard
fun
newData
(
newItems
:
List
<
E
>
)
:
Boolean
offset
Link copied to clipboard
abstract
fun
offset
(
item
:
E
)
:
T
process
Args
Link copied to clipboard
open
fun
processArgs
(
last
:
E
?
)