diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-04-24 23:12:48 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-04-24 23:12:48 +0200 |
commit | 8449ff519f3d853ca82c792dccf12d06fb09b627 (patch) | |
tree | 079a926cc6d418e2936a1b1797e39dde34710dd0 /api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-navigation/index.html | |
parent | e361ab18f355ff81ef61406543b918d4a2b9567c (diff) | |
download | kvision-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.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> |