toggle menu
doodle
0.10.3
common
switch theme
search in API
controls
/
io.nacular.doodle.controls
/
Selectable
Selectable
interface
Selectable
<
T
>
(
source
)
Created by Nicholas Eddy on 3/19/18.
Inheritors
ListSelectionManager
MonthPanel
ListLike
List
Table
TreeLike
TreeColumns
Members
Properties
first
Selectable
Link copied to clipboard
open
val
firstSelectable
:
T
?
first
Selection
Link copied to clipboard
abstract
val
firstSelection
:
T
?
last
Selectable
Link copied to clipboard
open
val
lastSelectable
:
T
?
last
Selection
Link copied to clipboard
abstract
val
lastSelection
:
T
?
selection
Link copied to clipboard
abstract
val
selection
:
Set
<
T
>
selection
Anchor
Link copied to clipboard
abstract
val
selectionAnchor
:
T
?
Functions
add
Selection
Link copied to clipboard
abstract
fun
addSelection
(
items
:
Set
<
T
>
)
clear
Selection
Link copied to clipboard
abstract
fun
clearSelection
(
)
next
Link copied to clipboard
abstract
fun
next
(
after
:
T
)
:
T
?
previous
Link copied to clipboard
abstract
fun
previous
(
before
:
T
)
:
T
?
remove
Selection
Link copied to clipboard
abstract
fun
removeSelection
(
items
:
Set
<
T
>
)
select
All
Link copied to clipboard
abstract
fun
selectAll
(
)
selected
Link copied to clipboard
abstract
fun
selected
(
item
:
T
)
:
Boolean
set
Selection
Link copied to clipboard
abstract
fun
setSelection
(
items
:
Set
<
T
>
)
toggle
Selection
Link copied to clipboard
abstract
fun
toggleSelection
(
items
:
Set
<
T
>
)