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 --- .../-options-persistent-configuration/index.html | 65 ++++++++++++++++++++++ .../persistence-i-d.html | 14 +++++ .../persistence-mode.html | 14 +++++ .../persistent-filter.html | 14 +++++ .../persistent-layout.html | 14 +++++ .../persistent-sort.html | 14 +++++ 6 files changed, 135 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/index.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-i-d.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-mode.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-filter.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-layout.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-sort.html (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/index.html new file mode 100644 index 00000000..87f1308a --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/index.html @@ -0,0 +1,65 @@ + + + +Tabulator.OptionsPersistentConfiguration - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration
+
+

OptionsPersistentConfiguration

+interface OptionsPersistentConfiguration +

Properties

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

persistenceID

+
+open var persistenceID: String?
+

persistenceMode

+
+open var persistenceMode: dynamic
+

persistentFilter

+
+open var persistentFilter: Boolean?
+

persistentLayout

+
+open var persistentLayout: Boolean?
+

persistentSort

+
+open var persistentSort: Boolean?
+

Inheritors

+ + + + + + + +
+

Options

+
+interface Options : Tabulator.OptionsGeneral, Tabulator.OptionsHistory, Tabulator.OptionsLocale, Tabulator.OptionsDownload, Tabulator.OptionsColumns, Tabulator.OptionsRows, Tabulator.OptionsData, Tabulator.OptionsSorting, Tabulator.OptionsFiltering, Tabulator.OptionsRowGrouping, Tabulator.OptionsPagination, Tabulator.OptionsPersistentConfiguration, Tabulator.OptionsClipboard, Tabulator.OptionsDataTree, Tabulator.OptionsCell
+ + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-i-d.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-i-d.html new file mode 100644 index 00000000..12a52074 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-i-d.html @@ -0,0 +1,14 @@ + + + +Tabulator.OptionsPersistentConfiguration.persistenceID - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration / persistenceID
+
+

persistenceID

+ +open var persistenceID: String? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-mode.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-mode.html new file mode 100644 index 00000000..5811e45b --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-mode.html @@ -0,0 +1,14 @@ + + + +Tabulator.OptionsPersistentConfiguration.persistenceMode - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration / persistenceMode
+
+

persistenceMode

+ +open var persistenceMode: dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-filter.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-filter.html new file mode 100644 index 00000000..86c6f878 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-filter.html @@ -0,0 +1,14 @@ + + + +Tabulator.OptionsPersistentConfiguration.persistentFilter - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration / persistentFilter
+
+

persistentFilter

+ +open var persistentFilter: Boolean? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-layout.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-layout.html new file mode 100644 index 00000000..36358f66 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-layout.html @@ -0,0 +1,14 @@ + + + +Tabulator.OptionsPersistentConfiguration.persistentLayout - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration / persistentLayout
+
+

persistentLayout

+ +open var persistentLayout: Boolean? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-sort.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-sort.html new file mode 100644 index 00000000..6f30d4ce --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-sort.html @@ -0,0 +1,14 @@ + + + +Tabulator.OptionsPersistentConfiguration.persistentSort - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration / persistentSort
+
+

persistentSort

+ +open var persistentSort: Boolean? + + -- cgit