diff options
| author | Robert Jaros <rjaros@finn.pl> | 2018-04-02 01:35:47 +0200 |
|---|---|---|
| committer | Robert Jaros <rjaros@finn.pl> | 2018-04-02 01:35:47 +0200 |
| commit | 806edfceeefe7fda47924f97237974e99fe28a02 (patch) | |
| tree | ab1f0cbd26fabd147c2343761c1577e05da373af /api/pl.treksoft.kvision.html/-button-type | |
| parent | fe344a5450759e8eb8ffbb9c7d7f92a9ee5f4ee0 (diff) | |
| download | kvision-806edfceeefe7fda47924f97237974e99fe28a02.tar.gz kvision-806edfceeefe7fda47924f97237974e99fe28a02.tar.bz2 kvision-806edfceeefe7fda47924f97237974e99fe28a02.zip | |
API documentantion update
Diffstat (limited to 'api/pl.treksoft.kvision.html/-button-type')
4 files changed, 82 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.html/-button-type/-b-u-t-t-o-n.html b/api/pl.treksoft.kvision.html/-button-type/-b-u-t-t-o-n.html new file mode 100644 index 00000000..4c82579f --- /dev/null +++ b/api/pl.treksoft.kvision.html/-button-type/-b-u-t-t-o-n.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ButtonType.BUTTON - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="index.html">ButtonType</a> / <a href="./-b-u-t-t-o-n.html">BUTTON</a><br/> +<br/> +<h1>BUTTON</h1> +<a name="pl.treksoft.kvision.html.ButtonType.BUTTON"></a> +<code><span class="identifier">BUTTON</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.html/-button-type/-r-e-s-e-t.html b/api/pl.treksoft.kvision.html/-button-type/-r-e-s-e-t.html new file mode 100644 index 00000000..5fe96db0 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-button-type/-r-e-s-e-t.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ButtonType.RESET - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="index.html">ButtonType</a> / <a href="./-r-e-s-e-t.html">RESET</a><br/> +<br/> +<h1>RESET</h1> +<a name="pl.treksoft.kvision.html.ButtonType.RESET"></a> +<code><span class="identifier">RESET</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.html/-button-type/-s-u-b-m-i-t.html b/api/pl.treksoft.kvision.html/-button-type/-s-u-b-m-i-t.html new file mode 100644 index 00000000..ac715940 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-button-type/-s-u-b-m-i-t.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ButtonType.SUBMIT - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="index.html">ButtonType</a> / <a href="./-s-u-b-m-i-t.html">SUBMIT</a><br/> +<br/> +<h1>SUBMIT</h1> +<a name="pl.treksoft.kvision.html.ButtonType.SUBMIT"></a> +<code><span class="identifier">SUBMIT</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.html/-button-type/index.html b/api/pl.treksoft.kvision.html/-button-type/index.html new file mode 100644 index 00000000..6a6009d1 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-button-type/index.html @@ -0,0 +1,40 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ButtonType - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="./index.html">ButtonType</a><br/> +<br/> +<h1>ButtonType</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ButtonType</span></code> +<p>Button types.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-b-u-t-t-o-n.html">BUTTON</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-s-u-b-m-i-t.html">SUBMIT</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-r-e-s-e-t.html">RESET</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |
