summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.form/-date-form-control
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-06-02 00:47:15 +0200
committerRobert Jaros <rjaros@finn.pl>2018-06-02 00:47:15 +0200
commit12d2bd198c9ff5cb197e50da2d024a2418b8ee36 (patch)
treee26bb718fdfac0b1c7745d9d9c2b2c93e6ce51f6 /api/pl.treksoft.kvision.form/-date-form-control
parent7ada58635fcbbbef5a5a3c466ae688a4319cde31 (diff)
downloadkvision-12d2bd198c9ff5cb197e50da2d024a2418b8ee36.tar.gz
kvision-12d2bd198c9ff5cb197e50da2d024a2418b8ee36.tar.bz2
kvision-12d2bd198c9ff5cb197e50da2d024a2418b8ee36.zip
Upgrade to 0.0.13
Diffstat (limited to 'api/pl.treksoft.kvision.form/-date-form-control')
-rw-r--r--api/pl.treksoft.kvision.form/-date-form-control/get-value-as-string.html16
-rw-r--r--api/pl.treksoft.kvision.form/-date-form-control/get-value.html18
-rw-r--r--api/pl.treksoft.kvision.form/-date-form-control/index.html165
-rw-r--r--api/pl.treksoft.kvision.form/-date-form-control/set-value.html19
-rw-r--r--api/pl.treksoft.kvision.form/-date-form-control/value.html15
5 files changed, 0 insertions, 233 deletions
diff --git a/api/pl.treksoft.kvision.form/-date-form-control/get-value-as-string.html b/api/pl.treksoft.kvision.form/-date-form-control/get-value-as-string.html
deleted file mode 100644
index 8ec76a28..00000000
--- a/api/pl.treksoft.kvision.form/-date-form-control/get-value-as-string.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>DateFormControl.getValueAsString - 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</a>&nbsp;/&nbsp;<a href="index.html">DateFormControl</a>&nbsp;/&nbsp;<a href="./get-value-as-string.html">getValueAsString</a><br/>
-<br/>
-<h1>getValueAsString</h1>
-<a name="pl.treksoft.kvision.form.DateFormControl$getValueAsString()"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getValueAsString</span><span class="symbol">(</span><span class="symbol">)</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="../-form-control/get-value-as-string.html">FormControl.getValueAsString</a></p>
-<p>Returns the value of the control as a String.</p>
-</BODY>
-</HTML>
diff --git a/api/pl.treksoft.kvision.form/-date-form-control/get-value.html b/api/pl.treksoft.kvision.form/-date-form-control/get-value.html
deleted file mode 100644
index 9f2ce3e6..00000000
--- a/api/pl.treksoft.kvision.form/-date-form-control/get-value.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>DateFormControl.getValue - 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</a>&nbsp;/&nbsp;<a href="index.html">DateFormControl</a>&nbsp;/&nbsp;<a href="./get-value.html">getValue</a><br/>
-<br/>
-<h1>getValue</h1>
-<a name="pl.treksoft.kvision.form.DateFormControl$getValue()"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getValue</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/index.html"><span class="identifier">Date</span></a><span class="symbol">?</span></code>
-<p>Overrides <a href="../-form-control/get-value.html">FormControl.getValue</a></p>
-<p>Returns the value of the control.</p>
-<p><strong>Return</strong><br/>
-the value</p>
-</BODY>
-</HTML>
diff --git a/api/pl.treksoft.kvision.form/-date-form-control/index.html b/api/pl.treksoft.kvision.form/-date-form-control/index.html
deleted file mode 100644
index 50ea07c0..00000000
--- a/api/pl.treksoft.kvision.form/-date-form-control/index.html
+++ /dev/null
@@ -1,165 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>DateFormControl - 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</a>&nbsp;/&nbsp;<a href="./index.html">DateFormControl</a><br/>
-<br/>
-<h1>DateFormControl</h1>
-<code><span class="keyword">interface </span><span class="identifier">DateFormControl</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../-form-control/index.html"><span class="identifier">FormControl</span></a></code>
-<p>Base interface of a form control with a date value.</p>
-<h3>Properties</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="value.html">value</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">value</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/index.html"><span class="identifier">Date</span></a><span class="symbol">?</span></code>
-<p>Date value.</p>
-</td>
-</tr>
-</tbody>
-</table>
-<h3>Inherited Properties</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="../-form-control/disabled.html">disabled</a></p>
-</td>
-<td>
-<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>
-<tr>
-<td>
-<p><a href="../-form-control/flabel.html">flabel</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">val </span><span class="identifier">flabel</span><span class="symbol">: </span><a href="../-field-label/index.html"><span class="identifier">FieldLabel</span></a></code>
-<p>Form field label.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../-form-control/input.html">input</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">val </span><span class="identifier">input</span><span class="symbol">: </span><a href="../-form-input/index.html"><span class="identifier">FormInput</span></a></code>
-<p>The actual input component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../-form-control/name.html">name</a></p>
-</td>
-<td>
-<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>
-<tr>
-<td>
-<p><a href="../-form-control/size.html">size</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
-<p>Input control field size.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../-form-control/validation-info.html">validationInfo</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">val </span><span class="identifier">validationInfo</span><span class="symbol">: </span><a href="../-help-block/index.html"><span class="identifier">HelpBlock</span></a></code>
-<p>Validation info component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../-form-control/validator-error.html">validatorError</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">validatorError</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>Validator error message.</p>
-</td>
-</tr>
-</tbody>
-</table>
-<h3>Functions</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="get-value.html">getValue</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getValue</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/index.html"><span class="identifier">Date</span></a><span class="symbol">?</span></code>
-<p>Returns the value of the control.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="get-value-as-string.html">getValueAsString</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getValueAsString</span><span class="symbol">(</span><span class="symbol">)</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>Returns the value of the control as a String.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="set-value.html">setValue</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setValue</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.DateFormControl$setValue(kotlin.Any)/v">v</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><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>Sets the value of the control.</p>
-</td>
-</tr>
-</tbody>
-</table>
-<h3>Inherited Functions</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="../-form-control/blur.html">blur</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">blur</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>Makes the input element blur.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../-form-control/focus.html">focus</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">focus</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>Makes the input element focused.</p>
-</td>
-</tr>
-</tbody>
-</table>
-<h3>Inheritors</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.form.time/-date-time/index.html">DateTime</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">DateTime</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="./index.html"><span class="identifier">DateFormControl</span></a></code>
-<p>Form field date/time chooser component.</p>
-</td>
-</tr>
-</tbody>
-</table>
-</BODY>
-</HTML>
diff --git a/api/pl.treksoft.kvision.form/-date-form-control/set-value.html b/api/pl.treksoft.kvision.form/-date-form-control/set-value.html
deleted file mode 100644
index 7dd2477e..00000000
--- a/api/pl.treksoft.kvision.form/-date-form-control/set-value.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>DateFormControl.setValue - 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</a>&nbsp;/&nbsp;<a href="index.html">DateFormControl</a>&nbsp;/&nbsp;<a href="./set-value.html">setValue</a><br/>
-<br/>
-<h1>setValue</h1>
-<a name="pl.treksoft.kvision.form.DateFormControl$setValue(kotlin.Any)"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setValue</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.DateFormControl$setValue(kotlin.Any)/v">v</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><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>Overrides <a href="../-form-control/set-value.html">FormControl.setValue</a></p>
-<p>Sets the value of the control.</p>
-<h3>Parameters</h3>
-<p><a name="v"></a>
-<code>v</code> - the value</p>
-</BODY>
-</HTML>
diff --git a/api/pl.treksoft.kvision.form/-date-form-control/value.html b/api/pl.treksoft.kvision.form/-date-form-control/value.html
deleted file mode 100644
index 0d6d2079..00000000
--- a/api/pl.treksoft.kvision.form/-date-form-control/value.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>DateFormControl.value - 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</a>&nbsp;/&nbsp;<a href="index.html">DateFormControl</a>&nbsp;/&nbsp;<a href="./value.html">value</a><br/>
-<br/>
-<h1>value</h1>
-<a name="pl.treksoft.kvision.form.DateFormControl$value"></a>
-<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">value</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/index.html"><span class="identifier">Date</span></a><span class="symbol">?</span></code>
-<p>Date value.</p>
-</BODY>
-</HTML>