toggle menu
models
2.0.0-Beta05
common
switch theme
search in API
models
/
joyfill2.table
/
Cells
Cells
interface
Cells
:
CellFinder
,
Mappable
Members
Functions
all
Link copied to clipboard
abstract
fun
all
(
)
:
List
<
Cell
>
barcode
Link copied to clipboard
abstract
override
fun
barcode
(
key
:
String
?
)
:
BarcodeCell
?
block
Link copied to clipboard
abstract
fun
block
(
key
:
String
?
)
:
Cell
?
date
Link copied to clipboard
abstract
override
fun
date
(
key
:
String
?
)
:
DateCell
?
dropdown
Link copied to clipboard
abstract
override
fun
dropdown
(
key
:
String
?
)
:
DropdownCell
?
file
Link copied to clipboard
abstract
override
fun
file
(
key
:
String
?
)
:
FileCell
?
find
Link copied to clipboard
abstract
override
fun
find
(
key
:
String
?
)
:
Cell
?
Finds a
Cell
by key
image
Link copied to clipboard
abstract
override
fun
image
(
key
:
String
?
)
:
ImageCell
?
multi
Select
Link copied to clipboard
abstract
override
fun
multiSelect
(
key
:
String
?
)
:
MultiSelectCell
?
number
Link copied to clipboard
abstract
override
fun
number
(
key
:
String
?
)
:
NumberCell
?
signature
Link copied to clipboard
abstract
override
fun
signature
(
key
:
String
?
)
:
SignatureCell
?
text
Link copied to clipboard
abstract
override
fun
text
(
key
:
String
?
)
:
TextCell
?
Finds a
TextCell
by key
text
Area
Link copied to clipboard
abstract
override
fun
textArea
(
key
:
String
?
)
:
TextAreaCell
?
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
?
>