aboutsummaryrefslogtreecommitdiff
path: root/docs/api/pl.treksoft.kvision.core/-widget/set-drop-target-data.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/pl.treksoft.kvision.core/-widget/set-drop-target-data.html')
-rw-r--r--docs/api/pl.treksoft.kvision.core/-widget/set-drop-target-data.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.core/-widget/set-drop-target-data.html b/docs/api/pl.treksoft.kvision.core/-widget/set-drop-target-data.html
new file mode 100644
index 00000000..9be734e9
--- /dev/null
+++ b/docs/api/pl.treksoft.kvision.core/-widget/set-drop-target-data.html
@@ -0,0 +1,20 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Widget.setDropTargetData - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.core</a>&nbsp;/&nbsp;<a href="index.html">Widget</a>&nbsp;/&nbsp;<a href="./set-drop-target-data.html">setDropTargetData</a><br/>
+<br/>
+<h1>setDropTargetData</h1>
+<a name="pl.treksoft.kvision.core.Widget$setDropTargetData(kotlin.String, kotlin.Function1((kotlin.String, kotlin.Unit)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setDropTargetData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setDropTargetData(kotlin.String, kotlin.Function1((kotlin.String, kotlin.Unit)))/format">format</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setDropTargetData(kotlin.String, kotlin.Function1((kotlin.String, kotlin.Unit)))/callback">callback</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Sets the current widget as a D&D drop target with helper callback accepting String data.</p>
+<h3>Parameters</h3>
+<p><a name="format"></a>
+<code>format</code> - accepted D&D data format</p>
+<p><a name="callback"></a>
+<code>callback</code> - a callback function accepting String data called after any drop event</p>
+</BODY>
+</HTML>