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 --- .../-tabulator/-cell-navigation/down.html | 14 +++++ .../-tabulator/-cell-navigation/index.html | 60 ++++++++++++++++++++++ .../-tabulator/-cell-navigation/left.html | 14 +++++ .../-tabulator/-cell-navigation/next.html | 14 +++++ .../-tabulator/-cell-navigation/prev.html | 14 +++++ .../-tabulator/-cell-navigation/right.html | 14 +++++ .../-tabulator/-cell-navigation/up.html | 14 +++++ 7 files changed, 144 insertions(+) create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/down.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/index.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/left.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/next.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/prev.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/right.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/up.html (limited to 'api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation') diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/down.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/down.html new file mode 100644 index 00000000..f774abee --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/down.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellNavigation.down - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellNavigation / down
+
+

down

+ +abstract var down: () -> Unit + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/index.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/index.html new file mode 100644 index 00000000..9a16c243 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/index.html @@ -0,0 +1,60 @@ + + + +Tabulator.CellNavigation - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellNavigation
+
+

CellNavigation

+interface CellNavigation +

Properties

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

down

+
+abstract var down: () -> Unit
+

left

+
+abstract var left: () -> Boolean
+

next

+
+abstract var next: () -> Boolean
+

prev

+
+abstract var prev: () -> Boolean
+

right

+
+abstract var right: () -> Boolean
+

up

+
+abstract var up: () -> Unit
+ + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/left.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/left.html new file mode 100644 index 00000000..a962ff17 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/left.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellNavigation.left - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellNavigation / left
+
+

left

+ +abstract var left: () -> Boolean + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/next.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/next.html new file mode 100644 index 00000000..ea139f2d --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/next.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellNavigation.next - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellNavigation / next
+
+

next

+ +abstract var next: () -> Boolean + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/prev.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/prev.html new file mode 100644 index 00000000..b07c55be --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/prev.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellNavigation.prev - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellNavigation / prev
+
+

prev

+ +abstract var prev: () -> Boolean + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/right.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/right.html new file mode 100644 index 00000000..7b024dcd --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/right.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellNavigation.right - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellNavigation / right
+
+

right

+ +abstract var right: () -> Boolean + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/up.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/up.html new file mode 100644 index 00000000..8705172b --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/up.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellNavigation.up - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellNavigation / up
+
+

up

+ +abstract var up: () -> Unit + + -- cgit