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

remove

+ +open fun remove(child: Component): SimplePanel +

Overrides SimplePanel.remove

+

Removes given component from the current container.

+

Parameters

+

+child - child component

+

Return
+current container

+ + -- cgit