From a81c549e277d1a07e87cf8e2eecf89662deda323 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Dec 2018 01:32:27 +0100 Subject: API documentation for KVision 0.0.22 --- .../-select-input/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'api/pl.treksoft.kvision.form.select/-select-input/index.html') diff --git a/api/pl.treksoft.kvision.form.select/-select-input/index.html b/api/pl.treksoft.kvision.form.select/-select-input/index.html index ed47854a..9a7497bb 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/index.html @@ -232,6 +232,13 @@ +

refreshSelectInput

+ + +fun refreshSelectInput(): Unit + + +

remove

@@ -323,5 +330,19 @@ +

Inheritors

+ + + + + + + +
+

RemoteSelectInput

+
+open class RemoteSelectInput<T : Any> : SelectInput +

The Select control connected to the multiplatform service.

+
-- cgit