From 415afec335659ca6bc206b34bdd3c2fe4635718f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:19:44 +0100 Subject: KVision site with Jekyll --- api/alltypes/index.html | 891 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 891 insertions(+) create mode 100644 api/alltypes/index.html (limited to 'api/alltypes/index.html') diff --git a/api/alltypes/index.html b/api/alltypes/index.html new file mode 100644 index 00000000..f9555a14 --- /dev/null +++ b/api/alltypes/index.html @@ -0,0 +1,891 @@ + + + +alltypes - kvision + + + +

KVision - object oriented Web UI framework for Kotlin/JS.

+

All Types

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+pl.treksoft.kvision.form.text.AbstractText +

Base class for form field text components.

+
+pl.treksoft.kvision.form.text.AbstractTextInput +

Base class for basic text components.

+
+pl.treksoft.kvision.form.select.AjaxOptions +

Data class for AJAX options.

+
+pl.treksoft.kvision.modal.Alert +

Alert window based on Bootstrap modal.

+
+pl.treksoft.kvision.html.Align +

CSS align attributes.

+
+pl.treksoft.kvision.hmr.ApplicationBase +

Base interface for applications.

+
+pl.treksoft.kvision.core.Background +

Type-safe definition of CSS background.

+
+pl.treksoft.kvision.data.BaseDataComponent +

Base abstract class for creating observable data model.

+
+pl.treksoft.kvision.core.BgAttach +

Definitions of CSS background attachment options.

+
+pl.treksoft.kvision.core.BgClip +

Definitions of CSS background clipping options.

+
+pl.treksoft.kvision.core.BgOrigin +

Definitions of CSS background origin options.

+
+pl.treksoft.kvision.core.BgRepeat +

Definitions of CSS background repeat options.

+
+pl.treksoft.kvision.core.BgSize +

Definitions of CSS background size.

+
+pl.treksoft.kvision.form.BoolFormControl +

Base interface of a form control with a boolean value.

+
+pl.treksoft.kvision.core.Border +

Type-safe definition of CSS border.

+
+pl.treksoft.kvision.core.BorderStyle +

Definitions of CSS border styles.

+
+pl.treksoft.kvision.html.Button +

Button component.

+
+pl.treksoft.kvision.html.ButtonSize +

Button sizes.

+
+pl.treksoft.kvision.html.ButtonStyle +

Button styles.

+
+pl.treksoft.kvision.form.spinner.ButtonsType +

Spinner buttons layout types.

+
+pl.treksoft.kvision.form.check.CheckBox +

The form field component rendered as HTML input type="checkbox".

+
+pl.treksoft.kvision.form.check.CheckBoxStyle +

Checkbox style options.

+
+pl.treksoft.kvision.form.check.CheckInput +

The basic input component rendered as HTML input type="checkbox" or input type="radio".

+
+pl.treksoft.kvision.form.check.CheckInputType +

Type of the check input control (checkbox or radio).

+
+pl.treksoft.kvision.modal.CloseIcon +

Helper class for close icon component.

+
+pl.treksoft.kvision.core.Col +

Definitions of CSS color names.

+
+pl.treksoft.kvision.core.Color +

Type-safe definition of CSS color.

+
+pl.treksoft.kvision.core.Component +

Base interface for all components.

+
+pl.treksoft.kvision.modal.Confirm +

Confirm window based on Bootstrap modal.

+
+pl.treksoft.kvision.core.Container +

Base interface for all containers.

+
+pl.treksoft.kvision.core.CssSize +

This type is used for defining CSS dimensions (width, heights, margins, paddings, etc.).

+
+pl.treksoft.kvision.dropdown.DD +

Useful options for use in DropDown's elements parameter.

+
+pl.treksoft.kvision.data.DataComponent +

Base interface for observable data model.

+
+pl.treksoft.kvision.data.DataContainer +

A container class with support for observable data model.

+
+pl.treksoft.kvision.form.select.DataType +

Data type for the AJAX call.

+
+pl.treksoft.kvision.data.DataUpdatable +

Interface for updatable container.

+
+kotlin.js.Date (extensions in package pl.treksoft.kvision.utils) +
+pl.treksoft.kvision.form.DateFormControl +

Base interface of a form control with a date value.

+
+pl.treksoft.kvision.form.time.DateTime +

Form field date/time chooser component.

+
+pl.treksoft.kvision.form.time.DateTimeInput +

Basic date/time chooser component.

+
+pl.treksoft.kvision.panel.Direction +

Split panel direction.

+
+pl.treksoft.kvision.html.Div +

Simple component rendered as div.

+
+pl.treksoft.kvision.panel.DockPanel +

The container with dock layout (up, down, left, right and center positions).

+
+pl.treksoft.kvision.dropdown.DropDown +

Bootstrap dropdown component.

+
+pl.treksoft.kvision.form.FieldLabel +

Helper class for HTML label element.

+
+pl.treksoft.kvision.panel.FlexAlignContent +

CSS flexbox content alignment options.

+
+pl.treksoft.kvision.panel.FlexAlignItems +

CSS flexbox alignments options.

+
+pl.treksoft.kvision.panel.FlexDir +

CSS flexbox directions.

+
+pl.treksoft.kvision.panel.FlexJustify +

CSS flexbox justification options.

+
+pl.treksoft.kvision.panel.FlexPanel +

The container with CSS flexbox layout support.

+
+pl.treksoft.kvision.panel.FlexWrap +

CSS flexbox wrap modes.

+
+pl.treksoft.kvision.form.spinner.ForceType +

Spinner force rounding types.

+
+pl.treksoft.kvision.form.Form +

The form definition class. Can be used directly or indirectly inside a FormPanel.

+
+pl.treksoft.kvision.form.FormControl +

Base interface of a form control.

+
+pl.treksoft.kvision.form.FormPanel +

Bootstrap form component.

+
+pl.treksoft.kvision.form.FormType +

Bootstrap form layout options.

+
+pl.treksoft.kvision.panel.GridAlign +

CSS grid alignment options.

+
+pl.treksoft.kvision.panel.GridAlignContent +

CSS grid content alignment options.

+
+pl.treksoft.kvision.panel.GridFlow +

CSS grid flow options.

+
+pl.treksoft.kvision.panel.GridJustify +

CSS grid justification options.

+
+pl.treksoft.kvision.panel.GridJustifyContent +

CSS grid content justification options.

+
+pl.treksoft.kvision.panel.GridPanel +

The container with CSS grid layout support.

+
+pl.treksoft.kvision.panel.GridSize +

Bootstrap grid sizes.

+
+pl.treksoft.kvision.panel.GridWrapper +
+pl.treksoft.kvision.panel.HPanel +

The container with horizontal layout.

+
+pl.treksoft.kvision.form.HelpBlock +

Helper class for Bootstrap help block element.

+
+pl.treksoft.kvision.hmr.Hot +

Helper interface for Hot Module Replacement (HMR).

+
+pl.treksoft.kvision.form.select.HttpType +

HTTP protocol type for the AJAX call.

+
+pl.treksoft.kvision.html.Image +

Image component.

+
+pl.treksoft.kvision.html.ImageShape +

Image shapes.

+
+pl.treksoft.kvision.form.InputSize +

Input controls sizes.

+
+kotlin.Int (extensions in package pl.treksoft.kvision.utils) +
+pl.treksoft.kvision.utils.KvEvent +

Helper class for defining custom events.

+
+pl.treksoft.kvision.html.Label +

Simple label component rendered as span.

+
+pl.treksoft.kvision.html.Link +

Link component.

+
+pl.treksoft.kvision.html.ListTag +

HTML list component.

+
+pl.treksoft.kvision.html.ListType +

HTML list types.

+
+kotlin.collections.Map (extensions in package pl.treksoft.kvision.form) +
+pl.treksoft.kvision.modal.Modal +

Configurable modal window based on Bootstrap modal.

+
+pl.treksoft.kvision.modal.ModalSize +

Modal window sizes.

+
+pl.treksoft.kvision.hmr.Module +

Helper interface for Hot Module Replacement (HMR).

+
+pl.treksoft.kvision.form.NumberFormControl +

Base interface of a form control with a numeric value.

+
+pl.treksoft.kvision.utils.Object +

JavaScript Object type

+
+pl.treksoft.kvision.core.Overflow +

Definitions of CSS overflow options.

+
+kotlin.Pair (extensions in package pl.treksoft.kvision.utils) +
+pl.treksoft.kvision.form.text.Password +

Form field password component.

+
+pl.treksoft.kvision.core.Position +

Definitions of CSS position options.

+
+pl.treksoft.kvision.form.check.Radio +

The form field component rendered as HTML input type="radio".

+
+pl.treksoft.kvision.form.check.RadioGroup +

The form field component rendered as a group of HTML input type="radio" elements with the same name attribute.

+
+pl.treksoft.kvision.form.check.RadioStyle +

Radio style options.

+
+pl.treksoft.kvision.core.ResString +

This type is used for accessing resources with CommonJS require function.

+
+pl.treksoft.kvision.core.Resize +

Definitions of CSS resize options.

+
+pl.treksoft.kvision.panel.ResponsiveGridPanel +

The container with support for Bootstrap responsive grid layout.

+
+pl.treksoft.kvision.form.text.RichText +

Form field rich text component.

+
+pl.treksoft.kvision.form.text.RichTextInput +

Basic rich text component.

+
+pl.treksoft.kvision.panel.Root +

Root container.

+
+pl.treksoft.kvision.routing.Routing +

A helper class for Navigo JavaScript router.

+
+pl.treksoft.kvision.form.select.Select +

The form field component for Select control.

+
+pl.treksoft.kvision.form.select.SelectInput +

The basic component for Select control.

+
+pl.treksoft.kvision.form.select.SelectOptGroup +

The helper container for adding option groups to Select.

+
+pl.treksoft.kvision.form.select.SelectOption +

The helper component for adding options to Select or SelectOptGroup.

+
+pl.treksoft.kvision.form.select.SelectWidthType +

Select width types. See Bootstrap Select width.

+
+pl.treksoft.kvision.panel.Side +

Dock layout directions.

+
+pl.treksoft.kvision.panel.SimplePanel +

Basic container class, rendered as a DIV element with all children directly within.

+
+pl.treksoft.kvision.form.spinner.Spinner +

The form field component for spinner control.

+
+pl.treksoft.kvision.form.spinner.SpinnerInput +

The basic component for spinner control.

+
+pl.treksoft.kvision.panel.SplitPanel +

The container with draggable splitter.

+
+pl.treksoft.kvision.panel.StackPanel +

The container with only one active (visible) child at any moment.

+
+kotlin.String (extensions in package pl.treksoft.kvision.utils) +
+pl.treksoft.kvision.core.StringBoolPair +

Helper type used to define CSS classes.

+
+pl.treksoft.kvision.form.StringFormControl +

Base interface of a form control with a text value.

+
+pl.treksoft.kvision.core.StringPair +

Helper type used to define CSS style attributes.

+
+pl.treksoft.kvision.core.StyledComponent +

Base class for components supporting CSS styling.

+
+pl.treksoft.kvision.html.TAG +

HTML tags.

+
+pl.treksoft.kvision.panel.TabPanel +

The container rendering it's children as tabs.

+
+pl.treksoft.kvision.html.Tag +

HTML tag component.

+
+pl.treksoft.kvision.form.text.Text +

Form field text component.

+
+pl.treksoft.kvision.form.text.TextArea +

Form field textarea component.

+
+pl.treksoft.kvision.form.text.TextAreaInput +

Basic textarea component.

+
+pl.treksoft.kvision.form.text.TextInput +

Basic text component.

+
+pl.treksoft.kvision.form.text.TextInputType +

Text input types.

+
+pl.treksoft.kvision.core.UNIT +

Definitions of CSS units.

+
+pl.treksoft.kvision.panel.VPanel +

The container with vertical layout.

+
+pl.treksoft.kvision.core.Widget +

Base widget class. The parent of all component classes.

+
+pl.treksoft.kvision.core.WidgetWrapper +

This class allows to wrap a component into separately styled DIV element.

+
+pl.treksoft.kvision.window.Window +

Floating window container.

+
+ + -- cgit