From 8449ff519f3d853ca82c792dccf12d06fb09b627 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 24 Apr 2019 23:12:48 +0200 Subject: API documentation for KVision 0.0.35 --- api/alltypes/index.html | 186 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 184 insertions(+), 2 deletions(-) (limited to 'api/alltypes/index.html') diff --git a/api/alltypes/index.html b/api/alltypes/index.html index 3b36e975..f849f73b 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -49,6 +49,13 @@ +pl.treksoft.kvision.tabulator.AddRowMode + +

Add row modes.

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

Data class for AJAX options.

@@ -63,6 +70,13 @@ +pl.treksoft.kvision.tabulator.Align + +

Column align.

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

CSS align attributes.

@@ -301,6 +315,22 @@ +pl.treksoft.kvision.utils.Cache + +

This is a LRU cache that has no performance impact for cache insertions +once the capacity of the cache has been reached. For cache hit, +performance is O(1) and for cache eviction, it is O(1).

+ + + + +pl.treksoft.kvision.tabulator.Calc + +

Built-in calc functions.

+ + + + pl.treksoft.kvision.remote.CallAgent

An agent responsible for remote calls.

@@ -454,6 +484,20 @@ +pl.treksoft.kvision.tabulator.ColumnDefinition + +

Column definition options.

+ + + + +pl.treksoft.kvision.tabulator.ColumnPosition + +

Column positions.

+ + + + pl.treksoft.kvision.electron.CommandLine @@ -602,7 +646,7 @@ pl.treksoft.kvision.data.DataContainer -

A container class with support for observable data model.

+

A container class with support for mutable/observable data model.

@@ -830,6 +874,13 @@ +pl.treksoft.kvision.tabulator.DownloadConfig + +

Download config options.

+ + + + pl.treksoft.kvision.electron.DownloadItem @@ -855,6 +906,13 @@ +pl.treksoft.kvision.tabulator.Editor + +

Built-in editors.

+ + + + pl.treksoft.kvision.chart.Eeasing

Chart animation easings.

@@ -942,6 +1000,13 @@ +pl.treksoft.kvision.tabulator.Filter + +

Filters.

+ + + + pl.treksoft.kvision.electron.FindInPageOptions @@ -1032,6 +1097,13 @@ +pl.treksoft.kvision.tabulator.Formatter + +

Built-in formatters.

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

Base interface of a form control.

@@ -1559,6 +1631,13 @@ +pl.treksoft.kvision.tabulator.Layout + +

Table layouts.

+ + + + pl.treksoft.kvision.chart.LayoutOptions

Chart layout options.

@@ -1622,6 +1701,12 @@ +pl.treksoft.kvision.utils.LinkedList + + + + + pl.treksoft.kvision.html.ListTag

HTML list component.

@@ -1818,6 +1903,13 @@ +pl.treksoft.kvision.utils.Node + +

Created by gazollajunior on 07/04/16.

+ + + + pl.treksoft.kvision.electron.Notification @@ -1972,6 +2064,13 @@ +pl.treksoft.kvision.tabulator.Options + +

Tabulator options.

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

Definitions of CSS overflow options.

@@ -2005,6 +2104,13 @@ +pl.treksoft.kvision.tabulator.PaginationMode + +

Pagination modes.

+ + + + kotlin.Pair (extensions in package pl.treksoft.kvision.utils) @@ -2195,6 +2301,13 @@ +pl.treksoft.kvision.tabulator.ProgressiveMode + +

Progressive modes.

+ + + + pl.treksoft.kvision.electron.Protocol @@ -2242,6 +2355,13 @@ +pl.treksoft.kvision.tabulator.RangeMode + +

Range select modes.

+ + + + pl.treksoft.kvision.electron.ReadBookmark @@ -2329,7 +2449,7 @@ It requires @Serializable state.

-pl.treksoft.kvision.remote.RemoteAgent +pl.treksoft.kvision.remote.RemoteAgent

Interface for client side agent for JSON-RPC remote calls.

@@ -2418,6 +2538,13 @@ It requires @Serializable state.

+pl.treksoft.kvision.tabulator.ResponsiveLayout + +

Responsive layout modes.

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

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

@@ -2473,6 +2600,20 @@ It requires @Serializable state.

+pl.treksoft.kvision.tabulator.RowPos + +

Row positions.

+ + + + +pl.treksoft.kvision.tabulator.RowPosition + +

Row scroll positions .

+ + + + pl.treksoft.kvision.html.Sandbox

Iframe sandbox options.

@@ -2664,6 +2805,13 @@ It requires @Serializable state.

+pl.treksoft.kvision.tabulator.Sorter + +

Built-in sorters.

+ + + + pl.treksoft.kvision.data.SorterType

Sorter types.

@@ -2671,6 +2819,13 @@ It requires @Serializable state.

+pl.treksoft.kvision.tabulator.SortingDir + +

Sorting directions.

+ + + + pl.treksoft.kvision.electron.SourcesOptions @@ -2818,6 +2973,19 @@ It requires @Serializable state.

+pl.treksoft.kvision.tabulator.Tabulator + +

Tabulator component.

+ + + + +pl.treksoft.kvision.tabulator.js.Tabulator + + + + + pl.treksoft.kvision.html.TAG

HTML tags.

@@ -2975,6 +3143,13 @@ It requires @Serializable state.

+pl.treksoft.kvision.tabulator.TooltipGenerationMode + +

Tooltip generation mode.

+ + + + pl.treksoft.kvision.chart.TooltipOptions

Chart tooltip options.

@@ -3212,6 +3387,13 @@ It requires @Serializable state.

+pl.treksoft.kvision.tabulator.Validator + +

Built-in validators.

+ + + + pl.treksoft.kvision.electron.Versions -- cgit