From a8ff23c5e58394c21e2e7c2a4880302b43b60dfd Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 16 May 2019 15:06:28 +0200 Subject: API documentation for KVision 0.0.36 --- .../-form-input/index.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'api/pl.treksoft.kvision.form/-form-input/index.html') diff --git a/api/pl.treksoft.kvision.form/-form-input/index.html b/api/pl.treksoft.kvision.form/-form-input/index.html index e641183d..e1587024 100644 --- a/api/pl.treksoft.kvision.form/-form-input/index.html +++ b/api/pl.treksoft.kvision.form/-form-input/index.html @@ -64,6 +64,29 @@ +

Functions

+ + + + + + + + + + + +
+

blur

+
+abstract fun blur(): Unit +

Makes the input element blur.

+
+

focus

+
+abstract fun focus(): Unit +

Makes the input element focused.

+

Inherited Functions

@@ -204,6 +227,15 @@ + + + +
+

SimpleSelectInput

+
+open class SimpleSelectInput : SimplePanel, FormInput +

Simple select component.

+

SpinnerInput

-- cgit