diff options
Diffstat (limited to 'api/pl.treksoft.kvision.panel/-simple-panel/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.panel/-simple-panel/index.html | 69 |
1 files changed, 66 insertions, 3 deletions
diff --git a/api/pl.treksoft.kvision.panel/-simple-panel/index.html b/api/pl.treksoft.kvision.panel/-simple-panel/index.html index 39cb5878..6c3b3383 100644 --- a/api/pl.treksoft.kvision.panel/-simple-panel/index.html +++ b/api/pl.treksoft.kvision.panel/-simple-panel/index.html @@ -48,7 +48,7 @@ <p><a href="../../pl.treksoft.kvision.core/-widget/parent.html">parent</a></p> </td> <td> -<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">parent</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">?</span></code> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">parent</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-container/index.html"><span class="identifier">Container</span></a><span class="symbol">?</span></code> <p>Parent of the current component.</p> </td> </tr> @@ -344,6 +344,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/set-context-menu.html">setContextMenu</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setContextMenu</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setContextMenu(pl.treksoft.kvision.dropdown.ContextMenu)/contextMenu">contextMenu</span><span class="symbol">:</span> <a href="../../pl.treksoft.kvision.dropdown/-context-menu/index.html"><span class="identifier">ContextMenu</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Sets context menu for the current widget.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/set-drag-drop-data.html">setDragDropData</a></p> </td> <td> @@ -429,6 +438,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.toolbar/-button-group/index.html">ButtonGroup</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">ButtonGroup</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a></code> +<p>The Bootstrap button group.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.form.check/-check-box/index.html">CheckBox</a></p> </td> <td> @@ -519,6 +537,24 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.navbar/-navbar/index.html">Navbar</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Navbar</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a></code> +<p>The Bootstrap Navbar container.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../../pl.treksoft.kvision.progress/-progress-bar/index.html">ProgressBar</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">ProgressBar</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a></code> +<p>The Bootstrap progress bar.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.form.check/-radio/index.html">Radio</a></p> </td> <td> @@ -567,7 +603,7 @@ <p><a href="../../pl.treksoft.kvision.form.select/-select-input/index.html">SelectInput</a></p> </td> <td> -<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">SelectInput</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a></code> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">SelectInput</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="../../pl.treksoft.kvision.form/-form-input/index.html"><span class="identifier">FormInput</span></a></code> <p>The basic component for Select control.</p> </td> </tr> @@ -630,12 +666,39 @@ <p><a href="../../pl.treksoft.kvision.html/-tag/index.html">Tag</a></p> </td> <td> -<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Tag</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a></code> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Tag</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="../../pl.treksoft.kvision.html/-template/index.html"><span class="identifier">Template</span></a></code> <p>HTML tag component.</p> </td> </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.toolbar/-toolbar/index.html">Toolbar</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Toolbar</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a></code> +<p>The Bootstrap toolbar.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../../pl.treksoft.kvision.form.upload/-upload/index.html">Upload</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Upload</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="../../pl.treksoft.kvision.form/-files-form-control/index.html"><span class="identifier">FilesFormControl</span></a></code> +<p>The form field file upload component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../../pl.treksoft.kvision.core/-widget-wrapper/index.html">WidgetWrapper</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">WidgetWrapper</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a></code> +<p>This class allows to wrap a component into separately styled DIV element.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.window/-window/index.html">Window</a></p> </td> <td> |