Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
table
/
com.michaelflisar.toolbox.table.definitions
/
Row
Row
class
Row
<
Item
>
(
val
item
:
Item
,
val
cells
:
List
<
Cell
<
*
>
>
)
Members
Constructors
Row
Link copied to clipboard
constructor
(
item
:
Item
,
cells
:
List
<
Cell
<
*
>
>
)
Properties
cells
Link copied to clipboard
val
cells
:
List
<
Cell
<
*
>
>
item
Link copied to clipboard
val
item
:
Item