diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.spinner/-f-o-r-c-e-t-y-p-e/index.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.form.spinner/-f-o-r-c-e-t-y-p-e/index.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.spinner/-f-o-r-c-e-t-y-p-e/index.html b/docs/api/pl.treksoft.kvision.form.spinner/-f-o-r-c-e-t-y-p-e/index.html new file mode 100644 index 00000000..2b37f391 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.spinner/-f-o-r-c-e-t-y-p-e/index.html @@ -0,0 +1,47 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>FORCETYPE - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.spinner</a> / <a href="./index.html">FORCETYPE</a><br/> +<br/> +<h1>FORCETYPE</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">FORCETYPE</span></code> +<p>Spinner force rounding types.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-n-o-n-e.html">NONE</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-r-o-u-n-d.html">ROUND</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-f-l-o-o-r.html">FLOOR</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-e-i-l.html">CEIL</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |