summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.form.check/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.form.check/index.html')
-rw-r--r--api/pl.treksoft.kvision.form.check/index.html81
1 files changed, 81 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form.check/index.html b/api/pl.treksoft.kvision.form.check/index.html
new file mode 100644
index 00000000..d61b4b2a
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.check/index.html
@@ -0,0 +1,81 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>pl.treksoft.kvision.form.check - kvision</title>
+<link rel="stylesheet" href="../../style.css">
+</HEAD>
+<BODY>
+<a href="../index.html">kvision</a>&nbsp;/&nbsp;<a href="./index.html">pl.treksoft.kvision.form.check</a><br/>
+<br/>
+<h2>Package pl.treksoft.kvision.form.check</h2>
+<p>Checkbox, radiobutton and radiobutton group components.</p>
+<h3>Types</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="-check-box/index.html">CheckBox</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">CheckBox</span>&nbsp;<span class="symbol">:</span>&nbsp;<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/-bool-form-control/index.html"><span class="identifier">BoolFormControl</span></a></code>
+<p>The form field component rendered as HTML <em>input type="checkbox"</em>.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-check-box-style/index.html">CheckBoxStyle</a></p>
+</td>
+<td>
+<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">CheckBoxStyle</span></code>
+<p>Checkbox style options.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-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>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">, </span><a href="../pl.treksoft.kvision.form/-form-input/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>
+<tr>
+<td>
+<p><a href="-check-input-type/index.html">CheckInputType</a></p>
+</td>
+<td>
+<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">CheckInputType</span></code>
+<p>Type of the check input control (checkbox or radio).</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-radio/index.html">Radio</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Radio</span>&nbsp;<span class="symbol">:</span>&nbsp;<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/-bool-form-control/index.html"><span class="identifier">BoolFormControl</span></a></code>
+<p>The form field component rendered as HTML <em>input type="radio"</em>.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-radio-group/index.html">RadioGroup</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RadioGroup</span>&nbsp;<span class="symbol">:</span>&nbsp;<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 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="-radio-style/index.html">RadioStyle</a></p>
+</td>
+<td>
+<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">RadioStyle</span></code>
+<p>Radio style options.</p>
+</td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>