diff options
| author | Robert Jaros <rjaros@finn.pl> | 2018-03-01 15:19:44 +0100 |
|---|---|---|
| committer | Robert Jaros <rjaros@finn.pl> | 2018-03-01 15:19:44 +0100 |
| commit | 415afec335659ca6bc206b34bdd3c2fe4635718f (patch) | |
| tree | 69446330560c0b89a38299e5ced7d3db4b3f5266 /api/pl.treksoft.kvision.core/-styled-component | |
| parent | 8b298c0c5bb377863baf3e0125289957fd2afe5e (diff) | |
| download | kvision-415afec335659ca6bc206b34bdd3c2fe4635718f.tar.gz kvision-415afec335659ca6bc206b34bdd3c2fe4635718f.tar.bz2 kvision-415afec335659ca6bc206b34bdd3c2fe4635718f.zip | |
KVision site with Jekyll
Diffstat (limited to 'api/pl.treksoft.kvision.core/-styled-component')
37 files changed, 1198 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-styled-component/-init-.html b/api/pl.treksoft.kvision.core/-styled-component/-init-.html new file mode 100644 index 00000000..a06c76a7 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/-init-.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.<init> - 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">StyledComponent</a> / <a href="./-init-.html"><init></a><br/> +<br/> +<h1><init></h1> +<a name="pl.treksoft.kvision.core.StyledComponent$<init>()"></a> +<code><span class="identifier">StyledComponent</span><span class="symbol">(</span><span class="symbol">)</span></code> +<p>Base class for components supporting CSS styling.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/background.html b/api/pl.treksoft.kvision.core/-styled-component/background.html new file mode 100644 index 00000000..231519b1 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/background.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.background - 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">StyledComponent</a> / <a href="./background.html">background</a><br/> +<br/> +<h1>background</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$background"></a> +<code><span class="keyword">var </span><span class="identifier">background</span><span class="symbol">: </span><a href="../-background/index.html"><span class="identifier">Background</span></a><span class="symbol">?</span></code> +<p>Background of the current component.</p> +<p><strong>Getter</strong><br/> +<p>Background of the current component.</p> +</p> +<p><strong>Setter</strong><br/> +<p>Background of the current component.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html b/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html new file mode 100644 index 00000000..c8d4c6fc --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.borderBottom - 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">StyledComponent</a> / <a href="./border-bottom.html">borderBottom</a><br/> +<br/> +<h1>borderBottom</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$borderBottom"></a> +<code><span class="keyword">var </span><span class="identifier">borderBottom</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Bottom border of the current component.</p> +<p><strong>Getter</strong><br/> +<p>Bottom border of the current component.</p> +</p> +<p><strong>Setter</strong><br/> +<p>Bottom border of the current component.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/border-left.html b/api/pl.treksoft.kvision.core/-styled-component/border-left.html new file mode 100644 index 00000000..54bd85d3 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/border-left.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.borderLeft - 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">StyledComponent</a> / <a href="./border-left.html">borderLeft</a><br/> +<br/> +<h1>borderLeft</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$borderLeft"></a> +<code><span class="keyword">var </span><span class="identifier">borderLeft</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Left border of the current component.</p> +<p><strong>Getter</strong><br/> +<p>Left border of the current component.</p> +</p> +<p><strong>Setter</strong><br/> +<p>Left border of the current component.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/border-right.html b/api/pl.treksoft.kvision.core/-styled-component/border-right.html new file mode 100644 index 00000000..428a462a --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/border-right.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.borderRight - 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">StyledComponent</a> / <a href="./border-right.html">borderRight</a><br/> +<br/> +<h1>borderRight</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$borderRight"></a> +<code><span class="keyword">var </span><span class="identifier">borderRight</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Right border of the current component.</p> +<p><strong>Getter</strong><br/> +<p>Right border of the current component.</p> +</p> +<p><strong>Setter</strong><br/> +<p>Right border of the current component.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/border-top.html b/api/pl.treksoft.kvision.core/-styled-component/border-top.html new file mode 100644 index 00000000..d5a50121 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/border-top.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.borderTop - 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">StyledComponent</a> / <a href="./border-top.html">borderTop</a><br/> +<br/> +<h1>borderTop</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$borderTop"></a> +<code><span class="keyword">var </span><span class="identifier">borderTop</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Top border of the current component.</p> +<p><strong>Getter</strong><br/> +<p>Top border of the current component.</p> +</p> +<p><strong>Setter</strong><br/> +<p>Top border of the current component.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/border.html b/api/pl.treksoft.kvision.core/-styled-component/border.html new file mode 100644 index 00000000..02a1660d --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/border.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.border - 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">StyledComponent</a> / <a href="./border.html">border</a><br/> +<br/> +<h1>border</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$border"></a> +<code><span class="keyword">var </span><span class="identifier">border</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Border of the current component.</p> +<p><strong>Getter</strong><br/> +<p>Border of the current component.</p> +</p> +<p><strong>Setter</strong><br/> +<p>Border of the current component.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/bottom.html b/api/pl.treksoft.kvision.core/-styled-component/bottom.html new file mode 100644 index 00000000..0e98c842 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/bottom.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.bottom - 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">StyledComponent</a> / <a href="./bottom.html">bottom</a><br/> +<br/> +<h1>bottom</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$bottom"></a> +<code><span class="keyword">var </span><span class="identifier">bottom</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Bottom edge of the current component.</p> +<p><strong>Getter</strong><br/> +<p>Bottom edge of the current component.</p> +</p> +<p><strong>Setter</strong><br/> +<p>Bottom edge of the current component.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/color-hex.html b/api/pl.treksoft.kvision.core/-styled-component/color-hex.html new file mode 100644 index 00000000..3e22c1da --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/color-hex.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.colorHex - 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">StyledComponent</a> / <a href="./color-hex.html">colorHex</a><br/> +<br/> +<h1>colorHex</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$colorHex"></a> +<code><span class="keyword">var </span><span class="identifier">colorHex</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></code> +<p>Text color for the current component given in hex format (write only).</p> +<p>This property gives a convenient way to set the value of <a href="color.html">color</a> property e.g.:</p> +<p>c.colorHex = 0x00ff00</p> +<p>The value read from this property is always null.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/color-name.html b/api/pl.treksoft.kvision.core/-styled-component/color-name.html new file mode 100644 index 00000000..f597c1e3 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/color-name.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.colorName - 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">StyledComponent</a> / <a href="./color-name.html">colorName</a><br/> +<br/> +<h1>colorName</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$colorName"></a> +<code><span class="keyword">var </span><span class="identifier">colorName</span><span class="symbol">: </span><a href="../-col/index.html"><span class="identifier">Col</span></a><span class="symbol">?</span></code> +<p>Text color for the current component given with named constant (write only).</p> +<p>This property gives a convenient way to set the value of <a href="color.html">color</a> property e.g.:</p> +<p>c.colorName = Col.GREEN</p> +<p>The value read from this property is always null.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/color.html b/api/pl.treksoft.kvision.core/-styled-component/color.html new file mode 100644 index 00000000..b9d6f799 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/color.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.color - 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">StyledComponent</a> / <a href="./color.html">color</a><br/> +<br/> +<h1>color</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$color"></a> +<code><span class="keyword">var </span><span class="identifier">color</span><span class="symbol">: </span><a href="../-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span></code> +<p>Text color for the current component.</p> +<p><strong>Getter</strong><br/> +<p>Text color for the current component.</p> +</p> +<p><strong>Setter</strong><br/> +<p>Text color for the current component.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html b/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html new file mode 100644 index 00000000..049da26e --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html @@ -0,0 +1,17 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.getSnStyle - 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">StyledComponent</a> / <a href="./get-sn-style.html">getSnStyle</a><br/> +<br/> +<h1>getSnStyle</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$getSnStyle()"></a> +<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnStyle</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> +<p>Returns the list of String pairs defining CSS style attributes and their values.</p> +<p><strong>Return</strong><br/> +the list of attributes and their values</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/height.html b/api/pl.treksoft.kvision.core/-styled-component/height.html new file mode 100644 index 00000000..d86ee4d7 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/height.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.height - 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">StyledComponent</a> / <a href="./height.html">height</a><br/> +<br/> +<h1>height</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$height"></a> +<code><span class="keyword">var </span><span class="identifier">height</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Height of the current component.</p> +<p><strong>Getter</strong><br/> +<p>Height of the current component.</p> +</p> +<p><strong>Setter</strong><br/> +<p>Height of the current component.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/index.html b/api/pl.treksoft.kvision.core/-styled-component/index.html new file mode 100644 index 00000000..5ad31f17 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/index.html @@ -0,0 +1,458 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent - 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">StyledComponent</a><br/> +<br/> +<h1>StyledComponent</h1> +<code><span class="keyword">abstract</span> <span class="keyword">class </span><span class="identifier">StyledComponent</span> <span class="symbol">:</span> <a href="../-component/index.html"><span class="identifier">Component</span></a></code> +<p>Base class for components supporting CSS styling.</p> +<h3>Constructors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-init-.html"><init></a></p> +</td> +<td> +<code><span class="identifier">StyledComponent</span><span class="symbol">(</span><span class="symbol">)</span></code> +<p>Base class for components supporting CSS styling.</p> +</td> +</tr> +</tbody> +</table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="background.html">background</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">background</span><span class="symbol">: </span><a href="../-background/index.html"><span class="identifier">Background</span></a><span class="symbol">?</span></code> +<p>Background of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="border.html">border</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">border</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Border of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="border-bottom.html">borderBottom</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">borderBottom</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Bottom border of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="border-left.html">borderLeft</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">borderLeft</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Left border of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="border-right.html">borderRight</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">borderRight</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Right border of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="border-top.html">borderTop</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">borderTop</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Top border of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="bottom.html">bottom</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">bottom</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Bottom edge of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="color.html">color</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">color</span><span class="symbol">: </span><a href="../-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span></code> +<p>Text color for the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="color-hex.html">colorHex</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">colorHex</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></code> +<p>Text color for the current component given in hex format (write only).</p> +</td> +</tr> +<tr> +<td> +<p><a href="color-name.html">colorName</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">colorName</span><span class="symbol">: </span><a href="../-col/index.html"><span class="identifier">Col</span></a><span class="symbol">?</span></code> +<p>Text color for the current component given with named constant (write only).</p> +</td> +</tr> +<tr> +<td> +<p><a href="height.html">height</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">height</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Height of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="left.html">left</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">left</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Left edge of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="margin.html">margin</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">margin</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize& |
