From 3c60c4527015e46ec6faf3fce5cc58fadd088765 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:31:54 +0200 Subject: API documentation for KVision 2.0.0 --- api/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'api/index.html') diff --git a/api/index.html b/api/index.html index 94fa6013..9c41000e 100644 --- a/api/index.html +++ b/api/index.html @@ -16,6 +16,7 @@

pl.treksoft.kvision

+

KVision main Application class and some helper interfaces necessary to support Hot Module Replacement (HMR).

@@ -23,6 +24,7 @@

pl.treksoft.kvision.annotations

+

Annotations for use with KVision compiler plugin.

@@ -112,7 +114,7 @@ validation.

pl.treksoft.kvision.form.select

-

Full-featured select component with support for remote (AJAX) data source.

+

Contains a simple select component as well as a full-featured component with support for remote (AJAX) data source.

@@ -250,6 +252,7 @@ CSS grid and Bootstrap responsive 12 columns gid).

pl.treksoft.kvision.state

+

Classes supporting the observer pattern, including the implementation of the observable list.

-- cgit