summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.core/-widget
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.core/-widget')
-rw-r--r--api/pl.treksoft.kvision.core/-widget/index.html34
-rw-r--r--api/pl.treksoft.kvision.core/-widget/strict-d-o-m.html21
-rw-r--r--api/pl.treksoft.kvision.core/-widget/vnkey.html14
3 files changed, 18 insertions, 51 deletions
diff --git a/api/pl.treksoft.kvision.core/-widget/index.html b/api/pl.treksoft.kvision.core/-widget/index.html
index ae49be9f..96f66046 100644
--- a/api/pl.treksoft.kvision.core/-widget/index.html
+++ b/api/pl.treksoft.kvision.core/-widget/index.html
@@ -106,15 +106,6 @@
</tr>
<tr>
<td>
-<p><a href="strict-d-o-m.html">strictDOM</a></p>
-</td>
-<td>
-<code><span class="keyword">var </span><span class="identifier">strictDOM</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
-<p>Determines if the current widget is strictly bound to the DOM.</p>
-</td>
-</tr>
-<tr>
-<td>
<p><a href="surrounding-span.html">surroundingSpan</a></p>
</td>
<td>
@@ -147,13 +138,6 @@
</tr>
<tr>
<td>
-<p><a href="vnkey.html">vnkey</a></p>
-</td>
-<td>
-<code><span class="keyword">var </span><span class="identifier">vnkey</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
-</tr>
-<tr>
-<td>
<p><a href="vnode.html">vnode</a></p>
</td>
<td>
@@ -1205,6 +1189,24 @@
</tr>
<tr>
<td>
+<p><a href="../../pl.treksoft.kvision.window/-maximize-icon/index.html">MaximizeIcon</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">MaximizeIcon</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">Widget</span></a></code>
+<p>Helper class for maximize icon component.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.window/-minimize-icon/index.html">MinimizeIcon</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">MinimizeIcon</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">Widget</span></a></code>
+<p>Helper class for minimize icon component.</p>
+</td>
+</tr>
+<tr>
+<td>
<p><a href="../../pl.treksoft.kvision.form.select/-select-option/index.html">SelectOption</a></p>
</td>
<td>
diff --git a/api/pl.treksoft.kvision.core/-widget/strict-d-o-m.html b/api/pl.treksoft.kvision.core/-widget/strict-d-o-m.html
deleted file mode 100644
index da9715a0..00000000
--- a/api/pl.treksoft.kvision.core/-widget/strict-d-o-m.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>Widget.strictDOM - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.core</a>&nbsp;/&nbsp;<a href="index.html">Widget</a>&nbsp;/&nbsp;<a href="./strict-d-o-m.html">strictDOM</a><br/>
-<br/>
-<h1>strictDOM</h1>
-<a name="pl.treksoft.kvision.core.Widget$strictDOM"></a>
-<code><span class="keyword">var </span><span class="identifier">strictDOM</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
-<p>Determines if the current widget is strictly bound to the DOM.</p>
-<p><strong>Getter</strong><br/>
-<p>Determines if the current widget is strictly bound to the DOM.</p>
-</p>
-<p><strong>Setter</strong><br/>
-<p>Determines if the current widget is strictly bound to the DOM.</p>
-</p>
-</BODY>
-</HTML>
diff --git a/api/pl.treksoft.kvision.core/-widget/vnkey.html b/api/pl.treksoft.kvision.core/-widget/vnkey.html
deleted file mode 100644
index 72c1282f..00000000
--- a/api/pl.treksoft.kvision.core/-widget/vnkey.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>Widget.vnkey - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.core</a>&nbsp;/&nbsp;<a href="index.html">Widget</a>&nbsp;/&nbsp;<a href="./vnkey.html">vnkey</a><br/>
-<br/>
-<h1>vnkey</h1>
-<a name="pl.treksoft.kvision.core.Widget$vnkey"></a>
-<code><span class="keyword">protected</span> <span class="keyword">var </span><span class="identifier">vnkey</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-</BODY>
-</HTML>