From e6e1126cba9e8e35ef8a972039428a7e3c91249b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 8 Mar 2018 13:47:54 +0100 Subject: API documentantion update --- api/pl.treksoft.kvision.core/-widget/index.html | 246 ++++++++++++++++++++---- 1 file changed, 213 insertions(+), 33 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-widget') diff --git a/api/pl.treksoft.kvision.core/-widget/index.html b/api/pl.treksoft.kvision.core/-widget/index.html index ad1492c4..c5a5ebca 100644 --- a/api/pl.treksoft.kvision.core/-widget/index.html +++ b/api/pl.treksoft.kvision.core/-widget/index.html @@ -92,7 +92,7 @@

background

-var background: Background? +open var background: Background?

Background of the current component.

@@ -101,7 +101,7 @@

border

-var border: Border? +open var border: Border?

Border of the current component.

@@ -110,7 +110,7 @@

borderBottom

-var borderBottom: Border? +open var borderBottom: Border?

Bottom border of the current component.

@@ -119,7 +119,7 @@

borderLeft

-var borderLeft: Border? +open var borderLeft: Border?

Left border of the current component.

@@ -128,7 +128,7 @@

borderRight

-var borderRight: Border? +open var borderRight: Border?

Right border of the current component.

@@ -137,7 +137,7 @@

borderTop

-var borderTop: Border? +open var borderTop: Border?

Top border of the current component.

@@ -146,16 +146,25 @@

bottom

-var bottom: CssSize? +open var bottom: CssSize?

Bottom edge of the current component.

+

clear

+ + +open var clear: Clear? +

CSS clear float of the current component.

+ + + +

color

-var color: Color? +open var color: Color?

Text color for the current component.

@@ -164,7 +173,7 @@

colorHex

-var colorHex: Int? +open var colorHex: Int?

Text color for the current component given in hex format (write only).

@@ -173,16 +182,70 @@

colorName

-var colorName: Col? +open var colorName: Col?

Text color for the current component given with named constant (write only).

+

float

+ + +open var float: PosFloat? +

CSS position float of the current component.

+ + + + +

fontFamily

+ + +open var fontFamily: String? +

CSS font family of the current component.

+ + + + +

fontSize

+ + +open var fontSize: CssSize? +

CSS font size of the current component.

+ + + + +

fontStyle

+ + +open var fontStyle: FontStyle? +

CSS font style of the current component.

+ + + + +

fontVariant

+ + +open var fontVariant: FontVariant? +

CSS font variant of the current component.

+ + + + +

fontWeight

+ + +open var fontWeight: FontWeight? +

CSS font weight of the current component.

+ + + +

height

-var height: CssSize? +open var height: CssSize?

Height of the current component.

@@ -191,16 +254,34 @@

left

-var left: CssSize? +open var left: CssSize?

Left edge of the current component.

+

letterSpacing

+ + +open var letterSpacing: CssSize? +

CSS Text letter spacing of the current component.

+ + + + +

lineHeight

+ + +open var lineHeight: CssSize? +

CSS Text line height of the current component.

+ + + +

margin

-var margin: CssSize? +open var margin: CssSize?

Margin of the current component.

@@ -209,7 +290,7 @@

marginBottom

-var marginBottom: CssSize? +open var marginBottom: CssSize?

Bottom margin of the current component.

@@ -218,7 +299,7 @@

marginLeft

-var marginLeft: CssSize? +open var marginLeft: CssSize?

Left margin of the current component.

@@ -227,7 +308,7 @@

marginRight

-var marginRight: CssSize? +open var marginRight: CssSize?

Right margin of the current component.

@@ -236,7 +317,7 @@

marginTop

-var marginTop: CssSize? +open var marginTop: CssSize?

Top margin of the current component.

@@ -245,7 +326,7 @@

maxHeight

-var maxHeight: CssSize? +open var maxHeight: CssSize?

Maximal height of the current component.

@@ -254,7 +335,7 @@

maxWidth

-var maxWidth: CssSize? +open var maxWidth: CssSize?

Maximal width of the current component.

@@ -263,7 +344,7 @@

minHeight

-var minHeight: CssSize? +open var minHeight: CssSize?

Minimal height of the current component.

@@ -272,7 +353,7 @@

minWidth

-var minWidth: CssSize? +open var minWidth: CssSize?

Minimal width of the current component.

@@ -281,7 +362,7 @@

opacity

-var opacity: Double? +open var opacity: Double?

Opacity of the current component.

@@ -290,7 +371,7 @@

overflow

-var overflow: Overflow? +open var overflow: Overflow?

CSS overflow of the current component.

@@ -299,7 +380,7 @@

padding

-var padding: CssSize? +open var padding: CssSize?

Padding of the current component.

@@ -308,7 +389,7 @@

paddingBottom

-var paddingBottom: CssSize? +open var paddingBottom: CssSize?

Bottom padding of the current component.

@@ -317,7 +398,7 @@

paddingLeft

-var paddingLeft: CssSize? +open var paddingLeft: CssSize?

Left padding of the current component.

@@ -326,7 +407,7 @@

paddingRight

-var paddingRight: CssSize? +open var paddingRight: CssSize?

Right padding of the current component.

@@ -335,7 +416,7 @@

paddingTop

-var paddingTop: CssSize? +open var paddingTop: CssSize?

Top padding of the current component.

@@ -344,7 +425,7 @@

position

-var position: Position? +open var position: Position?

CSS position of the current component.

@@ -353,7 +434,7 @@

resize

-var resize: Resize? +open var resize: Resize?

CSS resize of the current component.

@@ -362,21 +443,111 @@

right

-var right: CssSize? +open var right: CssSize?

Right edge of the current component.

+

textAlign

+ + +open var textAlign: TextAlign? +

CSS Text align of the current component.

+ + + + +

textDecoration

+ + +open var textDecoration: TextDecoration? +

CSS Text decoration of the current component.

+ + + + +

textDirection

+ + +open var textDirection: Direction? +

CSS Text direction of the current component.

+ + + + +

textIndent

+ + +open var textIndent: CssSize? +

CSS Text indent of the current component.

+ + + + +

textOverflow

+ + +open var textOverflow: TextOverflow? +

CSS Text overflow of the current component.

+ + + + +

textShadow

+ + +open var textShadow: TextShadow? +

CSS Text shadow of the current component.

+ + + + +

textTransform

+ + +open var textTransform: TextTransform? +

CSS Text transform of the current component.

+ + + +

top

-var top: CssSize? +open var top: CssSize?

Top edge of the current component.

+

unicodeBidi

+ + +open var unicodeBidi: UnicodeBidi? +

CSS Text unicode-bidi of the current component.

+ + + + +

verticalAlign

+ + +open var verticalAlign: VerticalAlign? +

CSS Text vertical align of the current component.

+ + + + +

whiteSpace

+ + +open var whiteSpace: WhiteSpace? +

CSS Text white space of the current component.

+ + + +

width

@@ -386,10 +557,19 @@ +

wordSpacing

+ + +open var wordSpacing: CssSize? +

CSS Text word spacing of the current component.

+ + + +

zIndex

-var zIndex: Int? +open var zIndex: Int?

Z-index of the current component.

-- cgit