toggle menu
models
2.0.0-Beta12
common
switch theme
search in API
models
/
joyfill2.table
/
TableComponent
Table
Component
interface
TableComponent
:
Component
,
TableSchema
,
ListValue
<
Row
>
Inheritors
TableField
TableComponentImpl
Members
Properties
children
Link copied to clipboard
abstract
val
children
:
MutableList
<
String
>
columns
Link copied to clipboard
abstract
val
columns
:
MutableList
<
Column
>
columns
Order
Link copied to clipboard
abstract
val
columnsOrder
:
MutableList
<
String
>
hidden
Link copied to clipboard
abstract
var
hidden
:
Boolean
id
Link copied to clipboard
abstract
var
id
:
String
identifier
Link copied to clipboard
abstract
var
identifier
:
String
required
Link copied to clipboard
abstract
var
required
:
Boolean
root
Link copied to clipboard
abstract
var
root
:
Boolean
row
Order
Link copied to clipboard
abstract
val
rowOrder
:
MutableList
<
String
>
table
Logic
Link copied to clipboard
abstract
val
tableLogic
:
TableLogic
?
title
Link copied to clipboard
abstract
var
title
:
String
type
Link copied to clipboard
abstract
var
type
:
Type
value
Link copied to clipboard
abstract
val
value
:
Any
?
Functions
to
Json
Object
Link copied to clipboard
abstract
fun
toJsonObject
(
)
:
JsonObject
to
Json
String
Link copied to clipboard
abstract
fun
toJsonString
(
)
:
String
to
Map
Link copied to clipboard
abstract
fun
toMap
(
)
:
MutableMap
<
String
,
Any
?
>