From 8449ff519f3d853ca82c792dccf12d06fb09b627 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 24 Apr 2019 23:12:48 +0200 Subject: API documentation for KVision 0.0.35 --- .../-row-pos/-b-o-t-t-o-m.html | 14 +++++++ .../-row-pos/-t-o-p.html | 14 +++++++ .../-row-pos/index.html | 47 ++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator/-row-pos/-b-o-t-t-o-m.html create mode 100644 api/pl.treksoft.kvision.tabulator/-row-pos/-t-o-p.html create mode 100644 api/pl.treksoft.kvision.tabulator/-row-pos/index.html (limited to 'api/pl.treksoft.kvision.tabulator/-row-pos') diff --git a/api/pl.treksoft.kvision.tabulator/-row-pos/-b-o-t-t-o-m.html b/api/pl.treksoft.kvision.tabulator/-row-pos/-b-o-t-t-o-m.html new file mode 100644 index 00000000..7c71f805 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-row-pos/-b-o-t-t-o-m.html @@ -0,0 +1,14 @@ + + + +RowPos.BOTTOM - kvision + + + +kvision / pl.treksoft.kvision.tabulator / RowPos / BOTTOM
+
+

BOTTOM

+ +BOTTOM + + diff --git a/api/pl.treksoft.kvision.tabulator/-row-pos/-t-o-p.html b/api/pl.treksoft.kvision.tabulator/-row-pos/-t-o-p.html new file mode 100644 index 00000000..1972742c --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-row-pos/-t-o-p.html @@ -0,0 +1,14 @@ + + + +RowPos.TOP - kvision + + + +kvision / pl.treksoft.kvision.tabulator / RowPos / TOP
+
+

TOP

+ +TOP + + diff --git a/api/pl.treksoft.kvision.tabulator/-row-pos/index.html b/api/pl.treksoft.kvision.tabulator/-row-pos/index.html new file mode 100644 index 00000000..5482eccf --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-row-pos/index.html @@ -0,0 +1,47 @@ + + + +RowPos - kvision + + + +kvision / pl.treksoft.kvision.tabulator / RowPos
+
+

RowPos

+enum class RowPos +

Row positions.

+

Enum Values

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

BOTTOM

+
+
+

TOP

+
+
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit