summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.form.check/-check-input
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-04-02 01:35:47 +0200
committerRobert Jaros <rjaros@finn.pl>2018-04-02 01:35:47 +0200
commit806edfceeefe7fda47924f97237974e99fe28a02 (patch)
treeab1f0cbd26fabd147c2343761c1577e05da373af /api/pl.treksoft.kvision.form.check/-check-input
parentfe344a5450759e8eb8ffbb9c7d7f92a9ee5f4ee0 (diff)
downloadkvision-806edfceeefe7fda47924f97237974e99fe28a02.tar.gz
kvision-806edfceeefe7fda47924f97237974e99fe28a02.tar.bz2
kvision-806edfceeefe7fda47924f97237974e99fe28a02.zip
API documentantion update
Diffstat (limited to 'api/pl.treksoft.kvision.form.check/-check-input')
-rw-r--r--api/pl.treksoft.kvision.form.check/-check-input/disabled.html3
-rw-r--r--api/pl.treksoft.kvision.form.check/-check-input/index.html19
-rw-r--r--api/pl.treksoft.kvision.form.check/-check-input/name.html3
-rw-r--r--api/pl.treksoft.kvision.form.check/-check-input/size.html3
4 files changed, 20 insertions, 8 deletions
diff --git a/api/pl.treksoft.kvision.form.check/-check-input/disabled.html b/api/pl.treksoft.kvision.form.check/-check-input/disabled.html
index 2e421730..e39d705e 100644
--- a/api/pl.treksoft.kvision.form.check/-check-input/disabled.html
+++ b/api/pl.treksoft.kvision.form.check/-check-input/disabled.html
@@ -9,7 +9,8 @@
<br/>
<h1>disabled</h1>
<a name="pl.treksoft.kvision.form.check.CheckInput$disabled"></a>
-<code><span class="keyword">var </span><span class="identifier">disabled</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>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">disabled</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>Overrides <a href="../../pl.treksoft.kvision.form/-form-input/disabled.html">FormInput.disabled</a></p>
<p>Determines if the field is disabled.</p>
<p><strong>Getter</strong><br/>
<p>Determines if the field is disabled.</p>
diff --git a/api/pl.treksoft.kvision.form.check/-check-input/index.html b/api/pl.treksoft.kvision.form.check/-check-input/index.html
index 0fba2d41..9fda4ef1 100644
--- a/api/pl.treksoft.kvision.form.check/-check-input/index.html
+++ b/api/pl.treksoft.kvision.form.check/-check-input/index.html
@@ -8,7 +8,7 @@
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.check</a>&nbsp;/&nbsp;<a href="./index.html">CheckInput</a><br/>
<br/>
<h1>CheckInput</h1>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">CheckInput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">CheckInput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">, </span><a href="../../pl.treksoft.kvision.form/-form-input/index.html"><span class="identifier">FormInput</span></a></code>
<p>The basic input component rendered as HTML <em>input type="checkbox"</em> or <em>input type="radio"</em>.</p>
<h3>Constructors</h3>
<table>
@@ -30,7 +30,7 @@
<p><a href="disabled.html">disabled</a></p>
</td>
<td>
-<code><span class="keyword">var </span><span class="identifier">disabled</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>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">disabled</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 field is disabled.</p>
</td>
</tr>
@@ -48,7 +48,7 @@
<p><a href="name.html">name</a></p>
</td>
<td>
-<code><span class="keyword">var </span><span class="identifier">name</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>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">name</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>
<p>The name attribute of the generated HTML input element.</p>
</td>
</tr>
@@ -57,7 +57,7 @@
<p><a href="size.html">size</a></p>
</td>
<td>
-<code><span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
<p>The size of the input.</p>
</td>
</tr>
@@ -116,7 +116,7 @@
<p><a href="../../pl.treksoft.kvision.core/-widget/parent.html">parent</a></p>
</td>
<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">parent</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">parent</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-container/index.html"><span class="identifier">Container</span></a><span class="symbol">?</span></code>
<p>Parent of the current component.</p>
</td>
</tr>
@@ -367,6 +367,15 @@
</tr>
<tr>
<td>
+<p><a href="../../pl.treksoft.kvision.core/-widget/set-context-menu.html">setContextMenu</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setContextMenu</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setContextMenu(pl.treksoft.kvision.dropdown.ContextMenu)/contextMenu">contextMenu</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.dropdown/-context-menu/index.html"><span class="identifier">ContextMenu</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
+<p>Sets context menu for the current widget.</p>
+</td>
+</tr>
+<tr>
+<td>
<p><a href="../../pl.treksoft.kvision.core/-widget/set-drag-drop-data.html">setDragDropData</a></p>
</td>
<td>
diff --git a/api/pl.treksoft.kvision.form.check/-check-input/name.html b/api/pl.treksoft.kvision.form.check/-check-input/name.html
index 91e2bfd4..8a3c35b8 100644
--- a/api/pl.treksoft.kvision.form.check/-check-input/name.html
+++ b/api/pl.treksoft.kvision.form.check/-check-input/name.html
@@ -9,7 +9,8 @@
<br/>
<h1>name</h1>
<a name="pl.treksoft.kvision.form.check.CheckInput$name"></a>
-<code><span class="keyword">var </span><span class="identifier">name</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>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">name</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>
+<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-input/name.html">FormInput.name</a></p>
<p>The name attribute of the generated HTML input element.</p>
<p><strong>Getter</strong><br/>
<p>The name attribute of the generated HTML input element.</p>
diff --git a/api/pl.treksoft.kvision.form.check/-check-input/size.html b/api/pl.treksoft.kvision.form.check/-check-input/size.html
index cafb49d6..7f23c262 100644
--- a/api/pl.treksoft.kvision.form.check/-check-input/size.html
+++ b/api/pl.treksoft.kvision.form.check/-check-input/size.html
@@ -9,7 +9,8 @@
<br/>
<h1>size</h1>
<a name="pl.treksoft.kvision.form.check.CheckInput$size"></a>
-<code><span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-input/size.html">FormInput.size</a></p>
<p>The size of the input.</p>
<p><strong>Getter</strong><br/>
<p>The size of the input.</p>