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/-group-component/get-element.html | 14 ++++ .../-tabulator/-group-component/get-key.html | 14 ++++ .../-group-component/get-parent-group.html | 14 ++++ .../-tabulator/-group-component/get-rows.html | 14 ++++ .../-group-component/get-sub-groups.html | 14 ++++ .../-tabulator/-group-component/get-table.html | 14 ++++ .../-group-component/get-visibility.html | 14 ++++ .../-tabulator/-group-component/hide.html | 14 ++++ .../-tabulator/-group-component/index.html | 88 ++++++++++++++++++++++ .../-tabulator/-group-component/show.html | 14 ++++ .../-tabulator/-group-component/toggle.html | 14 ++++ 11 files changed, 228 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-element.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-key.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-parent-group.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-rows.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-sub-groups.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-table.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-visibility.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/hide.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/index.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/show.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/toggle.html (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-element.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-element.html new file mode 100644 index 00000000..2941b04b --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-element.html @@ -0,0 +1,14 @@ + + + +Tabulator.GroupComponent.getElement - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / GroupComponent / getElement
+
+

getElement

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

getKey

+ +abstract var getKey: () -> Any + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-parent-group.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-parent-group.html new file mode 100644 index 00000000..19f3022b --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-parent-group.html @@ -0,0 +1,14 @@ + + + +Tabulator.GroupComponent.getParentGroup - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / GroupComponent / getParentGroup
+
+

getParentGroup

+ +abstract var getParentGroup: () -> dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-rows.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-rows.html new file mode 100644 index 00000000..51f20593 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-rows.html @@ -0,0 +1,14 @@ + + + +Tabulator.GroupComponent.getRows - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / GroupComponent / getRows
+
+

getRows

+ +abstract var getRows: () -> Array<Tabulator.RowComponent> + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-sub-groups.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-sub-groups.html new file mode 100644 index 00000000..db81ab17 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/get-sub-groups.html @@ -0,0 +1,14 @@ + + + +Tabulator.GroupComponent.getSubGroups - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / GroupComponent / getSubGroups
+
+

getSubGroups

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

getTable

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

getVisibility

+ +abstract var getVisibility: () -> Boolean + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/hide.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/hide.html new file mode 100644 index 00000000..23f9809d --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/hide.html @@ -0,0 +1,14 @@ + + + +Tabulator.GroupComponent.hide - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / GroupComponent / hide
+
+

hide

+ +abstract var hide: () -> Unit + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/index.html new file mode 100644 index 00000000..9514e247 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-group-component/index.html @@ -0,0 +1,88 @@ + + + +Tabulator.GroupComponent - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / GroupComponent
+
+

GroupComponent

+interface GroupComponent +

Properties

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

getElement

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

getKey

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

getParentGroup

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

getRows

+
+abstract var getRows: () -> Array<Tabulator.RowComponent>
+

getSubGroups

+
+abstract var getSubGroups: () -> Array<Tabulator.GroupComponent>
+

getTable

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

getVisibility

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

hide

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

show

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

toggle

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

show

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

toggle

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