From 00a6ddf04d61ab322a36123891573c35b41ab58a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 12:08:10 +0100 Subject: Updated API doc --- docs/api/index-outline.html | 144 ++++++++++----------- .../-widget-wrapper/index.html | 4 +- .../-widget-wrapper/widget-wrapper.html | 4 +- .../pl.treksoft.kvision.core/-widget/index.html | 4 +- .../pl.treksoft.kvision.core/-widget/widget.html | 4 +- .../-data-container/data-container.html | 4 +- .../-data-container/index.html | 4 +- .../-drop-down/drop-down.html | 4 +- .../-drop-down/index.html | 4 +- .../-check-box/check-box.html | 4 +- .../-check-box/index.html | 4 +- .../-check-input/check-input.html | 4 +- .../-check-input/index.html | 4 +- .../-radio-group/index.html | 4 +- .../-radio-group/radio-group.html | 4 +- .../-radio/index.html | 4 +- .../-radio/radio.html | 4 +- .../-select-input/index.html | 4 +- .../-select-input/select-input.html | 4 +- .../-select/index.html | 4 +- .../-select/select.html | 4 +- .../-spinner-input/index.html | 4 +- .../-spinner-input/spinner-input.html | 4 +- .../-spinner/index.html | 4 +- .../-spinner/spinner.html | 4 +- .../-password/index.html | 4 +- .../-password/password.html | 4 +- .../-rich-text-input/index.html | 4 +- .../-rich-text-input/rich-text-input.html | 4 +- .../-rich-text/index.html | 4 +- .../-rich-text/rich-text.html | 4 +- .../-text-area-input/index.html | 4 +- .../-text-area-input/text-area-input.html | 4 +- .../-text-area/index.html | 4 +- .../-text-area/text-area.html | 4 +- .../-text-input/index.html | 4 +- .../-text-input/text-input.html | 4 +- .../pl.treksoft.kvision.form.text/-text/index.html | 4 +- .../pl.treksoft.kvision.form.text/-text/text.html | 4 +- .../-date-time-input/date-time-input.html | 4 +- .../-date-time-input/index.html | 4 +- .../-date-time/date-time.html | 4 +- .../-date-time/index.html | 4 +- .../-form-panel/form-panel.html | 2 +- .../-form-panel/index.html | 2 +- .../pl.treksoft.kvision.html/-button/button.html | 4 +- .../pl.treksoft.kvision.html/-button/index.html | 4 +- .../api/pl.treksoft.kvision.html/-image/image.html | 4 +- .../api/pl.treksoft.kvision.html/-image/index.html | 4 +- .../api/pl.treksoft.kvision.html/-label/index.html | 4 +- .../api/pl.treksoft.kvision.html/-label/label.html | 4 +- docs/api/pl.treksoft.kvision.html/-link/index.html | 4 +- docs/api/pl.treksoft.kvision.html/-link/link.html | 4 +- .../pl.treksoft.kvision.html/-list-tag/index.html | 4 +- .../-list-tag/list-tag.html | 4 +- docs/api/pl.treksoft.kvision.html/-tag/index.html | 4 +- docs/api/pl.treksoft.kvision.html/-tag/tag.html | 4 +- .../-dock-panel/dock-panel.html | 4 +- .../-dock-panel/index.html | 4 +- .../-grid-panel/grid-panel.html | 4 +- .../-grid-panel/index.html | 4 +- .../-h-panel/h-panel.html | 4 +- .../pl.treksoft.kvision.panel/-h-panel/index.html | 4 +- .../-responsive-grid-panel/index.html | 4 +- .../responsive-grid-panel.html | 4 +- .../-simple-panel/index.html | 4 +- .../-simple-panel/simple-panel.html | 4 +- .../-split-panel/index.html | 4 +- .../-split-panel/split-panel.html | 4 +- .../-stack-panel/index.html | 4 +- .../-stack-panel/stack-panel.html | 4 +- .../-tab-panel/index.html | 4 +- .../-tab-panel/tab-panel.html | 4 +- .../pl.treksoft.kvision.panel/-v-panel/index.html | 4 +- .../-v-panel/v-panel.html | 4 +- 75 files changed, 218 insertions(+), 218 deletions(-) (limited to 'docs') diff --git a/docs/api/index-outline.html b/docs/api/index-outline.html index 5e920e65..07f3f8f0 100644 --- a/docs/api/index-outline.html +++ b/docs/api/index-outline.html @@ -378,7 +378,7 @@ Button(text: String, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf())
var block: Boolean
-fun Container.button(text: String, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: Button.() -> Unit = null): Unit
+fun Container.button(text: String, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: Button.() -> Unit = null): Button
var disabled: Boolean
protected open fun getSnAttrs(): List<StringPair>
protected open fun getSnClass(): List<StringBoolPair>
@@ -587,7 +587,7 @@ CheckBox(value: Boolean = false, label: String? = null, rich: Boolean = false)
-fun Container.checkBox(value: Boolean = false, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): Unit
+fun Container.checkBox(value: Boolean = false, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): CheckBox
var circled: Boolean
open var disabled: Boolean
val flabel: FieldLabel
@@ -621,7 +621,7 @@ CheckInput(type: CHECKINPUTTYPE = CHECKINPUTTYPE.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf())
protected open fun afterInsert(node: VNode): Unit
protected open fun afterPostpatch(node: VNode): Unit
-fun Container.checkInput(type: CHECKINPUTTYPE = CHECKINPUTTYPE.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): Unit
+fun Container.checkInput(type: CHECKINPUTTYPE = CHECKINPUTTYPE.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): CheckInput
var disabled: Boolean
var extraValue: String?
protected open fun getSnAttrs(): List<StringPair>
@@ -785,7 +785,7 @@ fun add(child: Component): Container
fun addAll(children: List<Component>): Container
fun clearOnUpdate(): DataContainer<M, C>
-fun <M : DataComponent, C : Component> Container.dataContainer(model: ObservableList<M>, binding: (Int) -> C, child: Container = VPanel(), init: DataContainer<M, C>.() -> Unit = null): Unit
+fun <M : DataComponent, C : Component> Container.dataContainer(model: ObservableList<M>, binding: (Int) -> C, child: Container = VPanel(), init: DataContainer<M, C>.() -> Unit = null): DataContainer<M, C>
fun getChildren(): List<Component>
fun onUpdate(handler: () -> Unit): DataContainer<M, C>
fun remove(child: Component): Container
@@ -836,7 +836,7 @@ DateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false)
var autofocus: Boolean?
var clearBtn: Boolean
-fun Container.dateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: DateTime.() -> Unit = null): Unit
+fun Container.dateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: DateTime.() -> Unit = null): DateTime
var daysOfWeekDisabled: Array<Int>
open var disabled: Boolean
val flabel: FieldLabel
@@ -879,7 +879,7 @@ var autofocus: Boolean?
protected open fun changeValue(): Unit
var clearBtn: Boolean
-fun Container.dateTimeInput(