blob: 91effa016bbe2b187fb5cab06135930fd72c00e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>SimpleSelectInput.autofocus - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.select</a> / <a href="index.html">SimpleSelectInput</a> / <a href="./autofocus.html">autofocus</a><br/>
<br/>
<h1>autofocus</h1>
<a name="pl.treksoft.kvision.form.select.SimpleSelectInput$autofocus"></a>
<code><span class="keyword">var </span><span class="identifier">autofocus</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
<p>Determines if the text input is automatically focused.</p>
<p><strong>Getter</strong><br/>
<p>Determines if the text input is automatically focused.</p>
</p>
<p><strong>Setter</strong><br/>
<p>Determines if the text input is automatically focused.</p>
</p>
</BODY>
</HTML>
|