From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001
From: Robert Jaros DSL builder extension function. Helper function for creating JavaScript objects from dynamic constructors. Sets context menu for the current widget. DSL builder extension function.
<init>
-
-TabulatorRemote(serviceManager: KVServiceManager<E>, function: E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf())
+
+TabulatorRemote(serviceManager: KVServiceManager<E>, function: suspend E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf())
Parameters
diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-remote/index.html b/api/pl.treksoft.kvision.tabulator/-tabulator-remote/index.html
index f1708cd1..65665136 100644
--- a/api/pl.treksoft.kvision.tabulator/-tabulator-remote/index.html
+++ b/api/pl.treksoft.kvision.tabulator/-tabulator-remote/index.html
@@ -18,7 +18,7 @@
-
+TabulatorRemote(serviceManager: KVServiceManager<E>, function: E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf())
TabulatorRemote(serviceManager: KVServiceManager<E>, function: suspend E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf())
@@ -499,23 +499,53 @@
-Companion Object Functions
+Extension Functions
-
+
-
+
+
+
+
+fun Component.addBsBgColor(bsBgColor: BsBgColor): Unit
+
+
+
+
+
+
+fun Component.addBsBorder(vararg bsBorder: BsBorder): Unit
+
+
+
-
+fun <T : Any, E : Any> Container.tabulatorRemote(serviceManager: KVServiceManager<E>, function: E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
+fun Component.addBsClearfix(): Unit
+
+
+
+
+
+
+fun Component.addBsColor(bsColor: BsColor): Unit
+
+
+
+
+
+
+fun Component.addBsRounded(vararg bsRounded: BsRounded): Unit
+
-
-
+
+
+
+
fun Widget.contextMenu(fixedPosition: Boolean = false, classes: Set<String> = setOf(), init: (ContextMenu.() -> Unit)? = null): ContextMenu
Extension Functions
-
-
+
@@ -525,6 +555,59 @@
+
+
+
+
+
+
+fun Component.removeBsBgColor(bsBgColor: BsBgColor): Unit
+
+
+
+
+
+
+fun Component.removeBsBorder(vararg bsBorder: BsBorder): Unit
+
+
+
+
+
+
+fun Component.removeBsClearfix(): Unit
+
+
+
+
+
+
+fun Component.removeBsColor(bsColor: BsColor): Unit
+
+
+
+
+
+
+fun Component.removeBsRounded(vararg bsRounded: BsRounded): Unit
+
+
+
+
+
+
+fun Widget.setContextMenu(contextMenu: ContextMenu): Widget
+
+
+
+
+
+
+fun Widget.style(className: String? = null, init: (Style.() -> Unit)? = null): Style
+
fun <T : Any, E : Any> Container.tabulatorRemote(serviceManager: KVServiceManager<E>, function: E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
-diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-remote/tabulator-remote.html b/api/pl.treksoft.kvision.tabulator/-tabulator-remote/tabulator-remote.html deleted file mode 100644 index 37da6f22..00000000 --- a/api/pl.treksoft.kvision.tabulator/-tabulator-remote/tabulator-remote.html +++ /dev/null @@ -1,16 +0,0 @@ - -
- -
- - -
-