SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.lang.utils.table
/
Table
Table
class
Table
(
source
)
Members
Constructors
Table
Link copied to clipboard
constructor
(
)
Properties
cell
Style
Link copied to clipboard
val
cellStyle
:
CellStyle
header
Link copied to clipboard
var
header
:
Header
?
rows
Link copied to clipboard
val
rows
:
MutableList
<
Row
>
Functions
cell
Style
Link copied to clipboard
fun
cellStyle
(
block
:
CellStyle
.
(
)
->
Unit
)
header
Link copied to clipboard
fun
header
(
block
:
Header
.
(
)
->
Unit
)
row
Link copied to clipboard
fun
row
(
block
:
Row
.
(
)
->
Unit
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String