diff options
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params')
3 files changed, 60 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/index.html new file mode 100644 index 00000000..5aa89384 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/index.html @@ -0,0 +1,32 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.SelectParams - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.tabulator.js</a> / <a href="../index.html">Tabulator</a> / <a href="./index.html">SelectParams</a><br/> +<br/> +<h1>SelectParams</h1> +<code><span class="keyword">interface </span><span class="identifier">SelectParams</span></code> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="list-item-formatter.html">listItemFormatter</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">listItemFormatter</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <span class="identifier">text</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="values.html">values</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">values</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/list-item-formatter.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/list-item-formatter.html new file mode 100644 index 00000000..5505acd9 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/list-item-formatter.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.SelectParams.listItemFormatter - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.tabulator.js</a> / <a href="../index.html">Tabulator</a> / <a href="index.html">SelectParams</a> / <a href="./list-item-formatter.html">listItemFormatter</a><br/> +<br/> +<h1>listItemFormatter</h1> +<a name="pl.treksoft.kvision.tabulator.js.Tabulator.SelectParams$listItemFormatter"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">listItemFormatter</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <span class="identifier">text</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/values.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/values.html new file mode 100644 index 00000000..079572cd --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/values.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.SelectParams.values - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.tabulator.js</a> / <a href="../index.html">Tabulator</a> / <a href="index.html">SelectParams</a> / <a href="./values.html">values</a><br/> +<br/> +<h1>values</h1> +<a name="pl.treksoft.kvision.tabulator.js.Tabulator.SelectParams$values"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">values</span><span class="symbol">: </span><span class="keyword">dynamic</span></code> +</BODY> +</HTML> |