summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.html/index.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-03-01 15:19:44 +0100
committerRobert Jaros <rjaros@finn.pl>2018-03-01 15:19:44 +0100
commit415afec335659ca6bc206b34bdd3c2fe4635718f (patch)
tree69446330560c0b89a38299e5ced7d3db4b3f5266 /api/pl.treksoft.kvision.html/index.html
parent8b298c0c5bb377863baf3e0125289957fd2afe5e (diff)
downloadkvision-415afec335659ca6bc206b34bdd3c2fe4635718f.tar.gz
kvision-415afec335659ca6bc206b34bdd3c2fe4635718f.tar.bz2
kvision-415afec335659ca6bc206b34bdd3c2fe4635718f.zip
KVision site with Jekyll
Diffstat (limited to 'api/pl.treksoft.kvision.html/index.html')
-rw-r--r--api/pl.treksoft.kvision.html/index.html135
1 files changed, 135 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.html/index.html b/api/pl.treksoft.kvision.html/index.html
new file mode 100644
index 00000000..281a7789
--- /dev/null
+++ b/api/pl.treksoft.kvision.html/index.html
@@ -0,0 +1,135 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>pl.treksoft.kvision.html - kvision</title>
+<link rel="stylesheet" href="../../style.css">
+</HEAD>
+<BODY>
+<a href="../index.html">kvision</a>&nbsp;/&nbsp;<a href="./index.html">pl.treksoft.kvision.html</a><br/>
+<br/>
+<h2>Package pl.treksoft.kvision.html</h2>
+<p>Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links and lists.</p>
+<h3>Types</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="-align/index.html">Align</a></p>
+</td>
+<td>
+<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Align</span></code>
+<p>CSS align attributes.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-button/index.html">Button</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Button</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
+<p>Button component.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-button-size/index.html">ButtonSize</a></p>
+</td>
+<td>
+<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ButtonSize</span></code>
+<p>Button sizes.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-button-style/index.html">ButtonStyle</a></p>
+</td>
+<td>
+<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ButtonStyle</span></code>
+<p>Button styles.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-div/index.html">Div</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Div</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-tag/index.html"><span class="identifier">Tag</span></a></code>
+<p>Simple component rendered as <em>div</em>.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-image/index.html">Image</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Image</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
+<p>Image component.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-image-shape/index.html">ImageShape</a></p>
+</td>
+<td>
+<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ImageShape</span></code>
+<p>Image shapes.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-label/index.html">Label</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Label</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-tag/index.html"><span class="identifier">Tag</span></a></code>
+<p>Simple label component rendered as <em>span</em>.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-link/index.html">Link</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Link</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>Link component.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-list-tag/index.html">ListTag</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">ListTag</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>HTML list component.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-list-type/index.html">ListType</a></p>
+</td>
+<td>
+<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ListType</span></code>
+<p>HTML list types.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-t-a-g/index.html">TAG</a></p>
+</td>
+<td>
+<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">TAG</span></code>
+<p>HTML tags.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-tag/index.html">Tag</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Tag</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>HTML tag component.</p>
+</td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>