summaryrefslogtreecommitdiff
path: root/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add.html')
-rw-r--r--docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add.html b/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add.html
deleted file mode 100644
index 6fc0842d..00000000
--- a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>ResponsiveGridPanel.add - 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.panel</a>&nbsp;/&nbsp;<a href="index.html">ResponsiveGridPanel</a>&nbsp;/&nbsp;<a href="./add.html">add</a><br/>
-<br/>
-<h1>add</h1>
-<a name="pl.treksoft.kvision.panel.ResponsiveGridPanel$add(pl.treksoft.kvision.core.Component, kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">add</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.panel.ResponsiveGridPanel$add(pl.treksoft.kvision.core.Component, kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/child">child</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.panel.ResponsiveGridPanel$add(pl.treksoft.kvision.core.Component, kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/col">col</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.panel.ResponsiveGridPanel$add(pl.treksoft.kvision.core.Component, kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/row">row</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.panel.ResponsiveGridPanel$add(pl.treksoft.kvision.core.Component, kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/size">size</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;0<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.panel.ResponsiveGridPanel$add(pl.treksoft.kvision.core.Component, kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/offset">offset</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;0<span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">ResponsiveGridPanel</span></a></code>
-<p>Adds child component to the grid.</p>
-<h3>Parameters</h3>
-<p><a name="child"></a>
-<code>child</code> - child component</p>
-<p><a name="col"></a>
-<code>col</code> - column number</p>
-<p><a name="row"></a>
-<code>row</code> - row number</p>
-<p><a name="size"></a>
-<code>size</code> - cell size (colspan)</p>
-<p><a name="offset"></a>
-<code>offset</code> - cell offset</p>
-<p><strong>Return</strong><br/>
-this container</p>
-<a name="pl.treksoft.kvision.panel.ResponsiveGridPanel$add(pl.treksoft.kvision.core.Component)"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">add</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.panel.ResponsiveGridPanel$add(pl.treksoft.kvision.core.Component)/child">child</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">ResponsiveGridPanel</span></a></code>
-<p>Overrides <a href="../-simple-panel/add.html">SimplePanel.add</a></p>
-<p>Adds given component to the current container.</p>
-<h3>Parameters</h3>
-<p><a name="child"></a>
-<code>child</code> - child component</p>
-<p><strong>Return</strong><br/>
-current container</p>
-</BODY>
-</HTML>