blob: c84da632f636dcbef779d49d392e2826f965432b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>FilesFormControl.getValue - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form</a> / <a href="index.html">FilesFormControl</a> / <a href="./get-value.html">getValue</a><br/>
<br/>
<h1>getValue</h1>
<a name="pl.treksoft.kvision.form.FilesFormControl$getValue()"></a>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getValue</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.files/-file/index.html"><span class="identifier">File</span></a><span class="symbol">></span><span class="symbol">?</span></code>
<p>Overrides <a href="../-form-control/get-value.html">FormControl.getValue</a></p>
<p>Returns the value of the control.</p>
<p><strong>Return</strong><br/>
the value</p>
</BODY>
</HTML>
|