toggle menu
Mobile UI
0.5.1
common
switch theme
search in API
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component.table.model
/
TableCell
/
TableCell
Table
Cell
constructor
(
id
:
String
,
row
:
Int
?
=
null
,
column
:
Int
,
value
:
String
?
,
editable
:
Boolean
=
true
,
mandatory
:
Boolean
?
=
false
,
error
:
String
?
=
null
,
warning
:
String
?
=
null
,
legendColor
:
Int
?
=
null
,
isMultiText
:
Boolean
=
false
)