diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.html/index.html')
-rw-r--r-- | api1/pl.treksoft.kvision.html/index.html | 304 |
1 files changed, 304 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.html/index.html b/api1/pl.treksoft.kvision.html/index.html new file mode 100644 index 00000000..d6fe172a --- /dev/null +++ b/api1/pl.treksoft.kvision.html/index.html @@ -0,0 +1,304 @@ +<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> / <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, lists and iframe. +Support for Handlebars.js templates is included.</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> <span class="symbol">:</span> <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="-button-type/index.html">ButtonType</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ButtonType</span></code> +<p>Button types.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-canvas/index.html">Canvas</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Canvas</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Canvas component.</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> <span class="symbol">:</span> <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="-footer/index.html">Footer</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Footer</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>footer</em>.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-h1/index.html">H1</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">H1</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>h1</em>.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-h2/index.html">H2</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">H2</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>h2</em>.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-h3/index.html">H3</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">H3</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>h3</em>.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-h4/index.html">H4</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">H4</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>h4</em>.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-h5/index.html">H5</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">H5</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>h5</em>.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-h6/index.html">H6</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">H6</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>h6</em>.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-header/index.html">Header</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Header</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>header</em>.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-icon/index.html">Icon</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Icon</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Icon component with support for FontAwesome and Bootstrap glyphicons.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-iframe/index.html">Iframe</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Iframe</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Iframe component.</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> <span class="symbol">:</span> <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><s><span class="identifier">Label</span></s> <span class="symbol">:</span> <a href="-span/index.html"><span class="identifier">Span</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> <span class="symbol">:</span> <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> <span class="symbol">:</span> <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="-p/index.html">P</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">P</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>p</em>.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-sandbox/index.html">Sandbox</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Sandbox</span></code> +<p>Iframe sandbox options.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-section/index.html">Section</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Section</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>section</em>.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-span/index.html">Span</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Span</span> <span class="symbol">:</span> <a href="-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Simple component rendered as <em>span</em>.</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> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="-template/index.html"><span class="identifier">Template</span></a></code> +<p>HTML tag component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-template/index.html">Template</a></p> +</td> +<td> +<code><span class="keyword">interface </span><span class="identifier">Template</span></code> +<p>Handlebars templates helper interface.</p> +</td> +</tr> +</tbody> +</table> +<h3>Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="set-data.html">setData</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">K</span><span class="symbol">></span> <a href="-template/index.html"><span class="identifier">Template</span></a><span class="symbol">.</span><span class="identifier">setData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html$setData(pl.treksoft.kvision.html.Template, pl.treksoft.kvision.html.setData.K, kotlinx.serialization.SerializationStrategy((pl.treksoft.kvision.html.setData.K)))/obj">obj</span><span class="symbol">:</span> <a href="set-data.html#K"><span class="identifier">K</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html$setData(pl.treksoft.kvision.html.Template, pl.treksoft.kvision.html.setData.K, kotlinx.serialization.SerializationStrategy((pl.treksoft.kvision.html.setData.K)))/serializer">serializer</span><span class="symbol">:</span> <span class="identifier">SerializationStrategy</span><span class="symbol"><</span><a href="set-data.html#K"><span class="identifier">K</span></a><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><br/> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">K</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> <a href="-template/index.html"><span class="identifier">Template</span></a><span class="symbol">.</span><span class="identifier">setData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html$setData(pl.treksoft.kvision.html.Template, pl.treksoft.kvision.html.setData.K)/obj">obj</span><span class="symbol">:</span> <a href="set-data.html#K"><span class="identifier">K</span></a><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> +<p>Extension function to set serializable object as a template data.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |