From ccde61ffd1053e08612ed18788aaa7621b541a5e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 20 Apr 2020 00:23:54 +0200 Subject: API documentation for KVision 3.7.0 --- api/pl.treksoft.kvision.html/-bold/index.html | 2 +- api/pl.treksoft.kvision.html/-custom-tag/index.html | 2 +- api/pl.treksoft.kvision.html/-div/index.html | 2 +- api/pl.treksoft.kvision.html/-footer/index.html | 2 +- api/pl.treksoft.kvision.html/-h1/index.html | 2 +- api/pl.treksoft.kvision.html/-h2/index.html | 2 +- api/pl.treksoft.kvision.html/-h3/index.html | 2 +- api/pl.treksoft.kvision.html/-h4/index.html | 2 +- api/pl.treksoft.kvision.html/-h5/index.html | 2 +- api/pl.treksoft.kvision.html/-h6/index.html | 2 +- api/pl.treksoft.kvision.html/-header/index.html | 2 +- api/pl.treksoft.kvision.html/-icon/index.html | 2 +- api/pl.treksoft.kvision.html/-link/index.html | 2 +- api/pl.treksoft.kvision.html/-list-tag/index.html | 2 +- api/pl.treksoft.kvision.html/-main/index.html | 2 +- api/pl.treksoft.kvision.html/-p/index.html | 2 +- api/pl.treksoft.kvision.html/-section/index.html | 2 +- api/pl.treksoft.kvision.html/-span/index.html | 2 +- api/pl.treksoft.kvision.html/-tag/index.html | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'api/pl.treksoft.kvision.html') diff --git a/api/pl.treksoft.kvision.html/-bold/index.html b/api/pl.treksoft.kvision.html/-bold/index.html index fd90be3e..0eeda7cc 100644 --- a/api/pl.treksoft.kvision.html/-bold/index.html +++ b/api/pl.treksoft.kvision.html/-bold/index.html @@ -783,7 +783,7 @@

DSL builder extension function.

fun <T : Any> Container.tabulator(data: List<T>? = null, dataUpdateOnEdit: Boolean = true, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> -

DSL builder extension function for general redux store.

+

DSL builder extension function for a general observable store.

fun <T : Any, S : Any> Container.tabulator(store: ObservableState<S>, dataFactory: (S) -> List<T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T>

DSL builder extension function for dynamic data (send within options parameter).

fun <T : Any> Container.tabulator(options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> diff --git a/api/pl.treksoft.kvision.html/-custom-tag/index.html b/api/pl.treksoft.kvision.html/-custom-tag/index.html index 7f456225..3d37348c 100644 --- a/api/pl.treksoft.kvision.html/-custom-tag/index.html +++ b/api/pl.treksoft.kvision.html/-custom-tag/index.html @@ -811,7 +811,7 @@

DSL builder extension function.

fun <T : Any> Container.tabulator(data: List<T>? = null, dataUpdateOnEdit: Boolean = true, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> -

DSL builder extension function for general redux store.

+

DSL builder extension function for a general observable store.

fun <T : Any, S : Any> Container.tabulator(store: ObservableState<S>, dataFactory: (S) -> List<T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T>

DSL builder extension function for dynamic data (send within options parameter).

fun <T : Any> Container.tabulator(options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> diff --git a/api/pl.treksoft.kvision.html/-div/index.html b/api/pl.treksoft.kvision.html/-div/index.html index ff4cabca..0a98d7d6 100644 --- a/api/pl.treksoft.kvision.html/-div/index.html +++ b/api/pl.treksoft.kvision.html/-div/index.html @@ -783,7 +783,7 @@

DSL builder extension function.

fun <T : Any> Container.tabulator(data: List<T>? = null, dataUpdateOnEdit: Boolean = true, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> -

DSL builder extension function for general redux store.

+

DSL builder extension function for a general observable store.

fun <T : Any, S : Any> Container.tabulator(store: ObservableState<S>, dataFactory: (S) -> List<T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T>

DSL builder extension function for dynamic data (send within options parameter).

fun <T : Any> Container.tabulator(options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> diff --git a/api/pl.treksoft.kvision.html/-footer/index.html b/api/pl.treksoft.kvision.html/-footer/index.html index 8f6e913d..a73ae79e 100644 --- a/api/pl.treksoft.kvision.html/-footer/index.html +++ b/api/pl.treksoft.kvision.html/-footer/index.html @@ -783,7 +783,7 @@

DSL builder extension function.

fun <T : Any> Container.tabulator(data: List<T>? = null, dataUpdateOnEdit: Boolean = true, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> -

DSL builder extension function for general redux store.

+

DSL builder extension function for a general observable store.

fun <T : Any, S :