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/get-children.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/-select-remote/get-children.html (limited to 'api/pl.treksoft.kvision.form.select/-select-remote/get-children.html') diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/get-children.html b/api/pl.treksoft.kvision.form.select/-select-remote/get-children.html new file mode 100644 index 00000000..4ea7a466 --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select-remote/get-children.html @@ -0,0 +1,18 @@ + + + +SelectRemote.getChildren - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectRemote / getChildren
+
+

getChildren

+ +open fun getChildren(): List<Component> +

Overrides SimplePanel.getChildren

+

Returns a list of children of the current container.

+

Return
+list of children

+ + -- cgit