toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
builder
/
joyfill.table.internal
/
TableBuilderImpl
Table
Builder
Impl
class
TableBuilderImpl
(
identity
:
IdentityGenerator
)
:
TableBuilder
Members
Constructors
Table
Builder
Impl
Link copied to clipboard
constructor
(
identity
:
IdentityGenerator
)
Properties
tables
Link copied to clipboard
val
tables
:
MutableList
<
TableField
>
Functions
table
Link copied to clipboard
open
override
fun
table
(
title
:
String
,
id
:
String
?
,
identifier
:
String
?
,
readonly
:
Boolean
,
hidden
:
Boolean
,
required
:
Boolean
,
tip
:
ToolTip
?
,
root
:
Boolean
?
,
children
:
List
<
String
>
?
,
logic
:
TableLogicBuilder
.
(
)
->
Unit
?
,
columns
:
ColumnBuilder
.
(
)
->
Unit
?
)