blob: 522188026ba35279cb8f905a8946689a16bff48b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Widget.getAttribute - 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">Widget</a> / <a href="./get-attribute.html">getAttribute</a><br/>
<br/>
<h1>getAttribute</h1>
<a name="pl.treksoft.kvision.core.Widget$getAttribute(kotlin.String)"></a>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$getAttribute(kotlin.String)/name">name</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="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
<p>Overrides <a href="../-component/get-attribute.html">Component.getAttribute</a></p>
<p>Returns the value of an additional attribute.</p>
<h3>Parameters</h3>
<p><a name="name"></a>
<code>name</code> - the name of the attribute</p>
<p><strong>Return</strong><br/>
the value of the attribute</p>
</BODY>
</HTML>
|