ComposeDialogs
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposeDialogs
list
/
com.michaelflisar.composedialogs.dialogs.list
/
DialogList
Dialog
List
@
Stable
object
DialogList
Members
Types
Filter
Link copied to clipboard
class
Filter
<
T
>
(
val
filter
:
(
filter
:
String
,
item
:
T
)
->
Boolean
,
val
infoText
:
@
Composable
(
count
:
Int
,
total
:
Int
)
->
String
?
=
{ count, total -> "$count/$total" }
,
val
keepSelectionForInvisibleItems
:
Boolean
=
true
,
val
showClearIcon
:
Boolean
=
true
)
Item
Context
Link copied to clipboard
class
ItemContext
Selection
Mode
Link copied to clipboard
sealed
class
SelectionMode
<
T
>