From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- .../-tabulator-remote/-init-.html | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-remote/-init-.html (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator-remote/-init-.html') diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-remote/-init-.html b/api/pl.treksoft.kvision.tabulator/-tabulator-remote/-init-.html new file mode 100644 index 00000000..b3dfa525 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-remote/-init-.html @@ -0,0 +1,31 @@ + + + +TabulatorRemote.<init> - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorRemote / <init>
+
+

<init>

+ +TabulatorRemote(serviceManager: KVServiceManager<E>, function: E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf()) +

Parameters

+

+T - type of row data

+

+E - type of service manager

+

+serviceManager - multiplatform service manager

+

+function - multiplatform service method returning tabulator rows data

+

+options - tabulator options

+

+types - a set of table types

+

+classes - a set of CSS class names

+

Constructor
+

+ + -- cgit