toggle menu
doodle
0.10.3
common
switch theme
search in API
controls
/
io.nacular.doodle.controls.list
/
ListEditor
List
Editor
interface
ListEditor
<
T
>
(
source
)
Manages editing for a
MutableList
.
Members
Functions
edit
Link copied to clipboard
abstract
fun
edit
(
list
:
MutableList
<
T
,
*
>
,
item
:
T
,
index
:
Int
,
current
:
View
)
:
EditOperation
<
T
>
Called to initiate editing of a
MutableList
.