diff options
Diffstat (limited to 'docs/api/alltypes')
-rw-r--r-- | docs/api/alltypes/index.html | 856 |
1 files changed, 856 insertions, 0 deletions
diff --git a/docs/api/alltypes/index.html b/docs/api/alltypes/index.html new file mode 100644 index 00000000..97c62758 --- /dev/null +++ b/docs/api/alltypes/index.html @@ -0,0 +1,856 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>alltypes - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<p>KVision - object oriented Web UI framework for Kotlin/JS.</p> +<h3>All Types</h3> +<table> +<tbody> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-a-l-i-g-n/index.html">pl.treksoft.kvision.html.ALIGN</a></td> +<td> +<p>CSS align attributes.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.text/-abstract-text/index.html">pl.treksoft.kvision.form.text.AbstractText</a></td> +<td> +<p>Base class for form field text components.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.text/-abstract-text-input/index.html">pl.treksoft.kvision.form.text.AbstractTextInput</a></td> +<td> +<p>Base class for basic text components.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.select/-ajax-options/index.html">pl.treksoft.kvision.form.select.AjaxOptions</a></td> +<td> +<p>Data class for AJAX options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.modal/-alert/index.html">pl.treksoft.kvision.modal.Alert</a></td> +<td> +<p>Alert window based on Bootstrap modal.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.hmr/-application-base/index.html">pl.treksoft.kvision.hmr.ApplicationBase</a></td> +<td> +<p>Base class for applications.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/index.html">pl.treksoft.kvision.core.BGATTACH</a></td> +<td> +<p>Definitions of CSS background attachment options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-b-g-c-l-i-p/index.html">pl.treksoft.kvision.core.BGCLIP</a></td> +<td> +<p>Definitions of CSS background clipping options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/index.html">pl.treksoft.kvision.core.BGORIGIN</a></td> +<td> +<p>Definitions of CSS background origin options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-b-g-r-e-p-e-a-t/index.html">pl.treksoft.kvision.core.BGREPEAT</a></td> +<td> +<p>Definitions of CSS background repeat options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-b-g-s-i-z-e/index.html">pl.treksoft.kvision.core.BGSIZE</a></td> +<td> +<p>Definitions of CSS background size.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-b-o-r-d-e-r-s-t-y-l-e/index.html">pl.treksoft.kvision.core.BORDERSTYLE</a></td> +<td> +<p>Definitions of CSS border styles.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-b-u-t-t-o-n-s-i-z-e/index.html">pl.treksoft.kvision.html.BUTTONSIZE</a></td> +<td> +<p>Button sizes.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-b-u-t-t-o-n-s-t-y-l-e/index.html">pl.treksoft.kvision.html.BUTTONSTYLE</a></td> +<td> +<p>Button styles.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.spinner/-b-u-t-t-o-n-s-t-y-p-e/index.html">pl.treksoft.kvision.form.spinner.BUTTONSTYPE</a></td> +<td> +<p>Spinner buttons layout types.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-background/index.html">pl.treksoft.kvision.core.Background</a></td> +<td> +<p>Type-safe definition of CSS background.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.data/-base-data-component/index.html">pl.treksoft.kvision.data.BaseDataComponent</a></td> +<td> +<p>Base abstract class for creating observable data model.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-bool-form-control/index.html">pl.treksoft.kvision.form.BoolFormControl</a></td> +<td> +<p>Base interface of a form control with a boolean value.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-border/index.html">pl.treksoft.kvision.core.Border</a></td> +<td> +<p>Type-safe definition of CSS border.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-button/index.html">pl.treksoft.kvision.html.Button</a></td> +<td> +<p>Button component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.check/-c-h-e-c-k-b-o-x-s-t-y-l-e/index.html">pl.treksoft.kvision.form.check.CHECKBOXSTYLE</a></td> +<td> +<p>Checkbox style options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.check/-c-h-e-c-k-i-n-p-u-t-t-y-p-e/index.html">pl.treksoft.kvision.form.check.CHECKINPUTTYPE</a></td> +<td> +<p>Type of the check input control (checkbox or radio).</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-c-o-l-o-r/index.html">pl.treksoft.kvision.core.COLOR</a></td> +<td> +<p>Definitions of CSS color names.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.check/-check-box/index.html">pl.treksoft.kvision.form.check.CheckBox</a></td> +<td> +<p>The form field component rendered as HTML <em>input type="checkbox"</em>.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.check/-check-input/index.html">pl.treksoft.kvision.form.check.CheckInput</a></td> +<td> +<p>The basic input component rendered as HTML <em>input type="checkbox"</em> or <em>input type="radio"</em>.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.modal/-close-icon/index.html">pl.treksoft.kvision.modal.CloseIcon</a></td> +<td> +<p>Helper class for close icon component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-color/index.html">pl.treksoft.kvision.core.Color</a></td> +<td> +<p>Type-safe definition of CSS color.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-component/index.html">pl.treksoft.kvision.core.Component</a></td> +<td> +<p>Base interface for all components.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.modal/-confirm/index.html">pl.treksoft.kvision.modal.Confirm</a></td> +<td> +<p>Confirm window based on Bootstrap modal.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-container/index.html">pl.treksoft.kvision.core.Container</a></td> +<td> +<p>Base interface for all containers.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-css-size.html">pl.treksoft.kvision.core.CssSize</a></td> +<td> +<p>This type is used for defining CSS dimensions (width, heights, margins, paddings, etc.).</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html">pl.treksoft.kvision.form.select.DATATYPE</a></td> +<td> +<p>Data type for the AJAX call.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.dropdown/-d-d/index.html">pl.treksoft.kvision.dropdown.DD</a></td> +<td> +<p>Useful options for use in DropDown's <em>elements</em> parameter.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n/index.html">pl.treksoft.kvision.panel.DIRECTION</a></td> +<td> +<p>Split panel direction.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.data/-data-component.html">pl.treksoft.kvision.data.DataComponent</a></td> +<td> +<p>Base interface for observable data model.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.data/-data-container/index.html">pl.treksoft.kvision.data.DataContainer</a></td> +<td> +<p>A container class with support for observable data model.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.data/-data-updatable/index.html">pl.treksoft.kvision.data.DataUpdatable</a></td> +<td> +<p>Interface for updatable container.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.utils/kotlin.js.-date/index.html">kotlin.js.Date</a> (extensions in package pl.treksoft.kvision.utils)</td> +<td> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-date-form-control/index.html">pl.treksoft.kvision.form.DateFormControl</a></td> +<td> +<p>Base interface of a form control with a date value.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.time/-date-time/index.html">pl.treksoft.kvision.form.time.DateTime</a></td> +<td> +<p>Form field date/time chooser component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.time/-date-time-input/index.html">pl.treksoft.kvision.form.time.DateTimeInput</a></td> +<td> +<p>Basic date/time chooser component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-dock-panel/index.html">pl.treksoft.kvision.panel.DockPanel</a></td> +<td> +<p>The container with dock layout (up, down, left, right and center positions).</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.dropdown/-drop-down/index.html">pl.treksoft.kvision.dropdown.DropDown</a></td> +<td> +<p>Bootstrap dropdown component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-f-l-e-x-a-l-i-g-n-c-o-n-t-e-n-t/index.html">pl.treksoft.kvision.panel.FLEXALIGNCONTENT</a></td> +<td> +<p>CSS flexbox content alignment options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-f-l-e-x-a-l-i-g-n-i-t-e-m-s/index.html">pl.treksoft.kvision.panel.FLEXALIGNITEMS</a></td> +<td> +<p>CSS flexbox alignments options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-f-l-e-x-d-i-r/index.html">pl.treksoft.kvision.panel.FLEXDIR</a></td> +<td> +<p>CSS flexbox directions.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-f-l-e-x-j-u-s-t-i-f-y/index.html">pl.treksoft.kvision.panel.FLEXJUSTIFY</a></td> +<td> +<p>CSS flexbox justification options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-f-l-e-x-w-r-a-p/index.html">pl.treksoft.kvision.panel.FLEXWRAP</a></td> +<td> +<p>CSS flexbox wrap modes.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.spinner/-f-o-r-c-e-t-y-p-e/index.html">pl.treksoft.kvision.form.spinner.FORCETYPE</a></td> +<td> +<p>Spinner force rounding types.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-f-o-r-m-t-y-p-e/index.html">pl.treksoft.kvision.form.FORMTYPE</a></td> +<td> +<p>Bootstrap form layout options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-field-label/index.html">pl.treksoft.kvision.form.FieldLabel</a></td> +<td> +<p>Helper class for HTML label element.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-flex-panel/index.html">pl.treksoft.kvision.panel.FlexPanel</a></td> +<td> +<p>The container with CSS flexbox layout support.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-form/index.html">pl.treksoft.kvision.form.Form</a></td> +<td> +<p>The form definition class. Can be used directly or indirectly inside a <a href="../pl.treksoft.kvision.form/-form-panel/index.html">FormPanel</a>.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-form-control/index.html">pl.treksoft.kvision.form.FormControl</a></td> +<td> +<p>Base interface of a form control.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-form-panel/index.html">pl.treksoft.kvision.form.FormPanel</a></td> +<td> +<p>Bootstrap form component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-g-r-i-d-a-l-i-g-n/index.html">pl.treksoft.kvision.panel.GRIDALIGN</a></td> +<td> +<p>CSS grid alignment options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-g-r-i-d-a-l-i-g-n-c-o-n-t-e-n-t/index.html">pl.treksoft.kvision.panel.GRIDALIGNCONTENT</a></td> +<td> +<p>CSS grid content alignment options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-g-r-i-d-f-l-o-w/index.html">pl.treksoft.kvision.panel.GRIDFLOW</a></td> +<td> +<p>CSS grid flow options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-g-r-i-d-j-u-s-t-i-f-y/index.html">pl.treksoft.kvision.panel.GRIDJUSTIFY</a></td> +<td> +<p>CSS grid justification options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-g-r-i-d-j-u-s-t-i-f-y-c-o-n-t-e-n-t/index.html">pl.treksoft.kvision.panel.GRIDJUSTIFYCONTENT</a></td> +<td> +<p>CSS grid content justification options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-g-r-i-d-s-i-z-e/index.html">pl.treksoft.kvision.panel.GRIDSIZE</a></td> +<td> +<p>Bootstrap grid sizes.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-grid-panel/index.html">pl.treksoft.kvision.panel.GridPanel</a></td> +<td> +<p>The container with CSS grid layout support.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-grid-wrapper/index.html">pl.treksoft.kvision.panel.GridWrapper</a></td> +<td> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-h-panel/index.html">pl.treksoft.kvision.panel.HPanel</a></td> +<td> +<p>The container with horizontal layout.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/index.html">pl.treksoft.kvision.form.select.HTTPTYPE</a></td> +<td> +<p>HTTP protocol type for the AJAX call.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-help-block/index.html">pl.treksoft.kvision.form.HelpBlock</a></td> +<td> +<p>Helper class for Bootstrap help block element.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.hmr/-hot/index.html">pl.treksoft.kvision.hmr.Hot</a></td> +<td> +<p>Helper interface for Hot Module Replacement (HMR).</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-i-m-a-g-e-s-h-a-p-e/index.html">pl.treksoft.kvision.html.IMAGESHAPE</a></td> +<td> +<p>Image shapes.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-i-n-p-u-t-s-i-z-e/index.html">pl.treksoft.kvision.form.INPUTSIZE</a></td> +<td> +<p>Input controls sizes.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-image/index.html">pl.treksoft.kvision.html.Image</a></td> +<td> +<p>Image component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.utils/kotlin.-int/index.html">kotlin.Int</a> (extensions in package pl.treksoft.kvision.utils)</td> +<td> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.utils/-kv-event/index.html">pl.treksoft.kvision.utils.KvEvent</a></td> +<td> +<p>Helper class for defining custom events.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-l-i-s-t-t-y-p-e/index.html">pl.treksoft.kvision.html.LISTTYPE</a></td> +<td> +<p>HTML list types.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-label/index.html">pl.treksoft.kvision.html.Label</a></td> +<td> +<p>Simple label component rendered as <em>span</em>.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-link/index.html">pl.treksoft.kvision.html.Link</a></td> +<td> +<p>Link component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-list-tag/index.html">pl.treksoft.kvision.html.ListTag</a></td> +<td> +<p>HTML list component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/index.html">pl.treksoft.kvision.modal.MODALSIZE</a></td> +<td> +<p>Modal window sizes.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/kotlin.collections.-map/index.html">kotlin.collections.Map</a> (extensions in package pl.treksoft.kvision.form)</td> +<td> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.modal/-modal/index.html">pl.treksoft.kvision.modal.Modal</a></td> +<td> +<p>Configurable modal window based on Bootstrap modal.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.hmr/-module/index.html">pl.treksoft.kvision.hmr.Module</a></td> +<td> +<p>Helper interface for Hot Module Replacement (HMR).</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-number-form-control/index.html">pl.treksoft.kvision.form.NumberFormControl</a></td> +<td> +<p>Base interface of a form control with a numeric value.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.utils/-object/index.html">pl.treksoft.kvision.utils.Object</a></td> +<td> +<p>JavaScript Object type</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.utils/kotlin.-pair/index.html">kotlin.Pair</a> (extensions in package pl.treksoft.kvision.utils)</td> +<td> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.text/-password/index.html">pl.treksoft.kvision.form.text.Password</a></td> +<td> +<p>Form field password component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.check/-r-a-d-i-o-s-t-y-l-e/index.html">pl.treksoft.kvision.form.check.RADIOSTYLE</a></td> +<td> +<p>Radio style options.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.check/-radio/index.html">pl.treksoft.kvision.form.check.Radio</a></td> +<td> +<p>The form field component rendered as HTML <em>input type="radio"</em>.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.check/-radio-group/index.html">pl.treksoft.kvision.form.check.RadioGroup</a></td> +<td> +<p>The form field component rendered as a group of HTML <em>input type="radio"</em> elements with the same name attribute.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-res-string.html">pl.treksoft.kvision.core.ResString</a></td> +<td> +<p>This type is used for accessing resources with CommonJS <strong>require</strong> function.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-responsive-grid-panel/index.html">pl.treksoft.kvision.panel.ResponsiveGridPanel</a></td> +<td> +<p>The container with support for Bootstrap responsive grid layout.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.text/-rich-text/index.html">pl.treksoft.kvision.form.text.RichText</a></td> +<td> +<p>Form field rich text component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.text/-rich-text-input/index.html">pl.treksoft.kvision.form.text.RichTextInput</a></td> +<td> +<p>Basic rich text component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-root/index.html">pl.treksoft.kvision.panel.Root</a></td> +<td> +<p>Root container.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.routing/-routing/index.html">pl.treksoft.kvision.routing.Routing</a></td> +<td> +<p>A helper class for Navigo JavaScript router.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html">pl.treksoft.kvision.form.select.SELECTWIDTHTYPE</a></td> +<td> +<p>Select width types. See <a href="http://silviomoreto.github.io/bootstrap-select/examples/#width">Bootstrap Select width</a>.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-s-i-d-e/index.html">pl.treksoft.kvision.panel.SIDE</a></td> +<td> +<p>Dock layout directions.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.select/-select/index.html">pl.treksoft.kvision.form.select.Select</a></td> +<td> +<p>The form field component for Select control.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.select/-select-input/index.html">pl.treksoft.kvision.form.select.SelectInput</a></td> +<td> +<p>The basic component for Select control.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.select/-select-opt-group/index.html">pl.treksoft.kvision.form.select.SelectOptGroup</a></td> +<td> +<p>The helper container for adding option groups to <a href="../pl.treksoft.kvision.form.select/-select/index.html">Select</a>.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.select/-select-option/index.html">pl.treksoft.kvision.form.select.SelectOption</a></td> +<td> +<p>The helper component for adding options to <a href="../pl.treksoft.kvision.form.select/-select/index.html">Select</a> or <a href="../pl.treksoft.kvision.form.select/-select-opt-group/index.html">SelectOptGroup</a>.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-simple-panel/index.html">pl.treksoft.kvision.panel.SimplePanel</a></td> +<td> +<p>Basic container class, rendered as a DIV element with all children directly within.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.spinner/-spinner/index.html">pl.treksoft.kvision.form.spinner.Spinner</a></td> +<td> +<p>The form field component for spinner control.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.spinner/-spinner-input/index.html">pl.treksoft.kvision.form.spinner.SpinnerInput</a></td> +<td> +<p>The basic component for spinner control.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-split-panel/index.html">pl.treksoft.kvision.panel.SplitPanel</a></td> +<td> +<p>The container with draggable splitter.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-stack-panel/index.html">pl.treksoft.kvision.panel.StackPanel</a></td> +<td> +<p>The container with only one active (visible) child at any moment.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.utils/kotlin.-string/index.html">kotlin.String</a> (extensions in package pl.treksoft.kvision.utils)</td> +<td> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-string-bool-pair.html">pl.treksoft.kvision.core.StringBoolPair</a></td> +<td> +<p>Helper type used to define CSS classes.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form/-string-form-control/index.html">pl.treksoft.kvision.form.StringFormControl</a></td> +<td> +<p>Base interface of a form control with a text value.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-string-pair.html">pl.treksoft.kvision.core.StringPair</a></td> +<td> +<p>Helper type used to define CSS style attributes.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-styled-component/index.html">pl.treksoft.kvision.core.StyledComponent</a></td> +<td> +<p>Base class for components supporting CSS styling.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-t-a-g/index.html">pl.treksoft.kvision.html.TAG</a></td> +<td> +<p>HTML tags.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.text/-t-e-x-t-i-n-p-u-t-t-y-p-e/index.html">pl.treksoft.kvision.form.text.TEXTINPUTTYPE</a></td> +<td> +<p>Text input types.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-tab-panel/index.html">pl.treksoft.kvision.panel.TabPanel</a></td> +<td> +<p>The container rendering it's children as tabs.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.html/-tag/index.html">pl.treksoft.kvision.html.Tag</a></td> +<td> +<p>HTML tag component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.text/-text/index.html">pl.treksoft.kvision.form.text.Text</a></td> +<td> +<p>Form field text component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.text/-text-area/index.html">pl.treksoft.kvision.form.text.TextArea</a></td> +<td> +<p>Form field textarea component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.text/-text-area-input/index.html">pl.treksoft.kvision.form.text.TextAreaInput</a></td> +<td> +<p>Basic textarea component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.form.text/-text-input/index.html">pl.treksoft.kvision.form.text.TextInput</a></td> +<td> +<p>Basic text component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-u-n-i-t/index.html">pl.treksoft.kvision.core.UNIT</a></td> +<td> +<p>Definitions of CSS units.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.panel/-v-panel/index.html">pl.treksoft.kvision.panel.VPanel</a></td> +<td> +<p>The container with vertical layout.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-widget/index.html">pl.treksoft.kvision.core.Widget</a></td> +<td> +<p>Base widget class. The parent of all component classes.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.core/-widget-wrapper/index.html">pl.treksoft.kvision.core.WidgetWrapper</a></td> +<td> +<p>This class allows to wrap a component into separately styled DIV element.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |