summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-06-23 14:12:10 +0200
committerRobert Jaros <rjaros@finn.pl>2019-06-23 14:12:10 +0200
commitbc2152266d0aa8b749d5202d54f9e7c4a5db5b5b (patch)
tree5fe76e243d94095bf2368122acb21db84a693aef /api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html
parenta8ff23c5e58394c21e2e7c2a4880302b43b60dfd (diff)
downloadkvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.tar.gz
kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.tar.bz2
kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.zip
API documentation for KVision 0.0.37
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html')
-rw-r--r--api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html b/api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html
index 27e583fb..f914faf0 100644
--- a/api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html
+++ b/api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html
@@ -8,8 +8,8 @@
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.tabulator</a>&nbsp;/&nbsp;<a href="index.html">Tabulator</a>&nbsp;/&nbsp;<a href="./set-data.html">setData</a><br/>
<br/>
<h1>setData</h1>
-<a name="pl.treksoft.kvision.tabulator.Tabulator$setData(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)))"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$setData(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)))/data">data</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<a name="pl.treksoft.kvision.tabulator.Tabulator$setData(kotlin.Array((pl.treksoft.kvision.tabulator.Tabulator.T)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$setData(kotlin.Array((pl.treksoft.kvision.tabulator.Tabulator.T)))/data">data</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol">&lt;</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>Sets new data in a table.</p>
<h3>Parameters</h3>
<p><a name="data"></a>