diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-11-26 19:53:45 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-11-26 19:53:45 +0100 |
commit | 9d35bb1e3d8186228cc409faa6d681624f20e9cd (patch) | |
tree | 977ddd6d85bee11306baeefcd2676e595029b53b /api/pl.treksoft.kvision.core/-component | |
parent | 76c1fff00042ff1b5d524ee414dc6d28f7658c69 (diff) | |
download | kvision-9d35bb1e3d8186228cc409faa6d681624f20e9cd.tar.gz kvision-9d35bb1e3d8186228cc409faa6d681624f20e9cd.tar.bz2 kvision-9d35bb1e3d8186228cc409faa6d681624f20e9cd.zip |
API documentation for KVision 2.4.0
Diffstat (limited to 'api/pl.treksoft.kvision.core/-component')
9 files changed, 112 insertions, 36 deletions
diff --git a/api/pl.treksoft.kvision.core/-component/add-css-class.html b/api/pl.treksoft.kvision.core/-component/add-css-class.html index 1cdfc8fc..971670b4 100644 --- a/api/pl.treksoft.kvision.core/-component/add-css-class.html +++ b/api/pl.treksoft.kvision.core/-component/add-css-class.html @@ -16,13 +16,5 @@ <code>css</code> - CSS class name</p> <p><strong>Return</strong><br/> current component</p> -<a name="pl.treksoft.kvision.core.Component$addCssClass(pl.treksoft.kvision.core.Style)"></a> -<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$addCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Component</span></a></code> -<p>Adds given style object to the set of CSS classes generated in html code of current component.</p> -<h3>Parameters</h3> -<p><a name="css"></a> -<code>css</code> - CSS style object</p> -<p><strong>Return</strong><br/> -current component</p> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.core/-component/add-css-style.html b/api/pl.treksoft.kvision.core/-component/add-css-style.html new file mode 100644 index 00000000..c0e49646 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-component/add-css-style.html @@ -0,0 +1,20 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Component.addCssStyle - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Component</a> / <a href="./add-css-style.html">addCssStyle</a><br/> +<br/> +<h1>addCssStyle</h1> +<a name="pl.treksoft.kvision.core.Component$addCssStyle(pl.treksoft.kvision.core.Style)"></a> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addCssStyle</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$addCssStyle(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Component</span></a></code> +<p>Adds given style object to the set of CSS classes generated in html code of current component.</p> +<h3>Parameters</h3> +<p><a name="css"></a> +<code>css</code> - CSS style object</p> +<p><strong>Return</strong><br/> +current component</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-component/add-surrounding-css-class.html b/api/pl.treksoft.kvision.core/-component/add-surrounding-css-class.html index 592a645b..20d8527a 100644 --- a/api/pl.treksoft.kvision.core/-component/add-surrounding-css-class.html +++ b/api/pl.treksoft.kvision.core/-component/add-surrounding-css-class.html @@ -16,13 +16,5 @@ <code>css</code> - CSS class name</p> <p><strong>Return</strong><br/> current component</p> -<a name="pl.treksoft.kvision.core.Component$addSurroundingCssClass(pl.treksoft.kvision.core.Style)"></a> -<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addSurroundingCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$addSurroundingCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Component</span></a></code> -<p>Adds given style object to the set of CSS classes generated in html code of parent component.</p> -<h3>Parameters</h3> -<p><a name="css"></a> -<code>css</code> - CSS style object</p> -<p><strong>Return</strong><br/> -current component</p> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.core/-component/add-surrounding-css-style.html b/api/pl.treksoft.kvision.core/-component/add-surrounding-css-style.html new file mode 100644 index 00000000..29210ab9 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-component/add-surrounding-css-style.html @@ -0,0 +1,20 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Component.addSurroundingCssStyle - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Component</a> / <a href="./add-surrounding-css-style.html">addSurroundingCssStyle</a><br/> +<br/> +<h1>addSurroundingCssStyle</h1> +<a name="pl.treksoft.kvision.core.Component$addSurroundingCssStyle(pl.treksoft.kvision.core.Style)"></a> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addSurroundingCssStyle</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$addSurroundingCssStyle(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Component</span></a></code> +<p>Adds given style object to the set of CSS classes generated in html code of parent component.</p> +<h3>Parameters</h3> +<p><a name="css"></a> +<code>css</code> - CSS style object</p> +<p><strong>Return</strong><br/> +current component</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-component/index.html b/api/pl.treksoft.kvision.core/-component/index.html index 2038e6d0..76710b3a 100644 --- a/api/pl.treksoft.kvision.core/-component/index.html +++ b/api/pl.treksoft.kvision.core/-component/index.html @@ -43,7 +43,14 @@ <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$addCssClass(kotlin.String)/css">css</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><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> <p>Adds given value to the set of CSS classes generated in html code of current component.</p> -<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$addCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> +</td> +</tr> +<tr> +<td> +<p><a href="add-css-style.html">addCssStyle</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addCssStyle</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$addCssStyle(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> <p>Adds given style object to the set of CSS classes generated in html code of current component.</p> </td> </tr> @@ -54,7 +61,14 @@ <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addSurroundingCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$addSurroundingCssClass(kotlin.String)/css">css</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><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> <p>Adds given value to the set of CSS classes generated in html code of parent component.</p> -<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addSurroundingCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$addSurroundingCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> +</td> +</tr> +<tr> +<td> +<p><a href="add-surrounding-css-style.html">addSurroundingCssStyle</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addSurroundingCssStyle</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$addSurroundingCssStyle(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> <p>Adds given style object to the set of CSS classes generated in html code of parent component.</p> </td> </tr> @@ -110,7 +124,14 @@ <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeCssClass(kotlin.String)/css">css</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><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> <p>Removes given value from the set of CSS classes generated in html code of current component.</p> -<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> +</td> +</tr> +<tr> +<td> +<p><a href="remove-css-style.html">removeCssStyle</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeCssStyle</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeCssStyle(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> <p>Removes given style object from the set of CSS classes generated in html code of current component.</p> </td> </tr> @@ -121,7 +142,14 @@ <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeSurroundingCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeSurroundingCssClass(kotlin.String)/css">css</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><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> <p>Removes given value from the set of CSS classes generated in html code of parent component.</p> -<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeSurroundingCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeSurroundingCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> +</td> +</tr> +<tr> +<td> +<p><a href="remove-surrounding-css-style.html">removeSurroundingCssStyle</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeSurroundingCssStyle</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeSurroundingCssStyle(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Component</span></a></code> <p>Removes given style object from the set of CSS classes generated in html code of parent component.</p> </td> </tr> diff --git a/api/pl.treksoft.kvision.core/-component/remove-css-class.html b/api/pl.treksoft.kvision.core/-component/remove-css-class.html index f54d5881..ccd69681 100644 --- a/api/pl.treksoft.kvision.core/-component/remove-css-class.html +++ b/api/pl.treksoft.kvision.core/-component/remove-css-class.html @@ -16,13 +16,5 @@ <code>css</code> - CSS class name</p> <p><strong>Return</strong><br/> current component</p> -<a name="pl.treksoft.kvision.core.Component$removeCssClass(pl.treksoft.kvision.core.Style)"></a> -<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Component</span></a></code> -<p>Removes given style object from the set of CSS classes generated in html code of current component.</p> -<h3>Parameters</h3> -<p><a name="css"></a> -<code>css</code> - CSS style object</p> -<p><strong>Return</strong><br/> -current component</p> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.core/-component/remove-css-style.html b/api/pl.treksoft.kvision.core/-component/remove-css-style.html new file mode 100644 index 00000000..ceb88042 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-component/remove-css-style.html @@ -0,0 +1,20 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Component.removeCssStyle - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Component</a> / <a href="./remove-css-style.html">removeCssStyle</a><br/> +<br/> +<h1>removeCssStyle</h1> +<a name="pl.treksoft.kvision.core.Component$removeCssStyle(pl.treksoft.kvision.core.Style)"></a> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeCssStyle</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeCssStyle(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Component</span></a></code> +<p>Removes given style object from the set of CSS classes generated in html code of current component.</p> +<h3>Parameters</h3> +<p><a name="css"></a> +<code>css</code> - CSS style object</p> +<p><strong>Return</strong><br/> +current component</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-component/remove-surrounding-css-class.html b/api/pl.treksoft.kvision.core/-component/remove-surrounding-css-class.html index 13f8c401..57f9acb1 100644 --- a/api/pl.treksoft.kvision.core/-component/remove-surrounding-css-class.html +++ b/api/pl.treksoft.kvision.core/-component/remove-surrounding-css-class.html @@ -16,13 +16,5 @@ <code>css</code> - CSS class name</p> <p><strong>Return</strong><br/> current component</p> -<a name="pl.treksoft.kvision.core.Component$removeSurroundingCssClass(pl.treksoft.kvision.core.Style)"></a> -<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeSurroundingCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeSurroundingCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Component</span></a></code> -<p>Removes given style object from the set of CSS classes generated in html code of parent component.</p> -<h3>Parameters</h3> -<p><a name="css"></a> -<code>css</code> - CSS style object</p> -<p><strong>Return</strong><br/> -current component</p> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.core/-component/remove-surrounding-css-style.html b/api/pl.treksoft.kvision.core/-component/remove-surrounding-css-style.html new file mode 100644 index 00000000..b5e94e7f --- /dev/null +++ b/api/pl.treksoft.kvision.core/-component/remove-surrounding-css-style.html @@ -0,0 +1,20 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Component.removeSurroundingCssStyle - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Component</a> / <a href="./remove-surrounding-css-style.html">removeSurroundingCssStyle</a><br/> +<br/> +<h1>removeSurroundingCssStyle</h1> +<a name="pl.treksoft.kvision.core.Component$removeSurroundingCssStyle(pl.treksoft.kvision.core.Style)"></a> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeSurroundingCssStyle</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeSurroundingCssStyle(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Component</span></a></code> +<p>Removes given style object from the set of CSS classes generated in html code of parent component.</p> +<h3>Parameters</h3> +<p><a name="css"></a> +<code>css</code> - CSS style object</p> +<p><strong>Return</strong><br/> +current component</p> +</BODY> +</HTML> |