blob: 23ec343526a745c5e02967493ff200565139deda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Table.childrenVNodes - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.table</a> / <a href="index.html">Table</a> / <a href="./children-v-nodes.html">childrenVNodes</a><br/>
<br/>
<h1>childrenVNodes</h1>
<a name="pl.treksoft.kvision.table.Table$childrenVNodes()"></a>
<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">childrenVNodes</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol"><</span><span class="identifier">VNode</span><span class="symbol">></span></code>
<p>Overrides <a href="../../pl.treksoft.kvision.panel/-simple-panel/children-v-nodes.html">SimplePanel.childrenVNodes</a></p>
<p>Returns the array of the children Snabbdom vnodes.</p>
<p><strong>Return</strong><br/>
array of children vnodes</p>
</BODY>
</HTML>
|