diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-02-26 14:21:46 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-02-26 14:21:46 +0100 |
commit | 61545b3f1fb1844af350d187edd26285e98f0466 (patch) | |
tree | 332e6d6b246d6829e021a722ac721a43ad6e98d2 /docs/api/pl.treksoft.kvision.form.check/index.html | |
parent | aa350102b7dea200fdd152b16a2948e681a98a0e (diff) | |
download | kvision-61545b3f1fb1844af350d187edd26285e98f0466.tar.gz kvision-61545b3f1fb1844af350d187edd26285e98f0466.tar.bz2 kvision-61545b3f1fb1844af350d187edd26285e98f0466.zip |
API documentation update
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.check/index.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.form.check/index.html | 36 |
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> <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/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> <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> +<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> |