From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-k-v-service-manager/bind-select-remote.html | 18 ++++++++++++++++++ .../bind-tabulator-remote.html | 18 ++++++++++++++++++ .../-k-v-service-manager/bind.html | 12 ------------ .../-k-v-service-manager/index.html | 22 ++++++++++++++++++---- 4 files changed, 54 insertions(+), 16 deletions(-) create mode 100644 api/pl.treksoft.kvision.remote/-k-v-service-manager/bind-select-remote.html create mode 100644 api/pl.treksoft.kvision.remote/-k-v-service-manager/bind-tabulator-remote.html (limited to 'api/pl.treksoft.kvision.remote/-k-v-service-manager') diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind-select-remote.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind-select-remote.html new file mode 100644 index 00000000..e9a4b4c8 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind-select-remote.html @@ -0,0 +1,18 @@ + + + +KVServiceManager.bindSelectRemote - kvision + + + +kvision / pl.treksoft.kvision.remote / KVServiceManager / bindSelectRemote
+
+

bindSelectRemote

+ +protected 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

+

Parameters

+

+function - a function of the receiver

+ + diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind-tabulator-remote.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind-tabulator-remote.html new file mode 100644 index 00000000..67089f7d --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind-tabulator-remote.html @@ -0,0 +1,18 @@ + + + +KVServiceManager.bindTabulatorRemote - kvision + + + +kvision / pl.treksoft.kvision.remote / KVServiceManager / bindTabulatorRemote
+
+

bindTabulatorRemote

+ +protected actual inline fun <reified RET> bindTabulatorRemote(noinline 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

+

Parameters

+

+function - a function of the receiver

+ + diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html index e5a82367..aed4a8fc 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html @@ -28,18 +28,6 @@ method - a HTTP method

route - a route

- -protected actual fun bind(function: T.(String?, String?) -> List<<ERROR CLASS>>): Unit -

Binds a given function of the receiver as a select options source

-

Parameters

-

-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

-

Parameters

-

-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?): Unit
actual 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.

+

bindSelectRemote

+ + +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

+ + + + +

bindTabulatorRemote

+ + +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

+ + + +

getCalls

-- cgit