blob: 214d523eecc36e45afae96ca9b03b4927b4d5a3e (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Style.RefreshDelegate - 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">Style</a> / <a href="./index.html">RefreshDelegate</a><br/>
<br/>
<h1>RefreshDelegate</h1>
(js) <code><span class="keyword">protected</span> <span class="keyword">inner</span> <span class="keyword">class </span><span class="identifier">RefreshDelegate</span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span></code>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
(js)
<h4><a href="-init-.html"><init></a></h4>
</td>
<td>
<code><span class="identifier">RefreshDelegate</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style.RefreshDelegate$<init>(kotlin.Function1((pl.treksoft.kvision.core.Style.RefreshDelegate.T, kotlin.Unit)))/refreshFunction">refreshFunction</span><span class="symbol">:</span> <span class="symbol">(</span><span class="identifier">T</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><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
(js)
<h4><a href="get-value.html">getValue</a></h4>
</td>
<td>
<code><span class="keyword">operator</span> <span class="keyword">fun </span><span class="identifier">getValue</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style.RefreshDelegate$getValue(pl.treksoft.kvision.core.StyledComponent, kotlin.reflect.KProperty((kotlin.Any)))/thisRef">thisRef</span><span class="symbol">:</span> <a href="../../-styled-component/index.html"><span class="identifier">StyledComponent</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Style.RefreshDelegate$getValue(pl.treksoft.kvision.core.StyledComponent, kotlin.reflect.KProperty((kotlin.Any)))/property">property</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-property/index.html"><span class="identifier">KProperty</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">T</span></code></td>
</tr>
<tr>
<td>
(js)
<h4><a href="set-value.html">setValue</a></h4>
</td>
<td>
<code><span class="keyword">operator</span> <span class="keyword">fun </span><span class="identifier">setValue</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style.RefreshDelegate$setValue(pl.treksoft.kvision.core.StyledComponent, kotlin.reflect.KProperty((kotlin.Any)), pl.treksoft.kvision.core.Style.RefreshDelegate.T)/thisRef">thisRef</span><span class="symbol">:</span> <a href="../../-styled-component/index.html"><span class="identifier">StyledComponent</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Style.RefreshDelegate$setValue(pl.treksoft.kvision.core.StyledComponent, kotlin.reflect.KProperty((kotlin.Any)), pl.treksoft.kvision.core.Style.RefreshDelegate.T)/property">property</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-property/index.html"><span class="identifier">KProperty</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Style.RefreshDelegate$setValue(pl.treksoft.kvision.core.StyledComponent, kotlin.reflect.KProperty((kotlin.Any)), pl.treksoft.kvision.core.Style.RefreshDelegate.T)/value">value</span><span class="symbol">:</span> <span class="identifier">T</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></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|