core
0.16.1
core
/
de.peekandpoke.kraft.addons.dnd
/
DndDropTargetBuilder
Dnd
Drop
Target
Builder
class
DndDropTargetBuilder
<
PAYLOAD
:
Any
>
(
payloadType
:
KClass
<
PAYLOAD
>
)
Content copied to clipboard
Constructors
Properties
Extensions
Constructors
Dnd
Drop
Target
Builder
Link copied to clipboard
fun
<
PAYLOAD
:
Any
>
DndDropTargetBuilder
(
payloadType
:
KClass
<
PAYLOAD
>
)
Content copied to clipboard
Properties
accepts
Link copied to clipboard
var
accepts
:
(
PAYLOAD
)
->
Boolean
Content copied to clipboard
key
Link copied to clipboard
var
key
:
String
?
=
null
Content copied to clipboard
on
Drag
End
Link copied to clipboard
var
onDragEnd
:
(
target
:
Component
<
*
>
)
->
Unit
Content copied to clipboard
on
Drag
Start
Link copied to clipboard
var
onDragStart
:
(
target
:
Component
<
*
>
)
->
Unit
Content copied to clipboard
on
Drop
Link copied to clipboard
var
onDrop
:
(
PAYLOAD
)
->
Unit
Content copied to clipboard
on
Mouse
Out
Link copied to clipboard
var
onMouseOut
:
(
target
:
Component
<
*
>
)
->
Unit
Content copied to clipboard
on
Mouse
Over
Link copied to clipboard
var
onMouseOver
:
(
target
:
Component
<
*
>
)
->
Unit
Content copied to clipboard
Extensions
blue
Highlights
Link copied to clipboard
fun
<
P
:
Any
>
DndDropTargetBuilder
<
P
>
.
blueHighlights
(
)
Content copied to clipboard
green
Highlights
Link copied to clipboard
fun
<
P
:
Any
>
DndDropTargetBuilder
<
P
>
.
greenHighlights
(
)
Content copied to clipboard