core
0.1.7
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
onDragEnd
Link copied to clipboard
var
onDragEnd
:
(
target
:
Component
<
*
>
)
->
Unit
Content copied to clipboard
onDragStart
Link copied to clipboard
var
onDragStart
:
(
target
:
Component
<
*
>
)
->
Unit
Content copied to clipboard
onDrop
Link copied to clipboard
var
onDrop
:
(
PAYLOAD
)
->
Unit
Content copied to clipboard
onMouseOut
Link copied to clipboard
var
onMouseOut
:
(
target
:
Component
<
*
>
)
->
Unit
Content copied to clipboard
onMouseOver
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