diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.check/index.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.form.check/index.html | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.check/index.html b/docs/api/pl.treksoft.kvision.form.check/index.html deleted file mode 100644 index 22161c98..00000000 --- a/docs/api/pl.treksoft.kvision.form.check/index.html +++ /dev/null @@ -1,81 +0,0 @@ -<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> / <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> <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/-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> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</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> <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/-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> <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 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> |