diff options
Diffstat (limited to 'api/pl.treksoft.kvision.core')
23 files changed, 301 insertions, 84 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> diff --git a/api/pl.treksoft.kvision.core/-container/index.html b/api/pl.treksoft.kvision.core/-container/index.html index dc6e7845..c70c45ab 100644 --- a/api/pl.treksoft.kvision.core/-container/index.html +++ b/api/pl.treksoft.kvision.core/-container/index.html @@ -102,7 +102,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="../-component/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="../-component/index.html"><span class="identifier">Component</span></a></code> +</td> +</tr> +<tr> +<td> +<p><a href="../-component/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="../-component/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> @@ -113,7 +120,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="../-component/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="../-component/index.html"><span class="identifier">Component</span></a></code> +</td> +</tr> +<tr> +<td> +<p><a href="../-component/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="../-component/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> @@ -169,7 +183,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="../-component/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="../-component/index.html"><span class="identifier">Component</span></a></code> +</td> +</tr> +<tr> +<td> +<p><a href="../-component/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="../-component/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> @@ -180,7 +201,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="../-component/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="../-component/index.html"><span class="identifier">Component</span></a></code> +</td> +</tr> +<tr> +<td> +<p><a href="../-component/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="../-component/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> @@ -830,7 +858,7 @@ <p><a href="../../pl.treksoft.kvision.tabulator/tabulator-remote.html">tabulatorRemote</a></p> </td> <td> -<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span> <span class="symbol">:</span> <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="identifier">E</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">></span> <a href="./index.html"><span class="identifier">Container</span></a><span class="symbol">.</span><span class="identifier">tabulatorRemote</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator$tabulatorRemote(pl.treksoft.kvision.core.Container, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.tabulator.tabulatorRemote.E)), kotlin.coroutines.SuspendFunction5((pl.treksoft.kvision.tabulator.tabulatorRemote.E, kotlin.Int, , kotlin.collections.List(()), kotlin.collections.List(()), ((pl.treksoft.kvision.tabulator.tabulatorRemote.T)))), pl.treksoft.kvision.tabulator.TabulatorOptions((pl.treksoft.kvision.tabulator.tabulatorRemote.T)), kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlin.Function1((pl.treksoft.kvision.tabulator.TabulatorRemote((pl.treksoft.kvision.tabulator.tabulatorRemote.T, pl.treksoft.kvision.tabulator.tabulatorRemote.E)), kotlin.Unit)))/serviceManager">serviceManager</span><span class="symbol">:</span> <a href="../../pl.treksoft.kvision.remote/-k-v-service-manager/index.html"><span class="identifier">KVServiceManager</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.tabulator/tabulator-remote.html#E"><span class="identifier">E</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator$tabulatorRemote(pl.treksoft.kvision.core.Container, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.tabulator.tabulatorRemote.E)), kotlin.coroutines.SuspendFunction5((pl.treksoft.kvision.tabulator.tabulatorRemote.E, kotlin.Int, , kotlin.collections.List(()), kotlin.collections.List(()), ((pl.treksoft.kvision.tabulator.tabulatorRemote.T)))), pl.treksoft.kvision.tabulator.TabulatorOptions((pl.treksoft.kvision.tabulator.tabulatorRemote.T)), kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlin.Function1((pl.treksoft.kvision.tabulator.TabulatorRemote((pl.treksoft.kvision.tabulator.tabulatorRemote.T, pl.treksoft.kvision.tabulator.tabulatorRemote.E)), kotlin.Unit)))/function">function</span><span class="symbol">:</span> <span class="keyword">suspend </span><a href="../../pl.treksoft.kvision.tabulator/tabulator-remote.html#E"><span class="identifier">E</span></a><span class="symbol">.</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><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><span class="symbol">,</span>&nb |
