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/-column-layout | |
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/-column-layout')
5 files changed, 114 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/field.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/field.html new file mode 100644 index 00000000..8f4e7670 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/field.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.ColumnLayout.field - 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">ColumnLayout</a> / <a href="./field.html">field</a><br/> +<br/> +<h1>field</h1> +<a name="pl.treksoft.kvision.tabulator.js.Tabulator.ColumnLayout$field"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">field</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/index.html new file mode 100644 index 00000000..f86eddaa --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/index.html @@ -0,0 +1,58 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.ColumnLayout - 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">ColumnLayout</a><br/> +<br/> +<h1>ColumnLayout</h1> +<code><span class="keyword">interface </span><span class="identifier">ColumnLayout</span></code> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="field.html">field</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">field</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="title.html">title</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">title</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="visible.html">visible</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">visible</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="width.html">width</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">width</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td> +</tr> +</tbody> +</table> +<h3>Inheritors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../-column-definition/index.html">ColumnDefinition</a></p> +</td> +<td> +<code><span class="keyword">interface </span><span class="identifier">ColumnDefinition</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Tabulator.ColumnLayout</span></a><span class="symbol">, </span><a href="../-cell-callbacks/index.html"><span class="identifier">Tabulator.CellCallbacks</span></a></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/title.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/title.html new file mode 100644 index 00000000..e2e78f72 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/title.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.ColumnLayout.title - 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">ColumnLayout</a> / <a href="./title.html">title</a><br/> +<br/> +<h1>title</h1> +<a name="pl.treksoft.kvision.tabulator.js.Tabulator.ColumnLayout$title"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">title</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/visible.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/visible.html new file mode 100644 index 00000000..c95f5a5b --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/visible.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.ColumnLayout.visible - 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">ColumnLayout</a> / <a href="./visible.html">visible</a><br/> +<br/> +<h1>visible</h1> +<a name="pl.treksoft.kvision.tabulator.js.Tabulator.ColumnLayout$visible"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">visible</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/width.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/width.html new file mode 100644 index 00000000..6aa5f6fb --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-column-layout/width.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.ColumnLayout.width - 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">ColumnLayout</a> / <a href="./width.html">width</a><br/> +<br/> +<h1>width</h1> +<a name="pl.treksoft.kvision.tabulator.js.Tabulator.ColumnLayout$width"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">width</span><span class="symbol">: </span><span class="keyword">dynamic</span></code> +</BODY> +</HTML> |