summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html')
-rw-r--r--api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html b/api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html
new file mode 100644
index 00000000..850a2f19
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html
@@ -0,0 +1,22 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.scrollToRow - 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="./scroll-to-row.html">scrollToRow</a><br/>
+<br/>
+<h1>scrollToRow</h1>
+<a name="pl.treksoft.kvision.tabulator.Tabulator$scrollToRow(kotlin.Int, pl.treksoft.kvision.tabulator.RowPosition, kotlin.Boolean)"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">scrollToRow</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$scrollToRow(kotlin.Int, pl.treksoft.kvision.tabulator.RowPosition, kotlin.Boolean)/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="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$scrollToRow(kotlin.Int, pl.treksoft.kvision.tabulator.RowPosition, kotlin.Boolean)/position">position</span><span class="symbol">:</span>&nbsp;<a href="../-row-position/index.html"><span class="identifier">RowPosition</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$scrollToRow(kotlin.Int, pl.treksoft.kvision.tabulator.RowPosition, kotlin.Boolean)/ifVisible">ifVisible</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<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>Scroll to the row given by id.</p>
+<h3>Parameters</h3>
+<p><a name="row"></a>
+<code>row</code> - id of the row</p>
+<p><a name="position"></a>
+<code>position</code> - the scrolling position</p>
+<p><a name="ifVisible"></a>
+<code>ifVisible</code> - scroll to already visible row</p>
+</BODY>
+</HTML>