diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form/-form-panel')
-rw-r--r-- | api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html | 17 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.form/-form-panel/index.html | 9 |
2 files changed, 26 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> diff --git a/api/pl.treksoft.kvision.form/-form-panel/index.html b/api/pl.treksoft.kvision.form/-form-panel/index.html index 03973484..39813a1a 100644 --- a/api/pl.treksoft.kvision.form/-form-panel/index.html +++ b/api/pl.treksoft.kvision.form/-form-panel/index.html @@ -182,6 +182,15 @@ </tr> <tr> <td> +<p><a href="get-data-with-file-content.html">getDataWithFileContent</a></p> +</td> +<td> +<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> +</td> +</tr> +<tr> +<td> <p><a href="get-sn-attrs.html">getSnAttrs</a></p> </td> <td> |