toggle menu
editor
1.1.17
common
switch theme
search in API
editor
/
joyfill.table
/
RowEditor
Row
Editor
interface
RowEditor
Members
Properties
row
Link copied to clipboard
abstract
val
row
:
Row
Functions
col
Link copied to clipboard
abstract
fun
col
(
index
:
Int
)
:
CellEditor
?
abstract
fun
col
(
key
:
String
)
:
CellEditor
?
copy
Into
Link copied to clipboard
abstract
fun
copyInto
(
other
:
RowEditor
)
dropdown
Link copied to clipboard
abstract
fun
dropdown
(
index
:
Int
)
:
DropdownCellEditor
?
abstract
fun
dropdown
(
key
:
String
)
:
DropdownCellEditor
?
image
Link copied to clipboard
abstract
fun
image
(
index
:
Int
)
:
ImageCellEditor
?
abstract
fun
image
(
key
:
String
)
:
ImageCellEditor
?
text
Link copied to clipboard
abstract
fun
text
(
index
:
Int
)
:
TextCellEditor
?
abstract
fun
text
(
key
:
String
)
:
TextCellEditor
?