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.dropdown/-header/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'api/pl.treksoft.kvision.dropdown/-header/index.html') diff --git a/api/pl.treksoft.kvision.dropdown/-header/index.html b/api/pl.treksoft.kvision.dropdown/-header/index.html index 4146a17c..42fe633c 100644 --- a/api/pl.treksoft.kvision.dropdown/-header/index.html +++ b/api/pl.treksoft.kvision.dropdown/-header/index.html @@ -119,5 +119,20 @@ +

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.

+
-- cgit