diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form')
7 files changed, 91 insertions, 1 deletions
diff --git a/api/pl.treksoft.kvision.form/-form-input/index.html b/api/pl.treksoft.kvision.form/-form-input/index.html index fd61b517..5382b541 100644 --- a/api/pl.treksoft.kvision.form/-form-input/index.html +++ b/api/pl.treksoft.kvision.form/-form-input/index.html @@ -149,7 +149,7 @@ <p><a href="../../pl.treksoft.kvision.form.check/-check-input/index.html">CheckInput</a></p> </td> <td> -<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">CheckInput</span> <span class="symbol">:</span> <a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">, </span><a href="./index.html"><span class="identifier">FormInput</span></a></code> +<code><span class="keyword">abstract</span> <span class="keyword">class </span><span class="identifier">CheckInput</span> <span class="symbol">:</span> <a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">, </span><a href="./index.html"><span class="identifier">FormInput</span></a></code> <p>The basic input component rendered as HTML <em>input type="checkbox"</em> or <em>input type="radio"</em>.</p> </td> </tr> @@ -164,6 +164,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.form.check/-radio-group-input/index.html">RadioGroupInput</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RadioGroupInput</span> <span class="symbol">:</span> <a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="./index.html"><span class="identifier">FormInput</span></a></code> +<p>The input component rendered as a group of HTML <em>input type="radio"</em> elements with the same name attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.form.select/-select-input/index.html">SelectInput</a></p> </td> <td> 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> diff --git a/api/pl.treksoft.kvision.form/-form/get-data-with-file-content.html b/api/pl.treksoft.kvision.form/-form/get-data-with-file-content.html new file mode 100644 index 00000000..c3384ce8 --- /dev/null +++ b/api/pl.treksoft.kvision.form/-form/get-data-with-file-content.html @@ -0,0 +1,17 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Form.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">Form</a> / <a href="./get-data-with-file-content.html">getDataWithFileContent</a><br/> +<br/> +<h1>getDataWithFileContent</h1> +<a name="pl.treksoft.kvision.form.Form$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/index.html b/api/pl.treksoft.kvision.form/-form/index.html index 693f2c30..61f1edcd 100644 --- a/api/pl.treksoft.kvision.form/-form/index.html +++ b/api/pl.treksoft.kvision.form/-form/index.html @@ -91,6 +91,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="remove.html">remove</a></p> </td> <td> diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/get-native-file.html b/api/pl.treksoft.kvision.form/-k-files-form-control/get-native-file.html new file mode 100644 index 00000000..7223eed8 --- /dev/null +++ b/api/pl.treksoft.kvision.form/-k-files-form-control/get-native-file.html @@ -0,0 +1,20 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>KFilesFormControl.getNativeFile - 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">KFilesFormControl</a> / <a href="./get-native-file.html">getNativeFile</a><br/> +<br/> +<h1>getNativeFile</h1> +<a name="pl.treksoft.kvision.form.KFilesFormControl$getNativeFile(pl.treksoft.kvision.types.KFile)"></a> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getNativeFile</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.KFilesFormControl$getNativeFile(pl.treksoft.kvision.types.KFile)/kFile">kFile</span><span class="symbol">:</span> <a href="../../pl.treksoft.kvision.types/-k-file/index.html"><span class="identifier">KFile</span></a><span class="symbol">)</span><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></code> +<p>Returns the native JavaScript File object.</p> +<h3>Parameters</h3> +<p><a name="kFile"></a> +<code>kFile</code> - KFile object</p> +<p><strong>Return</strong><br/> +File object</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/index.html b/api/pl.treksoft.kvision.form/-k-files-form-control/index.html index 056d1394..ca7b451d 100644 --- a/api/pl.treksoft.kvision.form/-k-files-form-control/index.html +++ b/api/pl.treksoft.kvision.form/-k-files-form-control/index.html @@ -97,6 +97,15 @@ <tbody> <tr> <td> +<p><a href="get-native-file.html">getNativeFile</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getNativeFile</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.KFilesFormControl$getNativeFile(pl.treksoft.kvision.types.KFile)/kFile">kFile</span><span class="symbol">:</span> <a href="../../pl.treksoft.kvision.types/-k-file/index.html"><span class="identifier">KFile</span></a><span class="symbol">)</span><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></code> +<p>Returns the native JavaScript File object.</p> +</td> +</tr> +<tr> +<td> <p><a href="get-value.html">getValue</a></p> </td> <td> |