From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Mon, 26 Feb 2018 14:21:46 +0100
Subject: API documentation update
---
.../-widget/clear-drag-drop-data.html | 15 +++
.../-widget/draggable.html | 21 ++++
docs/api/pl.treksoft.kvision.core/-widget/id.html | 6 ++
.../pl.treksoft.kvision.core/-widget/index.html | 120 ++++++++++++++++++++-
.../api/pl.treksoft.kvision.core/-widget/role.html | 6 ++
.../-widget/set-drag-drop-data.html | 20 ++++
.../-widget/set-drop-target-data.html | 20 ++++
.../-widget/set-drop-target.html | 28 +++++
.../pl.treksoft.kvision.core/-widget/title.html | 6 ++
9 files changed, 241 insertions(+), 1 deletion(-)
create mode 100644 docs/api/pl.treksoft.kvision.core/-widget/clear-drag-drop-data.html
create mode 100644 docs/api/pl.treksoft.kvision.core/-widget/draggable.html
create mode 100644 docs/api/pl.treksoft.kvision.core/-widget/set-drag-drop-data.html
create mode 100644 docs/api/pl.treksoft.kvision.core/-widget/set-drop-target-data.html
create mode 100644 docs/api/pl.treksoft.kvision.core/-widget/set-drop-target.html
(limited to 'docs/api/pl.treksoft.kvision.core/-widget')
diff --git a/docs/api/pl.treksoft.kvision.core/-widget/clear-drag-drop-data.html b/docs/api/pl.treksoft.kvision.core/-widget/clear-drag-drop-data.html
new file mode 100644
index 00000000..2a6a3dc3
--- /dev/null
+++ b/docs/api/pl.treksoft.kvision.core/-widget/clear-drag-drop-data.html
@@ -0,0 +1,15 @@
+
+
+
+Widget.clearDragDropData - kvision
+
+
+
+kvision / pl.treksoft.kvision.core / Widget / clearDragDropData
+
+clearDragDropData
+
+open fun clearDragDropData(): Unit
+Clears D&D data for the current widget. It also makes it not draggable.
+
+
diff --git a/docs/api/pl.treksoft.kvision.core/-widget/draggable.html b/docs/api/pl.treksoft.kvision.core/-widget/draggable.html
new file mode 100644
index 00000000..36163175
--- /dev/null
+++ b/docs/api/pl.treksoft.kvision.core/-widget/draggable.html
@@ -0,0 +1,21 @@
+
+
+
+Widget.draggable - kvision
+
+
+
+kvision / pl.treksoft.kvision.core / Widget / draggable
+
+draggable
+
+var draggable: Boolean?
+Determines if the current widget is draggable.
+Getter
+
Determines if the current widget is draggable.
+
+Setter
+
Determines if the current widget is draggable.
+
+
+
diff --git a/docs/api/pl.treksoft.kvision.core/-widget/id.html b/docs/api/pl.treksoft.kvision.core/-widget/id.html
index b2df32cd..6dc07ce1 100644
--- a/docs/api/pl.treksoft.kvision.core/-widget/id.html
+++ b/docs/api/pl.treksoft.kvision.core/-widget/id.html
@@ -11,5 +11,11 @@
var id: String?
An ID attribute of generated HTML element.
+Getter
+
An ID attribute of generated HTML element.
+
+Setter
+
An ID attribute of generated HTML element.
+