diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.select/index.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.form.select/index.html | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.select/index.html b/docs/api/pl.treksoft.kvision.form.select/index.html deleted file mode 100644 index 170d1d0f..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/index.html +++ /dev/null @@ -1,104 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>pl.treksoft.kvision.form.select - kvision</title> -<link rel="stylesheet" href="../../style.css"> -</HEAD> -<BODY> -<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.form.select</a><br/> -<br/> -<h2>Package pl.treksoft.kvision.form.select</h2> -<p>Full-featured select component with support for remote (AJAX) data source.</p> -<h3>Types</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="-ajax-options/index.html">AjaxOptions</a></p> -</td> -<td> -<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">AjaxOptions</span></code> -<p>Data class for AJAX options.</p> -</td> -</tr> -<tr> -<td> -<p><a href="-data-type/index.html">DataType</a></p> -</td> -<td> -<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">DataType</span></code> -<p>Data type for the AJAX call.</p> -</td> -</tr> -<tr> -<td> -<p><a href="-http-type/index.html">HttpType</a></p> -</td> -<td> -<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">HttpType</span></code> -<p>HTTP protocol type for the AJAX call.</p> -</td> -</tr> -<tr> -<td> -<p><a href="-select/index.html">Select</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Select</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="../pl.treksoft.kvision.form/-string-form-control/index.html"><span class="identifier">StringFormControl</span></a></code> -<p>The form field component for Select control.</p> -</td> -</tr> -<tr> -<td> -<p><a href="-select-input/index.html">SelectInput</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">SelectInput</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> -<p>The basic component for Select control.</p> -</td> -</tr> -<tr> -<td> -<p><a href="-select-opt-group/index.html">SelectOptGroup</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">SelectOptGroup</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> -<p>The helper container for adding option groups to <a href="-select/index.html">Select</a>.</p> -</td> -</tr> -<tr> -<td> -<p><a href="-select-option/index.html">SelectOption</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">SelectOption</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>The helper component for adding options to <a href="-select/index.html">Select</a> or <a href="-select-opt-group/index.html">SelectOptGroup</a>.</p> -</td> -</tr> -<tr> -<td> -<p><a href="-select-width-type/index.html">SelectWidthType</a></p> -</td> -<td> -<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">SelectWidthType</span></code> -<p>Select width types. See <a href="http://silviomoreto.github.io/bootstrap-select/examples/#width">Bootstrap Select width</a>.</p> -</td> -</tr> -</tbody> -</table> -<h3>Functions</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="to-js.html">toJs</a></p> -</td> -<td> -<code><span class="keyword">fun </span><a href="-ajax-options/index.html"><span class="identifier">AjaxOptions</span></a><span class="symbol">.</span><span class="identifier">toJs</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select$toJs(pl.treksoft.kvision.form.select.AjaxOptions, kotlin.Boolean)/emptyOption">emptyOption</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">)</span><span class="symbol">: </span><span class="keyword">dynamic</span></code> -<p>Convert AjaxOptions to JavaScript JSON object.</p> -</td> -</tr> -</tbody> -</table> -</BODY> -</HTML> |