From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- docs/api/pl.treksoft.kvision.html/index.html | 126 +++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.html/index.html (limited to 'docs/api/pl.treksoft.kvision.html/index.html') diff --git a/docs/api/pl.treksoft.kvision.html/index.html b/docs/api/pl.treksoft.kvision.html/index.html new file mode 100644 index 00000000..5c3fccc0 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.html/index.html @@ -0,0 +1,126 @@ + + + +pl.treksoft.kvision.html - kvision + + + +kvision / pl.treksoft.kvision.html
+
+

Package pl.treksoft.kvision.html

+

Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links and lists.

+

Types

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

ALIGN

+
+enum class ALIGN +

CSS align attributes.

+
+

BUTTONSIZE

+
+enum class BUTTONSIZE +

Button sizes.

+
+

BUTTONSTYLE

+
+enum class BUTTONSTYLE +

Button styles.

+
+

Button

+
+open class Button : Widget +

Button component.

+
+

IMAGESHAPE

+
+enum class IMAGESHAPE +

Image shapes.

+
+

Image

+
+open class Image : Widget +

Image component.

+
+

LISTTYPE

+
+enum class LISTTYPE +

HTML list types.

+
+

Label

+
+open class Label : Tag +

Simple label component rendered as span.

+
+

Link

+
+open class Link : SimplePanel +

Link component.

+
+

ListTag

+
+open class ListTag : SimplePanel +

HTML list component.

+
+

TAG

+
+enum class TAG +

HTML tags.

+
+

Tag

+
+open class Tag : SimplePanel +

HTML tag component.

+
+ + -- cgit