aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.form.check/index.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-01-29 23:41:38 +0100
committerRobert Jaros <rjaros@finn.pl>2019-01-29 23:41:38 +0100
commitf23e74c2eb0cae2f6ce674881e86ab5d5659ad77 (patch)
treef10995bb0d1179c65829b5e175e7b1de8dbe834e /api/pl.treksoft.kvision.form.check/index.html
parenta81c549e277d1a07e87cf8e2eecf89662deda323 (diff)
downloadkvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.tar.gz
kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.tar.bz2
kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.zip
API documentation for KVision 0.0.23
Diffstat (limited to 'api/pl.treksoft.kvision.form.check/index.html')
-rw-r--r--api/pl.treksoft.kvision.form.check/index.html29
1 files changed, 28 insertions, 1 deletions
diff --git a/api/pl.treksoft.kvision.form.check/index.html b/api/pl.treksoft.kvision.form.check/index.html
index d61b4b2a..3f550ef8 100644
--- a/api/pl.treksoft.kvision.form.check/index.html
+++ b/api/pl.treksoft.kvision.form.check/index.html
@@ -23,6 +23,15 @@
</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>
@@ -35,7 +44,7 @@
<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>
+<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>
@@ -68,6 +77,24 @@
</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>