From c7169d6e9dec101fc5523f84766b6fd0c3ecb656 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 16 Feb 2019 23:29:42 +0100 Subject: API documentation for KVision 0.0.25 --- api/pl.treksoft.kvision.html/-template/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'api/pl.treksoft.kvision.html/-template') diff --git a/api/pl.treksoft.kvision.html/-template/index.html b/api/pl.treksoft.kvision.html/-template/index.html index c5c15400..69e49a6e 100644 --- a/api/pl.treksoft.kvision.html/-template/index.html +++ b/api/pl.treksoft.kvision.html/-template/index.html @@ -52,6 +52,21 @@ +

Extension Functions

+ + + + + + + +
+

setData

+
+fun <K> Template.setData(obj: K, serializer: SerializationStrategy<K>): Unit
+fun <K : Any> Template.setData(obj: K): Unit +

Extension function to set serializable object as a template data.

+

Inheritors

-- cgit