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/index.html | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/index.html (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-component/index.html') 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
+ + -- cgit