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.html | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html') 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.

-- cgit