From 6ce402754e01940fc641f8814eae03599a622b1c Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Sun, 9 Feb 2020 14:23:52 +0100
Subject: API documentation for KVision 2.10.0
---
api/alltypes/index.html | 76 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 76 insertions(+)
(limited to 'api/alltypes/index.html')
diff --git a/api/alltypes/index.html b/api/alltypes/index.html
index b7a30547..69a2e110 100644
--- a/api/alltypes/index.html
+++ b/api/alltypes/index.html
@@ -771,6 +771,13 @@ performance is O(1) and for cache eviction, it is O(1).
+pl.treksoft.kvision.form.text.DataType |
+
+ Data type for the AJAX call.
+ |
+
+
+
pl.treksoft.kvision.data.DataUpdatable |
Interface for updatable container.
@@ -1157,6 +1164,13 @@ performance is O(1) and for cache eviction, it is O(1).
|
+pl.treksoft.kvision.panel.FieldsetPanel |
+
+ The HTML fieldset container.
+ |
+
+
+
org.w3c.files.File (extensions in package pl.treksoft.kvision.utils) |
|
@@ -1654,6 +1668,13 @@ performance is O(1) and for cache eviction, it is O(1).
+pl.treksoft.kvision.form.text.HttpType |
+
+ HTTP protocol type for the AJAX call.
+ |
+
+
+
pl.treksoft.kvision.i18n.I18n |
A singleton object used for translations.
@@ -2967,6 +2988,20 @@ performance is O(1) and for cache eviction, it is O(1).
|
+pl.treksoft.kvision.form.range.Range |
+
+ The form field component for range input control.
+ |
+
+
+
+pl.treksoft.kvision.form.range.RangeInput |
+
+ Range input component.
+ |
+
+
+
pl.treksoft.kvision.tabulator.RangeMode |
Range select modes.
@@ -3416,6 +3451,12 @@ performance is O(1) and for cache eviction, it is O(1).
|
+pl.treksoft.kvision.form.text.ShowHintOnFocus |
+
+ |
+
+
+
pl.treksoft.kvision.panel.Side |
Dock layout directions.
@@ -3650,6 +3691,13 @@ performance is O(1) and for cache eviction, it is O(1).
|
+pl.treksoft.kvision.form.text.TaAjaxOptions |
+
+ Data class for Typeahead AJAX options.
+ |
+
+
+
pl.treksoft.kvision.table.Table |
HTML table component.
@@ -4048,6 +4096,34 @@ performance is O(1) and for cache eviction, it is O(1).
|
+pl.treksoft.kvision.form.text.Typeahead |
+
+ Form field typeahead component.
+ |
+
+
+
+pl.treksoft.kvision.form.text.TypeaheadInput |
+
+ The basic component for typeahead control.
+ |
+
+
+
+pl.treksoft.kvision.form.text.TypeaheadRemote |
+
+ Form field typeahead component connected to the multiplatform service.
+ |
+
+
+
+pl.treksoft.kvision.form.text.TypeaheadRemoteInput |
+
+ The Typeahead control connected to the multiplatform service.
+ |
+
+
+
pl.treksoft.kvision.core.UnicodeBidi |
Definitions of CSS unicode-bidi options.
--
cgit
|