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 --- .../-tabulator/-cell-component/cancel-edit.html | 14 +++ .../-tabulator/-cell-component/check-height.html | 14 +++ .../-tabulator/-cell-component/edit.html | 14 +++ .../-tabulator/-cell-component/get-column.html | 14 +++ .../-tabulator/-cell-component/get-data.html | 14 +++ .../-tabulator/-cell-component/get-element.html | 14 +++ .../-tabulator/-cell-component/get-field.html | 14 +++ .../-tabulator/-cell-component/get-old-value.html | 14 +++ .../-tabulator/-cell-component/get-row.html | 14 +++ .../-tabulator/-cell-component/get-table.html | 14 +++ .../-tabulator/-cell-component/get-value.html | 14 +++ .../-tabulator/-cell-component/index.html | 116 +++++++++++++++++++++ .../-tabulator/-cell-component/nav.html | 14 +++ .../-cell-component/restore-old-value.html | 14 +++ .../-tabulator/-cell-component/set-value.html | 14 +++ 15 files changed, 312 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/cancel-edit.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/check-height.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/edit.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-column.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-data.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-element.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-field.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-old-value.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-row.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-table.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-value.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/index.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/nav.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/restore-old-value.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/set-value.html (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/cancel-edit.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/cancel-edit.html new file mode 100644 index 00000000..48931bd3 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/cancel-edit.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.cancelEdit - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / cancelEdit
+
+

cancelEdit

+ +abstract var cancelEdit: () -> Unit + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/check-height.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/check-height.html new file mode 100644 index 00000000..73d41ce3 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/check-height.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.checkHeight - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / checkHeight
+
+

checkHeight

+ +abstract var checkHeight: () -> Unit + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/edit.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/edit.html new file mode 100644 index 00000000..3f7c4fa8 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/edit.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.edit - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / edit
+
+

edit

+ +abstract var edit: (ignoreEditable: Boolean?) -> Unit + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-column.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-column.html new file mode 100644 index 00000000..ebf9506b --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-column.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.getColumn - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / getColumn
+
+

getColumn

+ +abstract var getColumn: () -> Tabulator.ColumnComponent + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-data.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-data.html new file mode 100644 index 00000000..094be5a2 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-data.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.getData - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / getData
+
+

getData

+ +abstract var getData: () -> Any + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-element.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-element.html new file mode 100644 index 00000000..19a2ce66 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-element.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.getElement - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / getElement
+
+

getElement

+ +abstract var getElement: () -> <ERROR CLASS> + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-field.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-field.html new file mode 100644 index 00000000..5090ee7f --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-field.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.getField - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / getField
+
+

getField

+ +abstract var getField: () -> String + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-old-value.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-old-value.html new file mode 100644 index 00000000..1c6718ef --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-old-value.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.getOldValue - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / getOldValue
+
+

getOldValue

+ +abstract var getOldValue: () -> Any? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-row.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-row.html new file mode 100644 index 00000000..3f0685c3 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-row.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.getRow - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / getRow
+
+

getRow

+ +abstract var getRow: () -> Tabulator.RowComponent + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-table.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-table.html new file mode 100644 index 00000000..302b2766 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-table.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.getTable - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / getTable
+
+

getTable

+ +abstract var getTable: () -> Tabulator + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-value.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-value.html new file mode 100644 index 00000000..67e945c2 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/get-value.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.getValue - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / getValue
+
+

getValue

+ +abstract var getValue: () -> Any? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/index.html new file mode 100644 index 00000000..69941d9b --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/index.html @@ -0,0 +1,116 @@ + + + +Tabulator.CellComponent - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent
+
+

CellComponent

+interface CellComponent +

Properties

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

cancelEdit

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

checkHeight

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

edit

+
+abstract var edit: (ignoreEditable: Boolean?) -> Unit
+

getColumn

+
+abstract var getColumn: () -> Tabulator.ColumnComponent
+

getData

+
+abstract var getData: () -> Any
+

getElement

+
+abstract var getElement: () -> <ERROR CLASS>
+

getField

+
+abstract var getField: () -> String
+

getOldValue

+
+abstract var getOldValue: () -> Any?
+

getRow

+
+abstract var getRow: () -> Tabulator.RowComponent
+

getTable

+
+abstract var getTable: () -> Tabulator
+

getValue

+
+abstract var getValue: () -> Any?
+

nav

+
+abstract var nav: () -> Tabulator.CellNavigation
+

restoreOldValue

+
+abstract var restoreOldValue: () -> Any
+

setValue

+
+abstract var setValue: (value: Any, mutate: Boolean?) -> Unit
+ + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/nav.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/nav.html new file mode 100644 index 00000000..358cf6ce --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/nav.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.nav - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / nav
+
+

nav

+ +abstract var nav: () -> Tabulator.CellNavigation + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/restore-old-value.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/restore-old-value.html new file mode 100644 index 00000000..78c4c412 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/restore-old-value.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.restoreOldValue - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / restoreOldValue
+
+

restoreOldValue

+ +abstract var restoreOldValue: () -> Any + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/set-value.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/set-value.html new file mode 100644 index 00000000..2cde45a1 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/set-value.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellComponent.setValue - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellComponent / setValue
+
+

setValue

+ +abstract var setValue: (value: Any, mutate: Boolean?) -> Unit + + -- cgit