From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- api/pl.treksoft.kvision.core/index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'api/pl.treksoft.kvision.core/index.html') diff --git a/api/pl.treksoft.kvision.core/index.html b/api/pl.treksoft.kvision.core/index.html index 2cada68c..9a81f485 100644 --- a/api/pl.treksoft.kvision.core/index.html +++ b/api/pl.treksoft.kvision.core/index.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.core

Package pl.treksoft.kvision.core

-

KVision core classes. This includes base interfaces for all components, basic CSS enums (for colors, borders -and backgrounds) and the main Widget class.

+

KVision core classes. This includes base interfaces for all components, CSS enums (for colors, borders, +backgrounds, fonts, text and position) and the main Widget class.

Types

@@ -141,6 +141,15 @@ and backgrounds) and the main Widget class.

+ + + + -- cgit
+

Display

+
+enum class Display +

Definitions of CSS display options.

+

FontStyle

@@ -324,7 +333,7 @@ and backgrounds) and the main Widget class.

WidgetWrapper

-open class WidgetWrapper : Widget +open class WidgetWrapper : SimplePanel

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