From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- .../-d-d/-d-i-s-a-b-l-e-d.html | 26 +++++++++++ .../-d-d/-h-e-a-d-e-r.html | 26 +++++++++++ .../-d-d/-s-e-p-a-r-a-t-o-r.html | 26 +++++++++++ .../pl.treksoft.kvision.dropdown/-d-d/index.html | 52 ++++++++++++++++++++++ .../pl.treksoft.kvision.dropdown/-d-d/option.html | 14 ++++++ 5 files changed, 144 insertions(+) create mode 100644 api/kvision/pl.treksoft.kvision.dropdown/-d-d/-d-i-s-a-b-l-e-d.html create mode 100644 api/kvision/pl.treksoft.kvision.dropdown/-d-d/-h-e-a-d-e-r.html create mode 100644 api/kvision/pl.treksoft.kvision.dropdown/-d-d/-s-e-p-a-r-a-t-o-r.html create mode 100644 api/kvision/pl.treksoft.kvision.dropdown/-d-d/index.html create mode 100644 api/kvision/pl.treksoft.kvision.dropdown/-d-d/option.html (limited to 'api/kvision/pl.treksoft.kvision.dropdown/-d-d') diff --git a/api/kvision/pl.treksoft.kvision.dropdown/-d-d/-d-i-s-a-b-l-e-d.html b/api/kvision/pl.treksoft.kvision.dropdown/-d-d/-d-i-s-a-b-l-e-d.html new file mode 100644 index 00000000..c5172948 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.dropdown/-d-d/-d-i-s-a-b-l-e-d.html @@ -0,0 +1,26 @@ + + + +DD.DISABLED - kvision + + + +kvision / pl.treksoft.kvision.dropdown / DD / DISABLED
+
+

DISABLED

+ +DISABLED +

Inherited Properties

+ + + + + + + +
+

option

+
+val option: String
+ + diff --git a/api/kvision/pl.treksoft.kvision.dropdown/-d-d/-h-e-a-d-e-r.html b/api/kvision/pl.treksoft.kvision.dropdown/-d-d/-h-e-a-d-e-r.html new file mode 100644 index 00000000..c0521931 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.dropdown/-d-d/-h-e-a-d-e-r.html @@ -0,0 +1,26 @@ + + + +DD.HEADER - kvision + + + +kvision / pl.treksoft.kvision.dropdown / DD / HEADER
+
+

HEADER

+ +HEADER +

Inherited Properties

+ + + + + + + +
+

option

+
+val option: String
+ + diff --git a/api/kvision/pl.treksoft.kvision.dropdown/-d-d/-s-e-p-a-r-a-t-o-r.html b/api/kvision/pl.treksoft.kvision.dropdown/-d-d/-s-e-p-a-r-a-t-o-r.html new file mode 100644 index 00000000..d518de3c --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.dropdown/-d-d/-s-e-p-a-r-a-t-o-r.html @@ -0,0 +1,26 @@ + + + +DD.SEPARATOR - kvision + + + +kvision / pl.treksoft.kvision.dropdown / DD / SEPARATOR
+
+

SEPARATOR

+ +SEPARATOR +

Inherited Properties

+ + + + + + + +
+

option

+
+val option: String
+ + diff --git a/api/kvision/pl.treksoft.kvision.dropdown/-d-d/index.html b/api/kvision/pl.treksoft.kvision.dropdown/-d-d/index.html new file mode 100644 index 00000000..544e8952 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.dropdown/-d-d/index.html @@ -0,0 +1,52 @@ + + + +DD - kvision + + + +kvision / pl.treksoft.kvision.dropdown / DD
+
+

DD

+enum class DD +

Useful options for use in DropDown's elements parameter.

+

Enum Values

+ + + + + + + + + + + + + + + +
+

HEADER

+
+
+

DISABLED

+
+
+

SEPARATOR

+
+
+

Properties

+ + + + + + + +
+

option

+
+val option: String
+ + diff --git a/api/kvision/pl.treksoft.kvision.dropdown/-d-d/option.html b/api/kvision/pl.treksoft.kvision.dropdown/-d-d/option.html new file mode 100644 index 00000000..518c5aed --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.dropdown/-d-d/option.html @@ -0,0 +1,14 @@ + + + +DD.option - kvision + + + +kvision / pl.treksoft.kvision.dropdown / DD / option
+
+

option

+ +val option: String + + -- cgit