toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-editor
/
joyfill.editors
/
MultiselectEditor
Multiselect
Editor
interface
MultiselectEditor
Inheritors
MultiselectCellEditor
Members
Properties
options
Link copied to clipboard
abstract
val
options
:
List
<
Option2
>
Functions
selected
Link copied to clipboard
abstract
fun
selected
(
)
:
List
<
Option2
>
select
Keys
Link copied to clipboard
abstract
fun
selectKeys
(
keys
:
List
<
String
>
)
select
Options
Link copied to clipboard
abstract
fun
selectOptions
(
options
:
List
<
Option2
>
)
unselect
All
Link copied to clipboard
abstract
fun
unselectAll
(
)
unselect
Keys
Link copied to clipboard
abstract
fun
unselectKeys
(
keys
:
List
<
String
>
)
unselect
Options
Link copied to clipboard
abstract
fun
unselectOptions
(
options
:
List
<
Option2
>
)