From 9d35bb1e3d8186228cc409faa6d681624f20e9cd Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 26 Nov 2019 19:53:45 +0100 Subject: API documentation for KVision 2.4.0 --- .../-k-v-service-manager/bind-tabulator-remote.html | 4 ++-- api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/-k-v-service-manager') 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 index 67089f7d..97ce83c8 100644 --- 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 @@ -8,8 +8,8 @@ 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 + +protected actual inline fun <reified RET> bindTabulatorRemote(noinline function: suspend T.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?, String?) -> <ERROR CLASS><RET>): Unit

Binds a given function of the receiver as a tabulator component source

Parameters

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 47bb523e..757bc0f5 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 @@ -146,7 +146,7 @@

bindTabulatorRemote

-actual fun <RET> bindTabulatorRemote(function: suspend T.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><RET>): Unit +actual fun <RET> bindTabulatorRemote(function: suspend T.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?, String?) -> <ERROR CLASS><RET>): Unit

Binds a given function of the receiver as a tabulator component source

-- cgit