diff options
Diffstat (limited to 'api/pl.treksoft.kvision.toolbar/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.toolbar/index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.toolbar/index.html b/api/pl.treksoft.kvision.toolbar/index.html new file mode 100644 index 00000000..fa8e63b1 --- /dev/null +++ b/api/pl.treksoft.kvision.toolbar/index.html @@ -0,0 +1,54 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.toolbar - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.toolbar</a><br/> +<br/> +<h2>Package pl.treksoft.kvision.toolbar</h2> +<p>Toolbar and button group components.</p> +<h3>Types</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-button-group/index.html">ButtonGroup</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">ButtonGroup</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> +<p>The Bootstrap button group.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-button-group-size/index.html">ButtonGroupSize</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ButtonGroupSize</span></code> +<p>Button group sizes.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-button-group-style/index.html">ButtonGroupStyle</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ButtonGroupStyle</span></code> +<p>Button group styles.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-toolbar/index.html">Toolbar</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Toolbar</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> +<p>The Bootstrap toolbar.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |