toggle menu
doodle
0.10.3
common
switch theme
search in API
controls
/
io.nacular.doodle.controls.list
/
ListLike
List
Like
interface
ListLike
:
Selectable
<
Int
>
(
source
)
Inheritors
List
Table
Members
Properties
focus
Changed
Link copied to clipboard
abstract
val
focusChanged
:
PropertyObservers
<
View
,
Boolean
>
has
Focus
Link copied to clipboard
abstract
val
hasFocus
:
Boolean
num
Items
Link copied to clipboard
abstract
val
numItems
:
Int
Inherited properties
first
Selectable
Link copied to clipboard
open
val
firstSelectable
:
Int
?
first
Selection
Link copied to clipboard
abstract
val
firstSelection
:
Int
?
last
Selectable
Link copied to clipboard
open
val
lastSelectable
:
Int
?
last
Selection
Link copied to clipboard
abstract
val
lastSelection
:
Int
?
selection
Link copied to clipboard
abstract
val
selection
:
Set
<
Int
>
selection
Anchor
Link copied to clipboard
abstract
val
selectionAnchor
:
Int
?
Inherited functions
add
Selection
Link copied to clipboard
abstract
fun
addSelection
(
items
:
Set
<
Int
>
)
clear
Selection
Link copied to clipboard
abstract
fun
clearSelection
(
)
next
Link copied to clipboard
abstract
fun
next
(
after
:
Int
)
:
Int
?
previous
Link copied to clipboard
abstract
fun
previous
(
before
:
Int
)
:
Int
?
remove
Selection
Link copied to clipboard
abstract
fun
removeSelection
(
items
:
Set
<
Int
>
)
select
All
Link copied to clipboard
abstract
fun
selectAll
(
)
selected
Link copied to clipboard
abstract
fun
selected
(
item
:
Int
)
:
Boolean
set
Selection
Link copied to clipboard
abstract
fun
setSelection
(
items
:
Set
<
Int
>
)
toggle
Selection
Link copied to clipboard
abstract
fun
toggleSelection
(
items
:
Set
<
Int
>
)