diff options
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/index.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/index.html new file mode 100644 index 00000000..9a16c243 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/index.html @@ -0,0 +1,60 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.CellNavigation - 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">CellNavigation</a><br/> +<br/> +<h1>CellNavigation</h1> +<code><span class="keyword">interface </span><span class="identifier">CellNavigation</span></code> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="down.html">down</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">down</span><span class="symbol">: </span><span class="symbol">(</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></td> +</tr> +<tr> +<td> +<p><a href="left.html">left</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">left</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="next.html">next</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">next</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="prev.html">prev</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">prev</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="right.html">right</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">right</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="up.html">up</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">up</span><span class="symbol">: </span><span class="symbol">(</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></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |