toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-editor
/
joyfill.editors
/
DropdownEditor
Dropdown
Editor
interface
DropdownEditor
Inheritors
DropdownFieldEditor
DropdownCellEditor
Members
Properties
options
Link copied to clipboard
abstract
val
options
:
List
<
Option2
>
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
?
)