aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.core/-component/remove-css-class.html
blob: f54d58814c36fcdd7cc5ae02214d7566ba2a1d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Component.removeCssClass - 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.core</a>&nbsp;/&nbsp;<a href="index.html">Component</a>&nbsp;/&nbsp;<a href="./remove-css-class.html">removeCssClass</a><br/>
<br/>
<h1>removeCssClass</h1>
<a name="pl.treksoft.kvision.core.Component$removeCssClass(kotlin.String)"></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(kotlin.String)/css">css</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="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>
<h3>Parameters</h3>
<p><a name="css"></a>
<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>&nbsp;<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>