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 --- api/pl.treksoft.kvision.form.select/index.html | 36 +++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'api/pl.treksoft.kvision.form.select/index.html') diff --git a/api/pl.treksoft.kvision.form.select/index.html b/api/pl.treksoft.kvision.form.select/index.html index a0458f71..d328334a 100644 --- a/api/pl.treksoft.kvision.form.select/index.html +++ b/api/pl.treksoft.kvision.form.select/index.html @@ -41,24 +41,6 @@ -

RemoteSelect

- - -open class RemoteSelect<T : Any> : SimplePanel, StringFormControl -

The form field component for RemoteSelect control.

- - - - -

RemoteSelectInput

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

The Select control connected to the multiplatform service.

- - - -

Select

@@ -95,6 +77,24 @@ +

SelectRemote

+ + +open class SelectRemote<T : Any> : SimplePanel, StringFormControl +

The form field component for SelectRemote control.

+ + + + +

SelectRemoteInput

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

The Select control connected to the multiplatform service.

+ + + +

SelectWidthType

-- cgit