aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.tabulator/-tabulator/set-page-to-row.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-04-24 23:12:48 +0200
committerRobert Jaros <rjaros@finn.pl>2019-04-24 23:12:48 +0200
commit8449ff519f3d853ca82c792dccf12d06fb09b627 (patch)
tree079a926cc6d418e2936a1b1797e39dde34710dd0 /api/pl.treksoft.kvision.tabulator/-tabulator/set-page-to-row.html
parente361ab18f355ff81ef61406543b918d4a2b9567c (diff)
downloadkvision-8449ff519f3d853ca82c792dccf12d06fb09b627.tar.gz
kvision-8449ff519f3d853ca82c792dccf12d06fb09b627.tar.bz2
kvision-8449ff519f3d853ca82c792dccf12d06fb09b627.zip
API documentation for KVision 0.0.35
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/set-page-to-row.html')
-rw-r--r--api/pl.treksoft.kvision.tabulator/-tabulator/set-page-to-row.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/set-page-to-row.html b/api/pl.treksoft.kvision.tabulator/-tabulator/set-page-to-row.html
new file mode 100644
index 00000000..e13b289b
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator/-tabulator/set-page-to-row.html
@@ -0,0 +1,18 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.setPageToRow - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<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-page-to-row.html">setPageToRow</a><br/>
+<br/>
+<h1>setPageToRow</h1>
+<a name="pl.treksoft.kvision.tabulator.Tabulator$setPageToRow(kotlin.Int)"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setPageToRow</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$setPageToRow(kotlin.Int)/row">row</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><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>Shows page with a row given by id.</p>
+<h3>Parameters</h3>
+<p><a name="row"></a>
+<code>row</code> - row id</p>
+</BODY>
+</HTML>