From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001
From: Robert Jaros Binds a given function of the receiver as a select options source
+ Binds a given function of the receiver as a tabulator component source
+
+
+bindSelectRemote
+
+protected actual fun bindSelectRemote(function: suspend T.(String?, String?, String?) -> List<<ERROR CLASS>>): Unit
+Parameters
+function - a function of the receiver
+
+bindTabulatorRemote
+
+protected actual inline fun <reified RET> bindTabulatorRemote(noinline function: suspend T.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><RET>): Unit
+Parameters
+function - a function of the receivermethod - a HTTP method
protected actual fun bind(function: T.(String?, String?) -> List<<ERROR CLASS>>): Unit
-Binds a given function of the receiver as a select options source
-
-function - a function of the receiver
protected actual inline fun <reified RET> bind(noinline function: T.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><RET>): Unit
-Binds a given function of the receiver as a tabulator component source
-
-function - a function of the receiver
protected actual inline fun <reified PAR1 : Any, reified PAR2 : Any> bind(noinline function: suspend T.(<ERROR CLASS><PAR1>, <ERROR CLASS><PAR2>) -> Unit, route: String?): Unit
Binds a given web socket connetion with a function of the receiver.
diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html index dbbd8c09..47bb523e 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html @@ -128,16 +128,30 @@actual fun <PAR1, PAR2, PAR3, PAR4, RET> bind(function: suspend T.(PAR1, PAR2, PAR3, PAR4) -> RET, method: HttpMethod, route: String?): Unitactual fun <PAR1, PAR2, PAR3, PAR4, PAR5, RET> bind(function: suspend T.(PAR1, PAR2, PAR3, PAR4, PAR5) -> RET, method: HttpMethod, route: String?): Unit
Binds a given route with a function of the receiver.
-actual fun bind(function: T.(String?, String?) -> List<<ERROR CLASS>>): Unit
-Binds a given function of the receiver as a select options source
-actual fun <RET> bind(function: T.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><RET>): Unit
-Binds a given function of the receiver as a tabulator component source
actual fun <PAR1 : Any, PAR2 : Any> bind(function: suspend T.(<ERROR CLASS><PAR1>, <ERROR CLASS><PAR2>) -> Unit, route: String?): Unit
Binds a given web socket connetion with a function of the receiver.
actual fun bindSelectRemote(function: suspend T.(String?, String?, String?) -> List<<ERROR CLASS>>): Unit
+Binds a given function of the receiver as a select options source
+actual fun <RET> bindTabulatorRemote(function: suspend T.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><RET>): Unit
+Binds a given function of the receiver as a tabulator component source
+