toggle menu
editor
1.1.17
common
switch theme
search in API
editor
/
joyfill.table
/
DropdownCellEditor
Dropdown
Cell
Editor
interface
DropdownCellEditor
:
CellEditor
,
DropdownEditor
Members
Properties
column
Link copied to clipboard
abstract
val
column
:
Column
id
Link copied to clipboard
open
val
id
:
String
option
Link copied to clipboard
abstract
val
option
:
Live
<
Option2
?
>
options
Link copied to clipboard
abstract
val
options
:
List
<
Option2
>
row
Link copied to clipboard
abstract
val
row
:
Row
Functions
select
Link copied to clipboard
abstract
fun
select
(
option
:
Option2
?
)
abstract
fun
select
(
key
:
String
?
)
selected
Link copied to clipboard
abstract
fun
selected
(
)
:
Option2
?
unselect
Link copied to clipboard
abstract
fun
unselect
(
)
abstract
fun
unselect
(
option
:
Option2
?
)
abstract
fun
unselect
(
key
:
String
?
)