toggle menu
ZappBase
androidJvm
switch theme
search in API
Compose
/
com.zappstudio.compose.list.view
Package-level
declarations
Types
Functions
Properties
Types
Base
List
Empty
Component
Link copied to clipboard
@
Immutable
open
class
BaseListEmptyComponent
Base
List
Error
Component
Link copied to clipboard
@
Immutable
open
class
BaseListErrorComponent
Properties
base
List
Empty
Component
Link copied to clipboard
val
baseListEmptyComponent
:
ProvidableCompositionLocal
<
BaseListEmptyComponent
>
base
List
Error
Component
Link copied to clipboard
val
baseListErrorComponent
:
ProvidableCompositionLocal
<
BaseListErrorComponent
>
Functions
Info
List
Screen
Link copied to clipboard
@
Composable
fun
InfoListScreen
(
modifier
:
Modifier
=
Modifier .fillMaxSize() .padding(start = 20.dp, end = 20.dp)
,
icon
:
Int
,
text
:
Int
,
enableRetry
:
Boolean
=
true
,
click
:
(
)
->
Unit
)
List
Empty
Component
Preview
Link copied to clipboard
@
Preview
(
name
=
"Popup with annotated strings"
)
@
Composable
fun
ListEmptyComponentPreview
(
)
List
Error
Component
Preview
Link copied to clipboard
@
Preview
(
name
=
"Popup with annotated strings"
)
@
Composable
fun
ListErrorComponentPreview
(
)
List
Loading
Component
Link copied to clipboard
@
Composable
fun
ListLoadingComponent
(
)
List
Loading
Row
Link copied to clipboard
@
Composable
fun
ListLoadingRow
(
)