blob: fa8e63b143d1cea5f9252c88a8285ccfa56b24ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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>
|