diff options
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.tabulator/-tabulator/index.html | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/index.html b/api/pl.treksoft.kvision.tabulator/-tabulator/index.html index 55e3630e..bb240e27 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator/index.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/index.html @@ -139,15 +139,6 @@ </tr> <tr> <td> -<p><a href="../../pl.treksoft.kvision.core/-widget/strict-d-o-m.html">strictDOM</a></p> -</td> -<td> -<code><span class="keyword">var </span><span class="identifier">strictDOM</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> -<p>Determines if the current widget is strictly bound to the DOM.</p> -</td> -</tr> -<tr> -<td> <p><a href="../../pl.treksoft.kvision.core/-widget/surrounding-span.html">surroundingSpan</a></p> </td> <td> @@ -180,13 +171,6 @@ </tr> <tr> <td> -<p><a href="../../pl.treksoft.kvision.core/-widget/vnkey.html">vnkey</a></p> -</td> -<td> -<code><span class="keyword">var </span><span class="identifier">vnkey</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> -</tr> -<tr> -<td> <p><a href="../../pl.treksoft.kvision.core/-widget/vnode.html">vnode</a></p> </td> <td> @@ -967,5 +951,19 @@ </tr> </tbody> </table> +<h3>Inheritors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../-tabulator-remote/index.html">TabulatorRemote</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">TabulatorRemote</span><span class="symbol"><</span><span class="identifier">T</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">, </span><span class="identifier">E</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">></span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Tabulator</span></a><span class="symbol"><</span><a href="../-tabulator-remote/index.html#T"><span class="identifier">T</span></a><span class="symbol">></span></code> +<p>Tabulator component connected to the multiplatform service.</p> +</td> +</tr> +</tbody> +</table> </BODY> </HTML> |