summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2020-03-13 01:05:20 +0100
committerRobert Jaros <rjaros@finn.pl>2020-03-13 01:05:20 +0100
commit0365722f8549ee93918be99da1b9f901cf0b2c8d (patch)
tree01624b829e0d11c122070dacab6e7b1bf90325a8 /api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params
parent4ffe1bee99a55e985bb71dacff3839263cb4316f (diff)
downloadkvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.tar.gz
kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.tar.bz2
kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.zip
API documentation for KVision 3.5.2
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params')
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/indeterminate-value.html2
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/index.html8
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/tristate.html2
3 files changed, 7 insertions, 5 deletions
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/indeterminate-value.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/indeterminate-value.html
index 3ea835fe..2f96b601 100644
--- a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/indeterminate-value.html
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/indeterminate-value.html
@@ -8,7 +8,7 @@
<a href="../../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../../index.html">pl.treksoft.kvision.tabulator.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CheckboxParams</a>&nbsp;/&nbsp;<a href="./indeterminate-value.html">indeterminateValue</a><br/>
<br/>
<h1>indeterminateValue</h1>
-<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CheckboxParams$indeterminateValue"></a>
+(js) <a name="pl.treksoft.kvision.tabulator.js.Tabulator.CheckboxParams$indeterminateValue"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">indeterminateValue</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></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/index.html
index 8c965cac..df2ff9c1 100644
--- a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/index.html
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/index.html
@@ -8,20 +8,22 @@
<a href="../../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../../index.html">pl.treksoft.kvision.tabulator.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="./index.html">CheckboxParams</a><br/>
<br/>
<h1>CheckboxParams</h1>
-<code><span class="keyword">interface </span><span class="identifier">CheckboxParams</span></code>
+(js) <code><span class="keyword">interface </span><span class="identifier">CheckboxParams</span></code>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
-<p><a href="indeterminate-value.html">indeterminateValue</a></p>
+(js)
+<h4><a href="indeterminate-value.html">indeterminateValue</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">indeterminateValue</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></code></td>
</tr>
<tr>
<td>
-<p><a href="tristate.html">tristate</a></p>
+(js)
+<h4><a href="tristate.html">tristate</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">tristate</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/tristate.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/tristate.html
index c5a3c9f3..9689524a 100644
--- a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/tristate.html
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-checkbox-params/tristate.html
@@ -8,7 +8,7 @@
<a href="../../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../../index.html">pl.treksoft.kvision.tabulator.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CheckboxParams</a>&nbsp;/&nbsp;<a href="./tristate.html">tristate</a><br/>
<br/>
<h1>tristate</h1>
-<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CheckboxParams$tristate"></a>
+(js) <a name="pl.treksoft.kvision.tabulator.js.Tabulator.CheckboxParams$tristate"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">tristate</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
</BODY>
</HTML>