diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html')
-rw-r--r-- | api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html b/api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html new file mode 100644 index 00000000..9afc0f15 --- /dev/null +++ b/api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html @@ -0,0 +1,17 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>FormPanel.getDataWithFileContent - 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">FormPanel</a> / <a href="./get-data-with-file-content.html">getDataWithFileContent</a><br/> +<br/> +<h1>getDataWithFileContent</h1> +<a name="pl.treksoft.kvision.form.FormPanel$getDataWithFileContent()"></a> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><span class="identifier">getDataWithFileContent</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html#K"><span class="identifier">K</span></a></code> +<p>Returns current data model with file content read for all KFiles controls.</p> +<p><strong>Return</strong><br/> +data model</p> +</BODY> +</HTML> |