summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.form.check/index.html
blob: 22161c989165a0b1a00bfcf1ae59e6d6e312de1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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></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>