toggle menu
Joyfill
2.0.0-RC14
common
switch theme
search in API
editor
/
joyfill.tools.validation
/
RowValid
Row
Valid
data
class
RowValid
(
val
rowId
:
String
,
val
cellsValidity
:
List
<
CellValidity
>
,
val
schemaId
:
String
)
:
RowValidity
,
Valid
Members
Constructors
Row
Valid
Link copied to clipboard
constructor
(
rowId
:
String
,
cellsValidity
:
List
<
CellValidity
>
,
schemaId
:
String
)
Properties
cells
Validity
Link copied to clipboard
open
override
val
cellsValidity
:
List
<
CellValidity
>
row
Id
Link copied to clipboard
open
override
val
rowId
:
String
schema
Id
Link copied to clipboard
open
override
val
schemaId
:
String
status
Link copied to clipboard
open
override
val
status
:
ValidationStatus
Functions
to
Json
Object
Link copied to clipboard
open
override
fun
toJsonObject
(
)
:
JsonObject
to
Json
String
Link copied to clipboard
open
override
fun
toJsonString
(
)
:
String
to
Map
Link copied to clipboard
open
override
fun
toMap
(
)
:
MutableMap
<
String
,
Any
?
>