diff options
Diffstat (limited to 'api/pl.treksoft.kvision.table/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.table/index.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.table/index.html b/api/pl.treksoft.kvision.table/index.html new file mode 100644 index 00000000..4c79f81a --- /dev/null +++ b/api/pl.treksoft.kvision.table/index.html @@ -0,0 +1,63 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.table - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.table</a><br/> +<br/> +<h2>Package pl.treksoft.kvision.table</h2> +<p>Clasess supporting HTML tables.</p> +<h3>Types</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-cell/index.html">Cell</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Cell</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.html/-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>HTML table cell component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-header-cell/index.html">HeaderCell</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">HeaderCell</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.html/-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>HTML table header cell component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-row/index.html">Row</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Row</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.html/-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>HTML table row component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-table/index.html">Table</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Table</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> +<p>HTML table component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-table-type/index.html">TableType</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">TableType</span></code> +<p>HTML table types.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |