From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-grid-wrapper/-init-.html | 2 +- .../-grid-wrapper/get-sn-style.html | 3 +- .../-grid-wrapper/index.html | 617 ++++++++++----------- 3 files changed, 301 insertions(+), 321 deletions(-) (limited to 'api/pl.treksoft.kvision.panel/-grid-wrapper') diff --git a/api/pl.treksoft.kvision.panel/-grid-wrapper/-init-.html b/api/pl.treksoft.kvision.panel/-grid-wrapper/-init-.html index e2d4fe8e..80dc900d 100644 --- a/api/pl.treksoft.kvision.panel/-grid-wrapper/-init-.html +++ b/api/pl.treksoft.kvision.panel/-grid-wrapper/-init-.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.panel / GridWrapper / <init>

<init>

- +(js) GridWrapper(delegate: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GridJustify? = null, alignSelf: GridAlign? = null, classes: Set<String> = setOf()) diff --git a/api/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html b/api/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html index a4a3f150..747fd096 100644 --- a/api/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html +++ b/api/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html @@ -8,9 +8,8 @@ kvision / pl.treksoft.kvision.panel / GridWrapper / getSnStyle

getSnStyle

- +(js) protected fun getSnStyle(): List<StringPair> -

Overrides StyledComponent.getSnStyle

Returns the list of String pairs defining CSS style attributes and their values.

Return
the list of attributes and their values

diff --git a/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html b/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html index 0831ee08..bbc225e1 100644 --- a/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html +++ b/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html @@ -8,56 +8,31 @@ kvision / pl.treksoft.kvision.panel / GridWrapper

GridWrapper

-class GridWrapper : WidgetWrapper +(js) class GridWrapper : WidgetWrapper

Constructors

-

<init>

+(js) +

<init>

GridWrapper(delegate: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GridJustify? = null, alignSelf: GridAlign? = null, classes: Set<String> = setOf())
-

Inherited Properties

- - - - - - - -
-

visible

-
-open var visible: Boolean

Functions

- - -
-

getSnStyle

+(js) +

getSnStyle

-fun getSnStyle(): List<StringPair>

Returns the list of String pairs defining CSS style attributes and their values.

-
-

Inherited Functions

- - - - - +fun getSnStyle(): List<StringPair>
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
@@ -66,24 +41,27 @@ -

changeFlow

+(js) +

changeFlow

-val <T : Widget> T.changeFlow: <ERROR CLASS><T> +val <T : Widget> T.changeFlow: Flow<T> -

clickFlow

+(js) +

clickFlow

-val <T : Widget> T.clickFlow: <ERROR CLASS><T> +val <T : Widget> T.clickFlow: Flow<T> -

inputFlow

+(js) +

inputFlow

-val <T : Widget> T.inputFlow: <ERROR CLASS><T> +val <T : Widget> T.inputFlow: Flow<T> @@ -92,867 +70,870 @@ -

addBsBgColor

+(js) +

addBsBgColor

fun Component.addBsBgColor(bsBgColor: BsBgColor): Unit -

addBsBorder

+(js) +

addBsBorder

fun Component.addBsBorder(vararg bsBorder: BsBorder): Unit -

addBsClearfix

+(js) +

addBsClearfix

fun Component.addBsClearfix(): Unit -

addBsColor

+(js) +

addBsColor

fun Component.addBsColor(bsColor: BsColor): Unit -

addBsRounded

+(js) +

addBsRounded

fun Component.addBsRounded(vararg bsRounded: BsRounded): Unit -

bold

+(js) +

bold

-fun Container.bold(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: (Bold.() -> Unit)? = null): Bold

DSL builder extension function.

- +fun Container.bold(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: (Bold.() -> Unit)? = null): Bold -

button

+(js) +

button

-fun Container.button(text: String, icon: String? = null, style: ButtonStyle = ButtonStyle.PRIMARY, type: ButtonType = ButtonType.BUTTON, disabled: Boolean = false, classes: Set<String> = setOf(), init: (Button.() -> Unit)? = null): Button

DSL builder extension function.

- +fun Container.button(text: String, icon: String? = null, style: ButtonStyle = ButtonStyle.PRIMARY, type: ButtonType = ButtonType.BUTTON, disabled: Boolean = false, classes: Set<String> = setOf(), init: (Button.() -> Unit)? = null): Button -

buttonGroup

+(js) +

buttonGroup

-fun Container.buttonGroup(size: ButtonGroupSize? = null, vertical: Boolean = false, classes: Set<String> = setOf(), init: (ButtonGroup.() -> Unit)? = null): ButtonGroup

DSL builder extension function.

- +fun Container.buttonGroup(size: ButtonGroupSize? = null, vertical: Boolean = false, classes: Set<String> = setOf(), init: (ButtonGroup.() -> Unit)? = null): ButtonGroup -

canvas

+(js) +

canvas

-fun Container.canvas(canvasWidth: Int? = null, canvasHeight: Int? = null, classes: Set<String> = setOf(), init: (Canvas.() -> Unit)? = null): Canvas

DSL builder extension function.

- +fun Container.canvas(canvasWidth: Int? = null, canvasHeight: Int? = null, classes: Set<String> = setOf(), init: (Canvas.() -> Unit)? = null): Canvas -

chart

+(js) +

chart

-fun Container.chart(configuration: Configuration, chartWidth: Int? = null, chartHeight: Int? = null, classes: Set<String> = setOf(), init: (Chart.() -> Unit)? = null): Chart

DSL builder extension function.

- +fun Container.chart(configuration: Configuration, chartWidth: Int? = null, chartHeight: Int? = null, classes: Set<String> = setOf(), init: (Chart.() -> Unit)? = null): Chart -

checkBox

+(js) +

checkBox

-fun Container.checkBox(value: Boolean = false, name: String? = null, label: