aboutsummaryrefslogtreecommitdiff
path: root/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.text/-abstract-text-input')
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/autofocus.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/disabled.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html48
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/maxlength.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/name.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/placeholder.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/readonly.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/size.html8
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html10
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/value.html6
10 files changed, 106 insertions, 2 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/autofocus.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/autofocus.html
index f27ab031..e8409282 100644
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/autofocus.html
+++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/autofocus.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.text.AbstractTextInput$autofocus"></a>
<code><span class="keyword">var </span><span class="identifier">autofocus</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
<p>Determines if the text input is automatically focused.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if the text input is automatically focused.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if the text input is automatically focused.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/disabled.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/disabled.html
index fdecb16a..37f89584 100644
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/disabled.html
+++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/disabled.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.text.AbstractTextInput$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>
<p>Determines if the field is disabled.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if the field is disabled.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if the field is disabled.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html
index eadfd60b..1323c61a 100644
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html
+++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html
@@ -84,7 +84,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/-i-n-p-u-t-s-i-z-e/index.html"><span class="identifier">INPUTSIZE</span></a><span class="symbol">?</span></code>
+<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>
<p>The size of the input.</p>
</td>
</tr>
@@ -113,6 +113,15 @@
<tbody>
<tr>
<td>
+<p><a href="../../pl.treksoft.kvision.core/-widget/draggable.html">draggable</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">draggable</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
+<p>Determines if the current widget is draggable.</p>
+</td>
+</tr>
+<tr>
+<td>
<p><a href="../../pl.treksoft.kvision.core/-widget/id.html">id</a></p>
</td>
<td>
@@ -258,6 +267,15 @@
</tr>
<tr>
<td>
+<p><a href="../../pl.treksoft.kvision.core/-widget/clear-drag-drop-data.html">clearDragDropData</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">clearDragDropData</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Clears D&D data for the current widget. It also makes it not draggable.</p>
+</td>
+</tr>
+<tr>
+<td>
<p><a href="../../pl.treksoft.kvision.core/-widget/get-element.html">getElement</a></p>
</td>
<td>
@@ -350,6 +368,34 @@
</tr>
<tr>
<td>
+<p><a href="../../pl.treksoft.kvision.core/-widget/set-drag-drop-data.html">setDragDropData</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setDragDropData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setDragDropData(kotlin.String, kotlin.String)/format">format</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setDragDropData(kotlin.String, kotlin.String)/data">data</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Sets D&D data for the current widget. It also makes it draggable.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.core/-widget/set-drop-target.html">setDropTarget</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setDropTarget</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setDropTarget(kotlin.String, kotlin.Function1((org.w3c.dom.DragEvent, kotlin.Unit)))/format">format</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setDropTarget(kotlin.String, kotlin.Function1((org.w3c.dom.DragEvent, kotlin.Unit)))/callback">callback</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom/-drag-event/index.html"><span class="identifier">DragEvent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setDropTarget</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setDropTarget(kotlin.collections.Set((kotlin.String)), kotlin.Function1((org.w3c.dom.DragEvent, kotlin.Unit)))/formats">formats</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html"><span class="identifier">Set</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">&gt;</span><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setDropTarget(kotlin.collections.Set((kotlin.String)), kotlin.Function1((org.w3c.dom.DragEvent, kotlin.Unit)))/callback">callback</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom/-drag-event/index.html"><span class="identifier">DragEvent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Sets the current widget as a D&D drop target.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.core/-widget/set-drop-target-data.html">setDropTargetData</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setDropTargetData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setDropTargetData(kotlin.String, kotlin.Function1((kotlin.String, kotlin.Unit)))/format">format</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setDropTargetData(kotlin.String, kotlin.Function1((kotlin.String, kotlin.Unit)))/callback">callback</span><span class="symbol">:</span>&nbsp;<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><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Sets the current widget as a D&D drop target with helper callback accepting String data.</p>
+</td>
+</tr>
+<tr>
+<td>
<p><a href="../../pl.treksoft.kvision.core/-widget/set-event-listener.html">setEventListener</a></p>
</td>
<td>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/maxlength.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/maxlength.html
index 2703e548..caef8db7 100644
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/maxlength.html
+++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/maxlength.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.text.AbstractTextInput$maxlength"></a>
<code><span class="keyword">var </span><span class="identifier">maxlength</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code>
<p>Maximal length of the text input value.</p>
+<p><strong>Getter</strong><br/>
+<p>Maximal length of the text input value.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Maximal length of the text input value.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/name.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/name.html
index b275bccd..489596b9 100644
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/name.html
+++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/name.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.text.AbstractTextInput$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>
<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>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The name attribute of the generated HTML input element.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/placeholder.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/placeholder.html
index 33e918af..4891bd0b 100644
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/placeholder.html
+++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/placeholder.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.text.AbstractTextInput$placeholder"></a>
<code><span class="keyword">var </span><span class="identifier">placeholder</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 placeholder for the text input.</p>
+<p><strong>Getter</strong><br/>
+<p>The placeholder for the text input.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The placeholder for the text input.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/readonly.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/readonly.html
index e3e89acf..cb2b662d 100644
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/readonly.html
+++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/readonly.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.text.AbstractTextInput$readonly"></a>
<code><span class="keyword">var </span><span class="identifier">readonly</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
<p>Determines if the text input is read-only.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if the text input is read-only.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if the text input is read-only.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/size.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/size.html
index fd5d9a05..84ddcc17 100644
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/size.html
+++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/size.html
@@ -9,7 +9,13 @@
<br/>
<h1>size</h1>
<a name="pl.treksoft.kvision.form.text.AbstractTextInput$size"></a>
-<code><span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-i-n-p-u-t-s-i-z-e/index.html"><span class="identifier">INPUTSIZE</span></a><span class="symbol">?</span></code>
+<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>
<p>The size of the input.</p>
+<p><strong>Getter</strong><br/>
+<p>The size of the input.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The size of the input.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html
index 0befba8d..31d55e65 100644
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html
+++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html
@@ -13,5 +13,15 @@
<p>The value attribute of the generated HTML input element.</p>
<p>This value is placed directly in generated HTML code, while the <a href="value.html">value</a> property is dynamically
bound to the text input value.</p>
+<p><strong>Getter</strong><br/>
+<p>The value attribute of the generated HTML input element.</p>
+<p>This value is placed directly in generated HTML code, while the <a href="value.html">value</a> property is dynamically
+bound to the text input value.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The value attribute of the generated HTML input element.</p>
+<p>This value is placed directly in generated HTML code, while the <a href="value.html">value</a> property is dynamically
+bound to the text input value.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/value.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/value.html
index bf175e06..6c31c567 100644
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/value.html
+++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/value.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.text.AbstractTextInput$value"></a>
<code><span class="keyword">var </span><span class="identifier">value</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>Text input value.</p>
+<p><strong>Getter</strong><br/>
+<p>Text input value.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Text input value.</p>
+</p>
</BODY>
</HTML>