aboutsummaryrefslogtreecommitdiff
path: root/docs/api/pl.treksoft.kvision.form.text/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.text/index.html')
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/index.html108
1 files changed, 0 insertions, 108 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.text/index.html b/docs/api/pl.treksoft.kvision.form.text/index.html
deleted file mode 100644
index 09b4a207..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/index.html
+++ /dev/null
@@ -1,108 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>pl.treksoft.kvision.form.text - 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.form.text</a><br/>
-<br/>
-<h2>Package pl.treksoft.kvision.form.text</h2>
-<p>Text input components, with password, text area and rich text area support.</p>
-<h3>Types</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="-abstract-text/index.html">AbstractText</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">class </span><span class="identifier">AbstractText</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="../pl.treksoft.kvision.form/-string-form-control/index.html"><span class="identifier">StringFormControl</span></a></code>
-<p>Base class for form field text components.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="-abstract-text-input/index.html">AbstractTextInput</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">class </span><span class="identifier">AbstractTextInput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
-<p>Base class for basic text components.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="-password/index.html">Password</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Password</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-text/index.html"><span class="identifier">Text</span></a></code>
-<p>Form field password component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="-rich-text/index.html">RichText</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RichText</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-abstract-text/index.html"><span class="identifier">AbstractText</span></a></code>
-<p>Form field rich text component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="-rich-text-input/index.html">RichTextInput</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RichTextInput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-abstract-text-input/index.html"><span class="identifier">AbstractTextInput</span></a></code>
-<p>Basic rich text component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="-text/index.html">Text</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Text</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-abstract-text/index.html"><span class="identifier">AbstractText</span></a></code>
-<p>Form field text component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="-text-area/index.html">TextArea</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">TextArea</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-abstract-text/index.html"><span class="identifier">AbstractText</span></a></code>
-<p>Form field textarea component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="-text-area-input/index.html">TextAreaInput</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">TextAreaInput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-abstract-text-input/index.html"><span class="identifier">AbstractTextInput</span></a></code>
-<p>Basic textarea component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="-text-input/index.html">TextInput</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">TextInput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-abstract-text-input/index.html"><span class="identifier">AbstractTextInput</span></a></code>
-<p>Basic text component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="-text-input-type/index.html">TextInputType</a></p>
-</td>
-<td>
-<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">TextInputType</span></code>
-<p>Text input types.</p>
-</td>
-</tr>
-</tbody>
-</table>
-</BODY>
-</HTML>