From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- api/pl.treksoft.kvision.html/index.html | 190 ++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 api/pl.treksoft.kvision.html/index.html (limited to 'api/pl.treksoft.kvision.html/index.html') diff --git a/api/pl.treksoft.kvision.html/index.html b/api/pl.treksoft.kvision.html/index.html new file mode 100644 index 00000000..e9ff52a5 --- /dev/null +++ b/api/pl.treksoft.kvision.html/index.html @@ -0,0 +1,190 @@ + + + +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, lists and iframe. +Support for Handlebars.js templates is included.

+

Types

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

Align

+
+enum class Align +

CSS align attributes.

+
+

Button

+
+open class Button : Widget +

Button component.

+
+

ButtonSize

+
+enum class ButtonSize +

Button sizes.

+
+

ButtonStyle

+
+enum class ButtonStyle +

Button styles.

+
+

ButtonType

+
+enum class ButtonType +

Button types.

+
+

Canvas

+
+open class Canvas : Widget +

Canvas component.

+
+

Div

+
+open class Div : Tag +

Simple component rendered as div.

+
+

Icon

+
+open class Icon : Tag +

Icon component with support for FontAwesome and Bootstrap glyphicons.

+
+

Iframe

+
+open class Iframe : Widget +

Iframe component.

+
+

Image

+
+open class Image : Widget +

Image component.

+
+

ImageShape

+
+enum class ImageShape +

Image shapes.

+
+

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.

+
+

ListType

+
+enum class ListType +

HTML list types.

+
+

Sandbox

+
+enum class Sandbox +

Iframe sandbox options.

+
+

TAG

+
+enum class TAG +

HTML tags.

+
+

Tag

+
+open class Tag : SimplePanel, Template +

HTML tag component.

+
+

Template

+
+interface Template +

Handlebars templates helper interface.

+
+ + -- cgit