From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- api/pl.treksoft.kvision.core/index.html | 384 -------------------------------- 1 file changed, 384 deletions(-) delete mode 100644 api/pl.treksoft.kvision.core/index.html (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 deleted file mode 100644 index 9a81f485..00000000 --- a/api/pl.treksoft.kvision.core/index.html +++ /dev/null @@ -1,384 +0,0 @@ - - - -pl.treksoft.kvision.core - kvision - - - -kvision / pl.treksoft.kvision.core
-
-

Package pl.treksoft.kvision.core

-

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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

Background

-
-class Background -

Type-safe definition of CSS background.

-
-

BgAttach

-
-enum class BgAttach -

Definitions of CSS background attachment options.

-
-

BgClip

-
-enum class BgClip -

Definitions of CSS background clipping options.

-
-

BgOrigin

-
-enum class BgOrigin -

Definitions of CSS background origin options.

-
-

BgRepeat

-
-enum class BgRepeat -

Definitions of CSS background repeat options.

-
-

BgSize

-
-enum class BgSize -

Definitions of CSS background size.

-
-

Border

-
-class Border -

Type-safe definition of CSS border.

-
-

BorderStyle

-
-enum class BorderStyle -

Definitions of CSS border styles.

-
-

Clear

-
-enum class Clear -

Definitions of CSS clear options.

-
-

Col

-
-enum class Col -

Definitions of CSS color names.

-
-

Color

-
-class Color -

Type-safe definition of CSS color.

-
-

Component

-
-interface Component -

Base interface for all components.

-
-

Container

-
-interface Container : Component -

Base interface for all containers.

-
-

Direction

-
-enum class Direction -

Definitions of CSS text direction options.

-
-

Display

-
-enum class Display -

Definitions of CSS display options.

-
-

FontStyle

-
-enum class FontStyle -

Definitions of CSS font style options.

-
-

FontVariant

-
-enum class FontVariant -

Definitions of CSS font variant options.

-
-

FontWeight

-
-enum class FontWeight -

Definitions of CSS font weight options.

-
-

Overflow

-
-enum class Overflow -

Definitions of CSS overflow options.

-
-

PosFloat

-
-enum class PosFloat -

Definitions of CSS float options.

-
-

Position

-
-enum class Position -

Definitions of CSS position options.

-
-

Resize

-
-enum class Resize -

Definitions of CSS resize options.

-
-

StyledComponent

-
-abstract class StyledComponent : Component -

Base class for components supporting CSS styling.

-
-

TextAlign

-
-enum class TextAlign -

Definitions of CSS text align options.

-
-

TextDecoration

-
-class TextDecoration -

Type-safe definition of CSS text decoration.

-
-

TextDecorationLine

-
-enum class TextDecorationLine -

Definitions of CSS text decoration line options.

-
-

TextDecorationStyle

-
-enum class TextDecorationStyle -

Definitions of CSS text decoration style options.

-
-

TextOverflow

-
-enum class TextOverflow -

Definitions of CSS text overflow options.

-
-

TextShadow

-
-class TextShadow -

Type-safe definition of CSS text shadow.

-
-

TextTransform

-
-enum class TextTransform -

Definitions of CSS text transform options.

-
-

UNIT

-
-enum class UNIT -

Definitions of CSS units.

-
-

UnicodeBidi

-
-enum class UnicodeBidi -

Definitions of CSS unicode-bidi options.

-
-

VerticalAlign

-
-enum class VerticalAlign -

Definitions of CSS vertical align options.

-
-

WhiteSpace

-
-enum class WhiteSpace -

Definitions of CSS white space options.

-
-

Widget

-
-open class Widget : StyledComponent -

Base widget class. The parent of all component classes.

-
-

WidgetWrapper

-
-open class WidgetWrapper : SimplePanel -

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

-
-

Type Aliases

- - - - - - - - - - - - - - - - - - - -
-

CssSize

-
-typealias CssSize = Pair<Int, UNIT> -

This type is used for defining CSS dimensions (width, heights, margins, paddings, etc.).

-
-

ResString

-
-typealias ResString = String -

This type is used for accessing resources with CommonJS require function.

-
-

StringBoolPair

-
-typealias StringBoolPair = Pair<String, Boolean> -

Helper type used to define CSS classes.

-
-

StringPair

-
-typealias StringPair = Pair<String, String> -

Helper type used to define CSS style attributes.

-
- - -- cgit