blob: 5c3fccc0e40f68036cf7a60d5c252403b47edf44 (
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
<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 and lists.</p>
<h3>Types</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-a-l-i-g-n/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="-b-u-t-t-o-n-s-i-z-e/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="-b-u-t-t-o-n-s-t-y-l-e/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/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="-i-m-a-g-e-s-h-a-p-e/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="-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="-l-i-s-t-t-y-p-e/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="-label/index.html">Label</a></p>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Label</span> <span class="symbol">:</span> <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> <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="-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></code>
<p>HTML tag component.</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|