diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.dropdown/-d-d')
5 files changed, 144 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.dropdown/-d-d/-d-i-s-a-b-l-e-d.html b/docs/api/pl.treksoft.kvision.dropdown/-d-d/-d-i-s-a-b-l-e-d.html new file mode 100644 index 00000000..c5172948 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.dropdown/-d-d/-d-i-s-a-b-l-e-d.html @@ -0,0 +1,26 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DD.DISABLED - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.dropdown</a> / <a href="index.html">DD</a> / <a href="./-d-i-s-a-b-l-e-d.html">DISABLED</a><br/> +<br/> +<h1>DISABLED</h1> +<a name="pl.treksoft.kvision.dropdown.DD.DISABLED"></a> +<code><span class="identifier">DISABLED</span></code> +<h3>Inherited Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="option.html">option</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">option</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.dropdown/-d-d/-h-e-a-d-e-r.html b/docs/api/pl.treksoft.kvision.dropdown/-d-d/-h-e-a-d-e-r.html new file mode 100644 index 00000000..c0521931 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.dropdown/-d-d/-h-e-a-d-e-r.html @@ -0,0 +1,26 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DD.HEADER - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.dropdown</a> / <a href="index.html">DD</a> / <a href="./-h-e-a-d-e-r.html">HEADER</a><br/> +<br/> +<h1>HEADER</h1> +<a name="pl.treksoft.kvision.dropdown.DD.HEADER"></a> +<code><span class="identifier">HEADER</span></code> +<h3>Inherited Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="option.html">option</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">option</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.dropdown/-d-d/-s-e-p-a-r-a-t-o-r.html b/docs/api/pl.treksoft.kvision.dropdown/-d-d/-s-e-p-a-r-a-t-o-r.html new file mode 100644 index 00000000..d518de3c --- /dev/null +++ b/docs/api/pl.treksoft.kvision.dropdown/-d-d/-s-e-p-a-r-a-t-o-r.html @@ -0,0 +1,26 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DD.SEPARATOR - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.dropdown</a> / <a href="index.html">DD</a> / <a href="./-s-e-p-a-r-a-t-o-r.html">SEPARATOR</a><br/> +<br/> +<h1>SEPARATOR</h1> +<a name="pl.treksoft.kvision.dropdown.DD.SEPARATOR"></a> +<code><span class="identifier">SEPARATOR</span></code> +<h3>Inherited Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="option.html">option</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">option</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.dropdown/-d-d/index.html b/docs/api/pl.treksoft.kvision.dropdown/-d-d/index.html new file mode 100644 index 00000000..544e8952 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.dropdown/-d-d/index.html @@ -0,0 +1,52 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DD - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.dropdown</a> / <a href="./index.html">DD</a><br/> +<br/> +<h1>DD</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">DD</span></code> +<p>Useful options for use in DropDown's <em>elements</em> parameter.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-h-e-a-d-e-r.html">HEADER</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-d-i-s-a-b-l-e-d.html">DISABLED</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-s-e-p-a-r-a-t-o-r.html">SEPARATOR</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="option.html">option</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">option</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.dropdown/-d-d/option.html b/docs/api/pl.treksoft.kvision.dropdown/-d-d/option.html new file mode 100644 index 00000000..518c5aed --- /dev/null +++ b/docs/api/pl.treksoft.kvision.dropdown/-d-d/option.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DD.option - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.dropdown</a> / <a href="index.html">DD</a> / <a href="./option.html">option</a><br/> +<br/> +<h1>option</h1> +<a name="pl.treksoft.kvision.dropdown.DD$option"></a> +<code><span class="keyword">val </span><span class="identifier">option</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> |