aboutsummaryrefslogtreecommitdiff
path: root/docs/api/pl.treksoft.kvision.form.select/-select-input
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.select/-select-input')
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/index.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/name.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html8
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/size.html8
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/style.html8
-rw-r--r--docs/api/pl.treksoft.kvision.form.select/-select-input/value.html6
15 files changed, 90 insertions, 6 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html
index b6d2e986..b08163f4 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$ajaxOptions"></a>
<code><span class="keyword">var </span><span class="identifier">ajaxOptions</span><span class="symbol">: </span><a href="../-ajax-options/index.html"><span class="identifier">AjaxOptions</span></a><span class="symbol">?</span></code>
<p>Additional options for remote (AJAX) data source.</p>
+<p><strong>Getter</strong><br/>
+<p>Additional options for remote (AJAX) data source.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Additional options for remote (AJAX) data source.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html
index 2601d67f..cf5cb1ba 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$autofocus"></a>
<code><span class="keyword">var </span><span class="identifier">autofocus</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></code>
<p>Determines if the select is automatically focused.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if the select is automatically focused.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if the select is automatically focused.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html
index 286f35da..d35f83fa 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$disabled"></a>
<code><span class="keyword">var </span><span class="identifier">disabled</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
<p>Determines if the field is disabled.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if the field is disabled.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if the field is disabled.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html
index 0e2457a8..01cb6058 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$emptyOption"></a>
<code><span class="keyword">var </span><span class="identifier">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></code>
<p>Determines if an empty option is automatically generated.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if an empty option is automatically generated.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if an empty option is automatically generated.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html
index b7917e82..2a968dd0 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html
@@ -122,7 +122,7 @@
<p><a href="select-width-type.html">selectWidthType</a></p>
</td>
<td>
-<code><span class="keyword">var </span><span class="identifier">selectWidthType</span><span class="symbol">: </span><a href="../-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html"><span class="identifier">SELECTWIDTHTYPE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">var </span><span class="identifier">selectWidthType</span><span class="symbol">: </span><a href="../-select-width-type/index.html"><span class="identifier">SelectWidthType</span></a><span class="symbol">?</span></code>
<p>The width type of the select control.</p>
</td>
</tr>
@@ -131,7 +131,7 @@
<p><a href="size.html">size</a></p>
</td>
<td>
-<code><span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-i-n-p-u-t-s-i-z-e/index.html"><span class="identifier">INPUTSIZE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
<p>The size of the input.</p>
</td>
</tr>
@@ -140,7 +140,7 @@
<p><a href="style.html">style</a></p>
</td>
<td>
-<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-b-u-t-t-o-n-s-t-y-l-e/index.html"><span class="identifier">BUTTONSTYLE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-button-style/index.html"><span class="identifier">ButtonStyle</span></a><span class="symbol">?</span></code>
<p>The style of the select control.</p>
</td>
</tr>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html
index 8a4991a4..8b506a54 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$liveSearch"></a>
<code><span class="keyword">var </span><span class="identifier">liveSearch</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
<p>Determines if live search is available.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if live search is available.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if live search is available.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html
index 94af9393..76349c48 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$maxOptions"></a>
<code><span class="keyword">var </span><span class="identifier">maxOptions</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code>
<p>Maximal number of selected options.</p>
+<p><strong>Getter</strong><br/>
+<p>Maximal number of selected options.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Maximal number of selected options.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html
index c153f784..f7f2b1ba 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$multiple"></a>
<code><span class="keyword">var </span><span class="identifier">multiple</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
<p>Determines if multiple value selection is allowed.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if multiple value selection is allowed.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if multiple value selection is allowed.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/name.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/name.html
index 7fb56e4e..28f69d76 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/name.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/name.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$name"></a>
<code><span class="keyword">var </span><span class="identifier">name</span><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></code>
<p>The name attribute of the generated HTML select element.</p>
+<p><strong>Getter</strong><br/>
+<p>The name attribute of the generated HTML select element.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The name attribute of the generated HTML select element.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html
index ff134007..7ec7138b 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$placeholder"></a>
<code><span class="keyword">var </span><span class="identifier">placeholder</span><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></code>
<p>The placeholder for the select control.</p>
+<p><strong>Getter</strong><br/>
+<p>The placeholder for the select control.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The placeholder for the select control.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html
index 0bc69205..e0cb223d 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html
@@ -9,7 +9,13 @@
<br/>
<h1>selectWidthType</h1>
<a name="pl.treksoft.kvision.form.select.SelectInput$selectWidthType"></a>
-<code><span class="keyword">var </span><span class="identifier">selectWidthType</span><span class="symbol">: </span><a href="../-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html"><span class="identifier">SELECTWIDTHTYPE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">var </span><span class="identifier">selectWidthType</span><span class="symbol">: </span><a href="../-select-width-type/index.html"><span class="identifier">SelectWidthType</span></a><span class="symbol">?</span></code>
<p>The width type of the select control.</p>
+<p><strong>Getter</strong><br/>
+<p>The width type of the select control.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The width type of the select control.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html
index b2303fc0..65dd9467 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$selectWidth"></a>
<code><span class="keyword">var </span><span class="identifier">selectWidth</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code>
<p>The width of the select control.</p>
+<p><strong>Getter</strong><br/>
+<p>The width of the select control.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The width of the select control.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/size.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/size.html
index 5a085e4b..b1069294 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/size.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/size.html
@@ -9,7 +9,13 @@
<br/>
<h1>size</h1>
<a name="pl.treksoft.kvision.form.select.SelectInput$size"></a>
-<code><span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-i-n-p-u-t-s-i-z-e/index.html"><span class="identifier">INPUTSIZE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
<p>The size of the input.</p>
+<p><strong>Getter</strong><br/>
+<p>The size of the input.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The size of the input.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/style.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/style.html
index 4efe941a..aae942c5 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/style.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/style.html
@@ -9,7 +9,13 @@
<br/>
<h1>style</h1>
<a name="pl.treksoft.kvision.form.select.SelectInput$style"></a>
-<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-b-u-t-t-o-n-s-t-y-l-e/index.html"><span class="identifier">BUTTONSTYLE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-button-style/index.html"><span class="identifier">ButtonStyle</span></a><span class="symbol">?</span></code>
<p>The style of the select control.</p>
+<p><strong>Getter</strong><br/>
+<p>The style of the select control.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The style of the select control.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/value.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/value.html
index 891f1f9f..19e13af6 100644
--- a/docs/api/pl.treksoft.kvision.form.select/-select-input/value.html
+++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/value.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.select.SelectInput$value"></a>
<code><span class="keyword">var </span><span class="identifier">value</span><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></code>
<p>A value of the selected option.</p>
+<p><strong>Getter</strong><br/>
+<p>A value of the selected option.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>A value of the selected option.</p>
+</p>
</BODY>
</HTML>