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 --- .../-select-option/disabled.html | 6 +++ .../-select-option/divider.html | 6 +++ .../-select-option/icon.html | 6 +++ .../-select-option/index.html | 46 ++++++++++++++++++++++ .../-select-option/label.html | 6 +++ .../-select-option/subtext.html | 6 +++ .../-select-option/value.html | 6 +++ 7 files changed, 82 insertions(+) (limited to 'docs/api/pl.treksoft.kvision.form.select/-select-option') diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/disabled.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/disabled.html index 0866318c..0852372b 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/disabled.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/disabled.html @@ -11,5 +11,11 @@ var disabled: Boolean

Determines if the option should be disabled.

+

Getter
+

Determines if the option should be disabled.

+

+

Setter
+

Determines if the option should be disabled.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/divider.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/divider.html index 8cde2f8a..262acbc5 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/divider.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/divider.html @@ -11,5 +11,11 @@ var divider: Boolean

Determines if the option should be rendered as divider.

+

Getter
+

Determines if the option should be rendered as divider.

+

+

Setter
+

Determines if the option should be rendered as divider.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/icon.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/icon.html index beda6b21..a40159bc 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/icon.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/icon.html @@ -11,5 +11,11 @@ var icon: String?

The icon before the label of the option.

+

Getter
+

The icon before the label of the option.

+

+

Setter
+

The icon before the label of the option.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/index.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/index.html index 7fd1a7f3..2cbb5142 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/index.html @@ -86,6 +86,15 @@ +

draggable

+ + +var draggable: Boolean? +

Determines if the current widget is draggable.

+ + + +

id

@@ -213,6 +222,15 @@ +

clearDragDropData

+ + +open fun clearDragDropData(): Unit +

Clears D&D data for the current widget. It also makes it not draggable.

+ + + +

getElement

@@ -313,6 +331,34 @@ +

setDragDropData

+ + +open fun setDragDropData(format: String, data: String): Unit +

Sets D&D data for the current widget. It also makes it draggable.

+ + + + +

setDropTarget

+ + +open fun setDropTarget(format: String, callback: (DragEvent) -> Unit): Unit
+open fun setDropTarget(formats: Set<String>? = null, callback: (DragEvent) -> Unit): Unit +

Sets the current widget as a D&D drop target.

+ + + + +

setDropTargetData

+ + +open fun setDropTargetData(format: String, callback: (String?) -> Unit): Unit +

Sets the current widget as a D&D drop target with helper callback accepting String data.

+ + + +

setEventListener

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/label.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/label.html index 119a42ed..ddc9572d 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/label.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/label.html @@ -11,5 +11,11 @@ var label: String?

The label of the option.

+

Getter
+

The label of the option.

+

+

Setter
+

The label of the option.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/subtext.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/subtext.html index 44e6e06e..276a4323 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/subtext.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/subtext.html @@ -11,5 +11,11 @@ var subtext: String?

The subtext after the label of the option.

+

Getter
+

The subtext after the label of the option.

+

+

Setter
+

The subtext after the label of the option.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/value.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/value.html index c557edae..c31c0ece 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/value.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/value.html @@ -11,5 +11,11 @@ var value: String?

The value of the option.

+

Getter
+

The value of the option.

+

+

Setter
+

The value of the option.

+

-- cgit