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 --- .../-select-remote/add-all.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/-select-remote/add-all.html (limited to 'api/pl.treksoft.kvision.form.select/-select-remote/add-all.html') diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/add-all.html b/api/pl.treksoft.kvision.form.select/-select-remote/add-all.html new file mode 100644 index 00000000..15175cd1 --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select-remote/add-all.html @@ -0,0 +1,21 @@ + + + +SelectRemote.addAll - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectRemote / addAll
+
+

addAll

+ +open fun addAll(children: List<Component>): SimplePanel +

Overrides SimplePanel.addAll

+

Adds a list of components to the current container.

+

Parameters

+

+children - list of child components

+

Return
+current container

+ + -- cgit