Mobile UI
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
Mobile UI
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component.table.model
/
TableCellContent
Table
Cell
Content
@
Serializable
sealed
class
TableCellContent
Sealed class representing different types of content a table cell can contain.
Inheritors
Text
Checkbox
Members
Types
Checkbox
Link copied to clipboard
@
Serializable
data
class
Checkbox
(
val
isChecked
:
Boolean
)
:
TableCellContent
Text
Link copied to clipboard
@
Serializable
data
class
Text
(
val
value
:
String
?
)
:
TableCellContent