blob: ba17ced718fdaa3e375cc36b06a61d3ed8270a2f (
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
55
56
57
58
59
60
61
62
63
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>pl.treksoft.kvision.modal - kvision</title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.modal</a><br/>
<br/>
<h2>Package pl.treksoft.kvision.modal</h2>
<p>Classes supporting general purpose Bootstrap modals with convenient helpers for alert and confirm popup dialogs.</p>
<h3>Types</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-alert/index.html">Alert</a></p>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Alert</span> <span class="symbol">:</span> <a href="-modal/index.html"><span class="identifier">Modal</span></a></code>
<p>Alert window based on Bootstrap modal.</p>
</td>
</tr>
<tr>
<td>
<p><a href="-close-icon/index.html">CloseIcon</a></p>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">CloseIcon</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
<p>Helper class for close icon component.</p>
</td>
</tr>
<tr>
<td>
<p><a href="-confirm/index.html">Confirm</a></p>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Confirm</span> <span class="symbol">:</span> <a href="-modal/index.html"><span class="identifier">Modal</span></a></code>
<p>Confirm window based on Bootstrap modal.</p>
</td>
</tr>
<tr>
<td>
<p><a href="-m-o-d-a-l-s-i-z-e/index.html">MODALSIZE</a></p>
</td>
<td>
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">MODALSIZE</span></code>
<p>Modal window sizes.</p>
</td>
</tr>
<tr>
<td>
<p><a href="-modal/index.html">Modal</a></p>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Modal</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
<p>Configurable modal window based on Bootstrap modal.</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|