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/-column-component/index.html | 144 +++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/index.html (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/index.html') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/index.html new file mode 100644 index 00000000..1509582f --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/index.html @@ -0,0 +1,144 @@ + + + +Tabulator.ColumnComponent - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent
+
+

ColumnComponent

+interface ColumnComponent +

Properties

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

delete

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

getCells

+
+abstract var getCells: () -> Array<Tabulator.CellComponent>
+

getDefinition

+
+abstract var getDefinition: () -> Tabulator.ColumnDefinition
+

getElement

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

getField

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

getNextColumn

+
+abstract var getNextColumn: () -> dynamic
+

getParentColumn

+
+abstract var getParentColumn: () -> dynamic
+

getPrevColumn

+
+abstract var getPrevColumn: () -> dynamic
+

getSubColumns

+
+abstract var getSubColumns: () -> Array<Tabulator.ColumnComponent>
+

getTable

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

getVisibility

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

headerFilterFocus

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

hide

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

reloadHeaderFilter

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

scrollTo

+
+abstract var scrollTo: () -> Promise<Unit>
+

setHeaderFilterValue

+
+abstract var setHeaderFilterValue: (value: Any) -> Unit
+

show

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

toggle

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