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/delete.html | 14 ++ .../-tabulator/-column-component/get-cells.html | 14 ++ .../-column-component/get-definition.html | 14 ++ .../-tabulator/-column-component/get-element.html | 14 ++ .../-tabulator/-column-component/get-field.html | 14 ++ .../-column-component/get-next-column.html | 14 ++ .../-column-component/get-parent-column.html | 14 ++ .../-column-component/get-prev-column.html | 14 ++ .../-column-component/get-sub-columns.html | 14 ++ .../-tabulator/-column-component/get-table.html | 14 ++ .../-column-component/get-visibility.html | 14 ++ .../-column-component/header-filter-focus.html | 14 ++ .../-tabulator/-column-component/hide.html | 14 ++ .../-tabulator/-column-component/index.html | 144 +++++++++++++++++++++ .../-column-component/reload-header-filter.html | 14 ++ .../-tabulator/-column-component/scroll-to.html | 14 ++ .../-column-component/set-header-filter-value.html | 14 ++ .../-tabulator/-column-component/show.html | 14 ++ .../-tabulator/-column-component/toggle.html | 14 ++ 19 files changed, 396 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/delete.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-cells.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-definition.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-element.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-field.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-next-column.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-parent-column.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-prev-column.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-sub-columns.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-table.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-visibility.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/header-filter-focus.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/hide.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/index.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/reload-header-filter.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/scroll-to.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/set-header-filter-value.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/show.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/toggle.html (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/delete.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/delete.html new file mode 100644 index 00000000..8c971f58 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/delete.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.delete - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / delete
+
+

delete

+ +abstract var delete: () -> Unit + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-cells.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-cells.html new file mode 100644 index 00000000..663c7bad --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-cells.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.getCells - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / getCells
+
+

getCells

+ +abstract var getCells: () -> Array<Tabulator.CellComponent> + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-definition.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-definition.html new file mode 100644 index 00000000..99406e5c --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-definition.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.getDefinition - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / getDefinition
+
+

getDefinition

+ +abstract var getDefinition: () -> Tabulator.ColumnDefinition + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-element.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-element.html new file mode 100644 index 00000000..273bd76a --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-element.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.getElement - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / getElement
+
+

getElement

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

getField

+ +abstract var getField: () -> String + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-next-column.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-next-column.html new file mode 100644 index 00000000..df76c43d --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-next-column.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.getNextColumn - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / getNextColumn
+
+

getNextColumn

+ +abstract var getNextColumn: () -> dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-parent-column.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-parent-column.html new file mode 100644 index 00000000..fd02f934 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-parent-column.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.getParentColumn - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / getParentColumn
+
+

getParentColumn

+ +abstract var getParentColumn: () -> dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-prev-column.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-prev-column.html new file mode 100644 index 00000000..abf4f437 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-prev-column.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.getPrevColumn - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / getPrevColumn
+
+

getPrevColumn

+ +abstract var getPrevColumn: () -> dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-sub-columns.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-sub-columns.html new file mode 100644 index 00000000..7b6519a0 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-sub-columns.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.getSubColumns - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / getSubColumns
+
+

getSubColumns

+ +abstract var getSubColumns: () -> Array<Tabulator.ColumnComponent> + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-table.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-table.html new file mode 100644 index 00000000..f36efafc --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-table.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.getTable - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / getTable
+
+

getTable

+ +abstract var getTable: () -> Tabulator + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-visibility.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-visibility.html new file mode 100644 index 00000000..d781e033 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/get-visibility.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.getVisibility - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / getVisibility
+
+

getVisibility

+ +abstract var getVisibility: () -> Boolean + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/header-filter-focus.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/header-filter-focus.html new file mode 100644 index 00000000..dc199199 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/header-filter-focus.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.headerFilterFocus - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / headerFilterFocus
+
+

headerFilterFocus

+ +abstract var headerFilterFocus: () -> Unit + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/hide.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/hide.html new file mode 100644 index 00000000..34c1edd9 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/hide.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.hide - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / hide
+
+

hide

+ +abstract var hide: () -> Unit + + 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
+ + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/reload-header-filter.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/reload-header-filter.html new file mode 100644 index 00000000..f835d4ac --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/reload-header-filter.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.reloadHeaderFilter - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / reloadHeaderFilter
+
+

reloadHeaderFilter

+ +abstract var reloadHeaderFilter: () -> Unit + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/scroll-to.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/scroll-to.html new file mode 100644 index 00000000..0a2a4efe --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/scroll-to.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.scrollTo - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / scrollTo
+
+

scrollTo

+ +abstract var scrollTo: () -> Promise<Unit> + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/set-header-filter-value.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/set-header-filter-value.html new file mode 100644 index 00000000..fe39064d --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/set-header-filter-value.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.setHeaderFilterValue - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / setHeaderFilterValue
+
+

setHeaderFilterValue

+ +abstract var setHeaderFilterValue: (value: Any) -> Unit + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/show.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/show.html new file mode 100644 index 00000000..66c1ca2a --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/show.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.show - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / show
+
+

show

+ +abstract var show: () -> Unit + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/toggle.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/toggle.html new file mode 100644 index 00000000..90292a7e --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-component/toggle.html @@ -0,0 +1,14 @@ + + + +Tabulator.ColumnComponent.toggle - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ColumnComponent / toggle
+
+

toggle

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