aboutsummaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.form.check/index.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-10-26 00:17:24 +0200
committerRobert Jaros <rjaros@finn.pl>2019-10-26 00:17:24 +0200
commitfb7ff5b8bf2073a8d7b78011b9edffc830dc63cb (patch)
tree911c8e9b208b9ba77f00531668d1d99b40fcb8e3 /api1/pl.treksoft.kvision.form.check/index.html
parent4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 (diff)
downloadkvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.gz
kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.bz2
kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.zip
API documentation for KVision 2.0.0
Diffstat (limited to 'api1/pl.treksoft.kvision.form.check/index.html')
-rw-r--r--api1/pl.treksoft.kvision.form.check/index.html108
1 files changed, 108 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.form.check/index.html b/api1/pl.treksoft.kvision.form.check/index.html
new file mode 100644
index 00000000..3f550ef8
--- /dev/null
+++ b/api1/pl.treksoft.kvision.form.check/index.html
@@ -0,0 +1,108 @@
+<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-input/index.html">CheckBoxInput</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">CheckBoxInput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-check-input/index.html"><span class="identifier">CheckInput</span></a></code>
+<p>The basic input 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">abstract</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-group-input/index.html">RadioGroupInput</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RadioGroupInput</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/-form-input/index.html"><span class="identifier">FormInput</span></a></code>
+<p>The input 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-input/index.html">RadioInput</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RadioInput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-check-input/index.html"><span class="identifier">CheckInput</span></a></code>
+<p>The basic input component rendered as HTML <em>input type="radio"</em>.</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>