From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- api/alltypes/index.html | 69 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 55 insertions(+), 14 deletions(-) (limited to 'api/alltypes/index.html') diff --git a/api/alltypes/index.html b/api/alltypes/index.html index 3e25d9bc..6eb38831 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -2034,6 +2034,13 @@ performance is O(1) and for cache eviction, it is O(1).

+pl.treksoft.kvision.window.MaximizeIcon + +

Helper class for maximize icon component.

+ + + + pl.treksoft.kvision.cordova.Media

Cordova media class.

@@ -2141,6 +2148,13 @@ performance is O(1) and for cache eviction, it is O(1).

+pl.treksoft.kvision.window.MinimizeIcon + +

Helper class for minimize icon component.

+ + + + pl.treksoft.kvision.modal.Modal

Configurable modal window based on Bootstrap modal.

@@ -2265,6 +2279,12 @@ performance is O(1) and for cache eviction, it is O(1).

+kotlin.Number (extensions in package pl.treksoft.kvision.utils) + + + + + pl.treksoft.kvision.form.NumberFormControl

Base interface of a form control with a numeric value.

@@ -2286,6 +2306,20 @@ performance is O(1) and for cache eviction, it is O(1).

+pl.treksoft.kvision.utils.ObservableList + +

Observable list interface.

+ + + + +pl.treksoft.kvision.utils.ObservableListWrapper + +

Simple observable list implementation.

+ + + + pl.treksoft.kvision.electron.OnBeforeRedirectDetails @@ -2836,20 +2870,6 @@ performance is O(1) and for cache eviction, it is O(1).

-pl.treksoft.kvision.form.select.RemoteSelect - -

The form field component for RemoteSelect control.

- - - - -pl.treksoft.kvision.form.select.RemoteSelectInput - -

The Select control connected to the multiplatform service.

- - - - pl.treksoft.kvision.electron.RemoveClientCertificate @@ -3114,6 +3134,20 @@ performance is O(1) and for cache eviction, it is O(1).

+pl.treksoft.kvision.form.select.SelectRemote + +

The form field component for SelectRemote control.

+ + + + +pl.treksoft.kvision.form.select.SelectRemoteInput + +

The Select control connected to the multiplatform service.

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

Select width types. See Bootstrap Select width.

@@ -3434,6 +3468,13 @@ performance is O(1) and for cache eviction, it is O(1).

+pl.treksoft.kvision.tabulator.TabulatorRemote + +

Tabulator component connected to the multiplatform service.

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

HTML tags.

-- cgit