From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-download-config/-init-.html | 15 +++++ .../-download-config/column-calcs.html | 14 ++++ .../-download-config/column-groups.html | 14 ++++ .../-download-config/index.html | 77 ++++++++++++++++++++++ .../-download-config/row-groups.html | 14 ++++ 5 files changed, 134 insertions(+) create mode 100644 api1/pl.treksoft.kvision.tabulator/-download-config/-init-.html create mode 100644 api1/pl.treksoft.kvision.tabulator/-download-config/column-calcs.html create mode 100644 api1/pl.treksoft.kvision.tabulator/-download-config/column-groups.html create mode 100644 api1/pl.treksoft.kvision.tabulator/-download-config/index.html create mode 100644 api1/pl.treksoft.kvision.tabulator/-download-config/row-groups.html (limited to 'api1/pl.treksoft.kvision.tabulator/-download-config') diff --git a/api1/pl.treksoft.kvision.tabulator/-download-config/-init-.html b/api1/pl.treksoft.kvision.tabulator/-download-config/-init-.html new file mode 100644 index 00000000..9478d44c --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-download-config/-init-.html @@ -0,0 +1,15 @@ + + + +DownloadConfig.<init> - kvision + + + +kvision / pl.treksoft.kvision.tabulator / DownloadConfig / <init>
+
+

<init>

+ +DownloadConfig(columnGroups: Boolean? = null, rowGroups: Boolean? = null, columnCalcs: Boolean? = null) +

Download config options.

+ + diff --git a/api1/pl.treksoft.kvision.tabulator/-download-config/column-calcs.html b/api1/pl.treksoft.kvision.tabulator/-download-config/column-calcs.html new file mode 100644 index 00000000..82d865f0 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-download-config/column-calcs.html @@ -0,0 +1,14 @@ + + + +DownloadConfig.columnCalcs - kvision + + + +kvision / pl.treksoft.kvision.tabulator / DownloadConfig / columnCalcs
+
+

columnCalcs

+ +val columnCalcs: Boolean? + + diff --git a/api1/pl.treksoft.kvision.tabulator/-download-config/column-groups.html b/api1/pl.treksoft.kvision.tabulator/-download-config/column-groups.html new file mode 100644 index 00000000..4538970c --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-download-config/column-groups.html @@ -0,0 +1,14 @@ + + + +DownloadConfig.columnGroups - kvision + + + +kvision / pl.treksoft.kvision.tabulator / DownloadConfig / columnGroups
+
+

columnGroups

+ +val columnGroups: Boolean? + + diff --git a/api1/pl.treksoft.kvision.tabulator/-download-config/index.html b/api1/pl.treksoft.kvision.tabulator/-download-config/index.html new file mode 100644 index 00000000..5794063d --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-download-config/index.html @@ -0,0 +1,77 @@ + + + +DownloadConfig - kvision + + + +kvision / pl.treksoft.kvision.tabulator / DownloadConfig
+
+

DownloadConfig

+data class DownloadConfig +

Download config options.

+

Constructors

+ + + + + + + +
+

<init>

+
+DownloadConfig(columnGroups: Boolean? = null, rowGroups: Boolean? = null, columnCalcs: Boolean? = null) +

Download config options.

+
+

Properties

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

columnCalcs

+
+val columnCalcs: Boolean?
+

columnGroups

+
+val columnGroups: Boolean?
+

rowGroups

+
+val rowGroups: Boolean?
+

Extension Functions

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

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+

toJs

+
+fun DownloadConfig.toJs(): Tabulator.DownloadConfig +

An extension function to convert download config class to JS object.

+
+ + diff --git a/api1/pl.treksoft.kvision.tabulator/-download-config/row-groups.html b/api1/pl.treksoft.kvision.tabulator/-download-config/row-groups.html new file mode 100644 index 00000000..488d009d --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-download-config/row-groups.html @@ -0,0 +1,14 @@ + + + +DownloadConfig.rowGroups - kvision + + + +kvision / pl.treksoft.kvision.tabulator / DownloadConfig / rowGroups
+
+

rowGroups

+ +val rowGroups: Boolean? + + -- cgit