aboutsummaryrefslogtreecommitdiff
path: root/docs/api/pl.treksoft.kvision.form.check/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.check/index.html')
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/index.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.check/index.html b/docs/api/pl.treksoft.kvision.form.check/index.html
index 6f670681..22161c98 100644
--- a/docs/api/pl.treksoft.kvision.form.check/index.html
+++ b/docs/api/pl.treksoft.kvision.form.check/index.html
@@ -14,29 +14,20 @@
<tbody>
<tr>
<td>
-<p><a href="-c-h-e-c-k-b-o-x-s-t-y-l-e/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="-c-h-e-c-k-i-n-p-u-t-t-y-p-e/index.html">CHECKINPUTTYPE</a></p>
+<p><a href="-check-box/index.html">CheckBox</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>
+<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/index.html">CheckBox</a></p>
+<p><a href="-check-box-style/index.html">CheckBoxStyle</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>
+<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>
@@ -50,11 +41,11 @@
</tr>
<tr>
<td>
-<p><a href="-r-a-d-i-o-s-t-y-l-e/index.html">RADIOSTYLE</a></p>
+<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">RADIOSTYLE</span></code>
-<p>Radio style options.</p>
+<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>
@@ -75,6 +66,15 @@
<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>