table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
table
table-format
/
ua.wwind.table.format.component
Package-level
declarations
Types
Functions
Types
Rule
Tab
Link copied to clipboard
enum
RuleTab
:
Enum
<
RuleTab
>
Tab
Data
Link copied to clipboard
@
Immutable
data
class
TabData
<
E
,
T
>
(
val
type
:
E
,
val
data
:
T
)
Represents a tab's content and its type for a UI component.
Functions
Format
Dialog
Tab
Row
Link copied to clipboard
@
Composable
fun
<
E
,
T
>
FormatDialogTabRow
(
currentItem
:
E
,
onClick
:
(
E
)
->
Unit
,
list
:
ImmutableList
<
TabData
<
E
,
T
>
>
,
modifier
:
Modifier
=
Modifier
,
isScrollable
:
Boolean
=
false
,
createTab
:
@
Composable
(
TabData
<
E
,
T
>
,
Boolean
,
(
)
->
Unit
)
->
Unit
,
content
:
@
Composable
(
)
->
Unit
)