diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form/-form/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.form/-form/index.html | 37 |
1 files changed, 28 insertions, 9 deletions
diff --git a/api/pl.treksoft.kvision.form/-form/index.html b/api/pl.treksoft.kvision.form/-form/index.html index 87d25335..1412e3d6 100644 --- a/api/pl.treksoft.kvision.form/-form/index.html +++ b/api/pl.treksoft.kvision.form/-form/index.html @@ -24,6 +24,25 @@ </tr> </tbody> </table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="fields.html">fields</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">fields</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="../-form-control/index.html"><span class="identifier">FormControl</span></a><span class="symbol">></span></code></td> +</tr> +<tr> +<td> +<p><a href="model-factory.html">modelFactory</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">modelFactory</span><span class="symbol">: </span><span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html"><span class="identifier">Map</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</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></td> +</tr> +</tbody> +</table> <h3>Functions</h3> <table> <tbody> @@ -91,15 +110,6 @@ </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> @@ -160,6 +170,15 @@ <p>Helper function for creating JavaScript objects from dynamic constructors.</p> </td> </tr> +<tr> +<td> +<p><a href="../../pl.treksoft.kvision.utils/get-data-with-file-content.html">getDataWithFileContent</a></p> +</td> +<td> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">K</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">></span> <a href="./index.html"><span class="identifier">Form</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.utils/get-data-with-file-content.html#K"><span class="identifier">K</span></a><span class="symbol">></span><span class="symbol">.</span><span class="identifier">getDataWithFileContent</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/get-data-with-file-content.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> </tbody> </table> </BODY> |