diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-10-17 18:40:15 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-10-17 18:40:15 +0200 |
commit | a70acf853de62d0754ca95aa4103712b82afdef8 (patch) | |
tree | cb8980c51c98f41f833aa89c7bd28e5fa133f35e /api/pl.treksoft.kvision.form/-form/get-content.html | |
parent | 546892a2b8c743224ccabd609827f5048c7a630c (diff) | |
download | kvision-a70acf853de62d0754ca95aa4103712b82afdef8.tar.gz kvision-a70acf853de62d0754ca95aa4103712b82afdef8.tar.bz2 kvision-a70acf853de62d0754ca95aa4103712b82afdef8.zip |
API Documentation for KVision 0.0.18
Diffstat (limited to 'api/pl.treksoft.kvision.form/-form/get-content.html')
-rw-r--r-- | api/pl.treksoft.kvision.form/-form/get-content.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/api/pl.treksoft.kvision.form/-form/get-content.html b/api/pl.treksoft.kvision.form/-form/get-content.html deleted file mode 100644 index 90b6feeb..00000000 --- a/api/pl.treksoft.kvision.form/-form/get-content.html +++ /dev/null @@ -1,22 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Form.getContent - 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">Form</a> / <a href="./get-content.html">getContent</a><br/> -<br/> -<h1>getContent</h1> -<a name="pl.treksoft.kvision.form.Form$getContent(kotlin.reflect.KProperty1((pl.treksoft.kvision.form.Form.K, kotlin.collections.List((pl.treksoft.kvision.types.KFile)))), pl.treksoft.kvision.types.KFile)"></a> -<code><span class="keyword">suspend</span> <span class="keyword">fun </span><span class="identifier">getContent</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.Form$getContent(kotlin.reflect.KProperty1((pl.treksoft.kvision.form.Form.K, kotlin.collections.List((pl.treksoft.kvision.types.KFile)))), pl.treksoft.kvision.types.KFile)/key">key</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-property1/index.html"><span class="identifier">KProperty1</span></a><span class="symbol"><</span><a href="index.html#K"><span class="identifier">K</span></a><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><span class="identifier">KFile</span><span class="symbol">></span><span class="symbol">?</span><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.Form$getContent(kotlin.reflect.KProperty1((pl.treksoft.kvision.form.Form.K, kotlin.collections.List((pl.treksoft.kvision.types.KFile)))), pl.treksoft.kvision.types.KFile)/kFile">kFile</span><span class="symbol">:</span> <span class="identifier">KFile</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">KFile</span></code> -<p>Returns file with the content read.</p> -<h3>Parameters</h3> -<p><a name="key"></a> -<code>key</code> - key identifier of the control</p> -<p><a name="kFile"></a> -<code>kFile</code> - object identifying the file</p> -<p><strong>Return</strong><br/> -KFile object</p> -</BODY> -</HTML> |