From 9d35bb1e3d8186228cc409faa6d681624f20e9cd Mon Sep 17 00:00:00 2001
From: Robert Jaros DSL builder extension function. DSL builder extension function. Adds given value to the set of CSS classes generated in html code of current component. Adds given style object to the set of CSS classes generated in html code of current component. Adds given value to the set of CSS classes generated in html code of parent component. Adds given style object to the set of CSS classes generated in html code of parent component. Removes given value from the set of CSS classes generated in html code of current component. Removes given style object from the set of CSS classes generated in html code of current component. Removes given value from the set of CSS classes generated in html code of parent component. Removes given style object from the set of CSS classes generated in html code of parent component. Sets an event listener for current widget, keeping the actual type of component. Sets an event listener for current widget. DSL builder extension function. Sets an event listener for current widget, keeping the actual type of component. Sets an event listener for current widget. DSL builder extension function.
+
+
+
+
+
+fun <T : Widget> T.onEvent(block: SnOn<T>.() -> Unit): Widget
+
diff --git a/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html b/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html
index dcf5f768..5e6790ec 100644
--- a/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html
+++ b/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html
@@ -516,6 +516,13 @@
@@ -1042,7 +1049,7 @@
-
fun <T : Any, E : Any> Container.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(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
+fun <T : Any, E : Any> Container.tabulatorRemote(serviceManager: KVServiceManager<E>, function: suspend E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?, String?) -> <ERROR CLASS><T>, stateFunction: (() -> String)? = null, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
+
+
+
+
+
+fun <T : Widget> T.onEvent(block: SnOn<T>.() -> Unit): Widget
+
diff --git a/api/pl.treksoft.kvision.form.select/-select-option/index.html b/api/pl.treksoft.kvision.form.select/-select-option/index.html
index bbe2f44b..b0e04672 100644
--- a/api/pl.treksoft.kvision.form.select/-select-option/index.html
+++ b/api/pl.treksoft.kvision.form.select/-select-option/index.html
@@ -233,7 +233,14 @@
@@ -839,7 +846,7 @@
-
fun <T : Any, E : Any> Container.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(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
+fun <T : Any, E : Any> Container.tabulatorRemote(serviceManager: KVServiceManager<E>, function: suspend E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?, String?) -> <ERROR CLASS><T>, stateFunction: (() -> String)? = null, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
+
+open fun addCssClass(css: String): Widget
open fun addCssClass(css: Style): Widget
+
+
@@ -244,7 +251,14 @@
+
+
+
+
open fun addCssStyle(css: Style): Widget
+
+open fun addSurroundingCssClass(css: String): Widget
open fun addSurroundingCssClass(css: Style): Widget
+
+
@@ -441,7 +455,14 @@
+
+
+
+
open fun addSurroundingCssStyle(css: Style): Widget
+
+open fun removeCssClass(css: String): Widget
open fun removeCssClass(css: Style): Widget
+
+
@@ -461,7 +482,14 @@
+
+
+
+
open fun removeCssStyle(css: Style): Widget
+
+open fun removeSurroundingCssClass(css: String): Widget
open fun removeSurroundingCssClass(css: Style): Widget
+
+
@@ -519,7 +547,7 @@
+
+
+
+
open fun removeSurroundingCssStyle(css: Style): Widget
@@ -633,6 +661,13 @@
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+open fun
setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+
+
+
+
+
+fun <T : Widget> T.onEvent(block: SnOn<T>.() -> Unit): Widget
+
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote-input/index.html b/api/pl.treksoft.kvision.form.select/-select-remote-input/index.html
index 05c0c5f7..621f5822 100644
--- a/api/pl.treksoft.kvision.form.select/-select-remote-input/index.html
+++ b/api/pl.treksoft.kvision.form.select/-select-remote-input/index.html
@@ -669,6 +669,13 @@
+
+
+
+
+
+fun <T : Widget> T.onEvent(block: SnOn<T>.() -> Unit): Widget
+
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/index.html b/api/pl.treksoft.kvision.form.select/-select-remote/index.html
index 05361ff9..b0b18e11 100644
--- a/api/pl.treksoft.kvision.form.select/-select-remote/index.html
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/index.html
@@ -274,7 +274,7 @@
@@ -1001,7 +1008,7 @@
-
fun <T : Any, E : Any> Container.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(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
+fun <T : Any, E : Any> Container.tabulatorRemote(serviceManager: KVServiceManager<E>, function: suspend E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?, String?) -> <ERROR CLASS><T>, stateFunction: (() -> String)? = null, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
@@ -705,6 +705,13 @@
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+open fun
setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+
+
+
+
+
+fun <T : Widget> T.onEvent(block: SnOn<T>.() -> Unit): Widget
+
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/set-event-listener.html b/api/pl.treksoft.kvision.form.select/-select-remote/set-event-listener.html
index 57db8ea0..6aa07013 100644
--- a/api/pl.treksoft.kvision.form.select/-select-remote/set-event-listener.html
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/set-event-listener.html
@@ -31,8 +31,11 @@
}
}
@@ -1019,7 +1026,7 @@
-
fun <T : Any, E : Any> Container.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(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
+fun <T : Any, E : Any> Container.tabulatorRemote(serviceManager: KVServiceManager<E>, function: suspend E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?, String?) -> <ERROR CLASS><T>, stateFunction: (() -> String)? = null, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
Overrides Widget.setEventListener
+Sets an event listener for current widget.
diff --git a/api/pl.treksoft.kvision.form.select/-select/index.html b/api/pl.treksoft.kvision.form.select/-select/index.html index f1397fd2..01cb30d8 100644 --- a/api/pl.treksoft.kvision.form.select/-select/index.html +++ b/api/pl.treksoft.kvision.form.select/-select/index.html @@ -303,7 +303,7 @@
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
Sets an event listener for current widget, keeping the actual type of component.
-open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
Sets an event listener for current widget.
fun <T : Widget> T.onEvent(block: SnOn<T>.() -> Unit): Widget
fun <T : Any, E : Any> Container.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(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
+fun <T : Any, E : Any> Container.tabulatorRemote(serviceManager: KVServiceManager<E>, function: suspend E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?, String?) -> <ERROR CLASS><T>, stateFunction: (() -> String)? = null, 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.
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
Overrides Widget.setEventListener
+Sets an event listener for current widget.
diff --git a/api/pl.treksoft.kvision.form.select/-simple-select-input/index.html b/api/pl.treksoft.kvision.form.select/-simple-select-input/index.html index 8dc3aa2b..447862a4 100644 --- a/api/pl.treksoft.kvision.form.select/-simple-select-input/index.html +++ b/api/pl.treksoft.kvision.form.select/-simple-select-input/index.html @@ -595,6 +595,13 @@
fun <T : Widget> T.onEvent(block: SnOn<T>.() -> Unit): Widget
fun <T : Any, E : Any> Container.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(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
+fun <T : Any, E : Any> Container.tabulatorRemote(serviceManager: KVServiceManager<E>, function: suspend E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?, String?) -> <ERROR CLASS><T>, stateFunction: (() -> String)? = null, 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.
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
Sets an event listener for current widget, keeping the actual type of component.
-open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
Sets an event listener for current widget.
fun <T : Widget> T.onEvent(block: SnOn<T>.() -> Unit): Widget
fun <T : Any, E : Any> Container.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(), init: (TabulatorRemote<T, E>.() -> Unit)? = null): TabulatorRemote<T, E>
+fun <T : Any, E : Any> Container.tabulatorRemote(serviceManager: KVServiceManager<E>, function: suspend E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?, String?) -> <ERROR CLASS><T>, stateFunction: (() -> String)? = null, 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.
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
+open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
Overrides Widget.setEventListener
+Sets an event listener for current widget.