From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-row-position/-b-o-t-t-o-m.html | 14 +++++ .../-row-position/-c-e-n-t-e-r.html | 14 +++++ .../-row-position/-n-e-a-r-e-s-t.html | 14 +++++ .../-row-position/-t-o-p.html | 14 +++++ .../-row-position/index.html | 61 ++++++++++++++++++++++ 5 files changed, 117 insertions(+) create mode 100644 api1/pl.treksoft.kvision.tabulator/-row-position/-b-o-t-t-o-m.html create mode 100644 api1/pl.treksoft.kvision.tabulator/-row-position/-c-e-n-t-e-r.html create mode 100644 api1/pl.treksoft.kvision.tabulator/-row-position/-n-e-a-r-e-s-t.html create mode 100644 api1/pl.treksoft.kvision.tabulator/-row-position/-t-o-p.html create mode 100644 api1/pl.treksoft.kvision.tabulator/-row-position/index.html (limited to 'api1/pl.treksoft.kvision.tabulator/-row-position') diff --git a/api1/pl.treksoft.kvision.tabulator/-row-position/-b-o-t-t-o-m.html b/api1/pl.treksoft.kvision.tabulator/-row-position/-b-o-t-t-o-m.html new file mode 100644 index 00000000..c7b95dde --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-row-position/-b-o-t-t-o-m.html @@ -0,0 +1,14 @@ + + + +RowPosition.BOTTOM - kvision + + + +kvision / pl.treksoft.kvision.tabulator / RowPosition / BOTTOM
+
+

BOTTOM

+ +BOTTOM + + diff --git a/api1/pl.treksoft.kvision.tabulator/-row-position/-c-e-n-t-e-r.html b/api1/pl.treksoft.kvision.tabulator/-row-position/-c-e-n-t-e-r.html new file mode 100644 index 00000000..4ad0eb1e --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-row-position/-c-e-n-t-e-r.html @@ -0,0 +1,14 @@ + + + +RowPosition.CENTER - kvision + + + +kvision / pl.treksoft.kvision.tabulator / RowPosition / CENTER
+
+

CENTER

+ +CENTER + + diff --git a/api1/pl.treksoft.kvision.tabulator/-row-position/-n-e-a-r-e-s-t.html b/api1/pl.treksoft.kvision.tabulator/-row-position/-n-e-a-r-e-s-t.html new file mode 100644 index 00000000..33b0d72a --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-row-position/-n-e-a-r-e-s-t.html @@ -0,0 +1,14 @@ + + + +RowPosition.NEAREST - kvision + + + +kvision / pl.treksoft.kvision.tabulator / RowPosition / NEAREST
+
+

NEAREST

+ +NEAREST + + diff --git a/api1/pl.treksoft.kvision.tabulator/-row-position/-t-o-p.html b/api1/pl.treksoft.kvision.tabulator/-row-position/-t-o-p.html new file mode 100644 index 00000000..c21cc37a --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-row-position/-t-o-p.html @@ -0,0 +1,14 @@ + + + +RowPosition.TOP - kvision + + + +kvision / pl.treksoft.kvision.tabulator / RowPosition / TOP
+
+

TOP

+ +TOP + + diff --git a/api1/pl.treksoft.kvision.tabulator/-row-position/index.html b/api1/pl.treksoft.kvision.tabulator/-row-position/index.html new file mode 100644 index 00000000..8375802c --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-row-position/index.html @@ -0,0 +1,61 @@ + + + +RowPosition - kvision + + + +kvision / pl.treksoft.kvision.tabulator / RowPosition
+
+

RowPosition

+enum class RowPosition +

Row scroll positions .

+

Enum Values

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

BOTTOM

+
+
+

TOP

+
+
+

CENTER

+
+
+

NEAREST

+
+
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit