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 +++++++++++++++++++++ .../-select-input/refresh-select-input.html | 14 ++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/-select-input/refresh-select-input.html (limited to 'api/pl.treksoft.kvision.form.select/-select-input') 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.

+
diff --git a/api/pl.treksoft.kvision.form.select/-select-input/refresh-select-input.html b/api/pl.treksoft.kvision.form.select/-select-input/refresh-select-input.html new file mode 100644 index 00000000..959ab1ee --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select-input/refresh-select-input.html @@ -0,0 +1,14 @@ + + + +SelectInput.refreshSelectInput - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectInput / refreshSelectInput
+
+

refreshSelectInput

+ +protected fun refreshSelectInput(): Unit + + -- cgit