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(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf(), init: DateTimeInput.() -> Unit = null): Unit
+fun Container.dateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf(), init: DateTimeInput.() -> Unit = null): DateTimeInput
var daysOfWeekDisabled: Array<Int>
var disabled: Boolean
var format: String
@@ -917,7 +917,7 @@ open fun add(child: Component, position: SIDE): DockPanel
open fun add(child: Component): DockPanel
open fun addAll(children: List<Component>): DockPanel
-fun Container.dockPanel(classes: Set<String> = setOf(), init: DockPanel.() -> Unit = null): Unit
+fun Container.dockPanel(classes: Set<String> = setOf(), init: DockPanel.() -> Unit = null): DockPanel
open fun remove(child: Component): DockPanel
open fun removeAll(): DockPanel
open fun removeAt(position: SIDE): DockPanel
@@ -939,7 +939,7 @@ protected open fun afterInsert(node: VNode): Unit
var block: Boolean
var disabled: Boolean
-fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): Unit
+fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): DropDown
var dropup: Boolean
open fun getChildren(): List<Component>
protected open fun getSnClass(): List<StringBoolPair>
@@ -1302,7 +1302,7 @@ var autoRows: String?
var columnGap: Int?
protected open fun getSnStyle(): List<StringPair>
-fun Container.gridPanel(autoColumns: String? = null, autoRows: String? = null, autoFlow: GRIDFLOW? = null, templateColumns: String? = null, templateRows: String? = null, templateAreas: List<String>? = null, columnGap: Int? = null, rowGap: Int? = null, justifyItems: GRIDJUSTIFY? = null, alignItems: GRIDALIGN? = null, justifyContent: GRIDJUSTIFYCONTENT? = null, alignContent: GRIDALIGNCONTENT? = null, classes: Set<String> = setOf(), init: GridPanel.() -> Unit = null): Unit
+fun Container.gridPanel(autoColumns: String? = null, autoRows: String? = null, autoFlow: GRIDFLOW? = null, templateColumns: String? = null, templateRows: String? = null, templateAreas: List<String>? = null, columnGap: Int? = null, rowGap: Int? = null, justifyItems: GRIDJUSTIFY? = null, alignItems: GRIDALIGN? = null, justifyContent: GRIDJUSTIFYCONTENT? = null, alignContent: GRIDALIGNCONTENT? = null, classes: Set<String> = setOf(), init: GridPanel.() -> Unit = null): GridPanel
var justifyContent: GRIDJUSTIFYCONTENT?
var justifyItems: GRIDJUSTIFY?
open fun remove(child: Component): GridPanel
@@ -1338,7 +1338,7 @@ HPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: HPanel.() -> Unit = null)
-fun Container.hPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: HPanel.() -> Unit = null): Unit
+fun Container.hPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: HPanel.() -> Unit = null): HPanel
@@ -1430,7 +1430,7 @@ var centered: Boolean
protected open fun getSnAttrs(): List<StringPair>
protected open fun getSnClass(): List<StringBoolPair>
-fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Unit
+fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Image
protected open fun render(): VNode
var responsive: Boolean
var shape: IMAGESHAPE?
@@ -1480,7 +1480,7 @@ Label(text: String, rich: Boolean = false)
-fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Unit
+fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Label
@@ -1498,7 +1498,7 @@ var icon: String?
var image: ResString?
var label: String
-fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Unit
+fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Link
protected open fun render(): VNode
var url: String
@@ -1517,7 +1517,7 @@ protected open fun childrenVNodes(): Array<VNode>
var elements: List<String>?
protected open fun getSnClass(): List<StringBoolPair>
-fun Container.listTag(type: LISTTYPE, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null): Unit
+fun Container.listTag(type: LISTTYPE, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null): ListTag
protected open fun render(): VNode
var rich: Boolean
var type: LISTTYPE
@@ -1618,7 +1618,7 @@ Password(value: String? = null, label: String? = null, rich: Boolean = false)
-fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Unit
+fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Password
@@ -1659,7 +1659,7 @@ var label: String?
var name: String?
open fun onClick(handler: Radio.(MouseEvent) -> Unit): Radio
-fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Unit
+fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Radio
open fun removeEventListeners(): Widget
var rich: Boolean
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
@@ -1690,7 +1690,7 @@ val input: Widget
var label: String?
var options: List<StringPair>?
-fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): Unit
+fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): RadioGroup
var rich: Boolean
open var size: INPUTSIZE?
val validationInfo: HelpBlock
@@ -1715,7 +1715,7 @@ var align: ALIGN?
open fun remove(child: Component): ResponsiveGridPanel
open fun removeAt(col: Int, row: Int): ResponsiveGridPanel
-fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): Unit
+fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): ResponsiveGridPanel
@@ -1731,7 +1731,7 @@ RichText(value: String? = null, label: String? = null, rich: Boolean = false)
val input: RichTextInput
var inputHeight: CssSize?
-fun Container.richText(value: String? = null, label: String? = null, rich: Boolean = false, init: RichText.() -> Unit = null): Unit
+fun Container.richText(value: String? = null, label: String? = null, rich: Boolean = false, init: RichText.() -> Unit = null): RichText
@@ -1749,7 +1749,7 @@ protected open fun afterInsert(node: VNode): Unit
protected open fun getSnAttrs(): List<StringPair>
protected open fun render(): VNode
-fun Container.richTextInput(value: String? = null, classes: Set<String> = setOf(), init: RichTextInput.() -> Unit = null): Unit
+fun Container.richTextInput(value: String? = null, classes: Set<String> = setOf(), init: RichTextInput.() -> Unit = null): RichTextInput
@@ -1846,7 +1846,7 @@ open fun removeAll(): SimplePanel
open fun removeEventListeners(): Widget
var rich: Boolean
-fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Unit
+fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Select
var selectWidth: CssSize?
var selectWidthType: SELECTWIDTHTYPE?
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
@@ -1888,7 +1888,7 @@ open fun remove(child: Component): SimplePanel
open fun removeAll(): SimplePanel
protected open fun render(): VNode
-fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): Unit
+fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): SelectInput
var selectWidth: CssSize?
var selectWidthType: SELECTWIDTHTYPE?
open fun showOptions(): Unit
@@ -1957,7 +1957,7 @@ open fun remove(child: Component): SimplePanel
open fun removeAll(): SimplePanel
protected open fun render(): VNode
-fun Container.simplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null): Unit
+fun Container.simplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null): SimplePanel
@@ -1994,7 +1994,7 @@ open var size: INPUTSIZE?
open fun spinDown(): Spinner
open fun spinUp(): Spinner
-fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Unit
+fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Spinner
var startValue: Number?
var step: Double
val validationInfo: HelpBlock
@@ -2032,7 +2032,7 @@ var size: INPUTSIZE?
fun spinDown(): SpinnerInput
fun spinUp(): SpinnerInput
-fun Container.spinnerInput(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, classes: Set<String> = setOf(), init: SpinnerInput.() -> Unit = null): Unit
+fun Container.spinnerInput(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, classes: Set<String> = setOf(), init: SpinnerInput.() -> Unit = null): SpinnerInput
var startValue: Number?
var step: Double
var value: Number?
@@ -2050,7 +2050,7 @@ SplitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null)
protected open fun childrenVNodes(): Array<VNode>
-fun Container.splitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null): Unit
+fun Container.splitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null): SplitPanel
@@ -2071,7 +2071,7 @@ protected open fun childrenVNodes(): Array<VNode>
open fun remove(child: Component): StackPanel
open fun removeAll(): StackPanel
-fun Container.stackPanel(activateLast: Boolean = true, classes: Set<String> = setOf(), init: StackPanel.() -> Unit = null): Unit
+fun Container.stackPanel(activateLast: Boolean = true, classes: Set<String> = setOf(), init: StackPanel.() -> Unit = null): StackPanel
@@ -2214,7 +2214,7 @@ open fun remove(child: Component): TabPanel
open fun removeAll(): TabPanel
open fun removeTab(index: Int): TabPanel
-fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): Unit
+fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): TabPanel
@@ -2232,7 +2232,7 @@ protected open fun getSnClass(): List<StringBoolPair>
protected open fun render(): VNode
var rich: Boolean
-fun Container.tag(type: TAG, text: String? = null, rich: Boolean = false, align: ALIGN? = null, classes: Set<String> = setOf(), init: Tag.() -> Unit = null): Unit
+fun Container.tag(type: TAG, text: String? = null, rich: Boolean = false, align: ALIGN? = null, classes: Set<String> = setOf(), init: Tag.() -> Unit = null): Tag
var text: String?
var type: TAG
@@ -2250,7 +2250,7 @@ Text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false)
var autocomplete: Boolean?
val input: TextInput
-fun Container.text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false, init: Text.() -> Unit = null): Unit
+fun Container.text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false, init: Text.() -> Unit = null): Text
var type: TEXTINPUTTYPE
@@ -2268,7 +2268,7 @@ var cols: Int?
val input: TextAreaInput
var rows: Int?
-fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false, init: TextArea.() -> Unit = null): Unit
+fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false, init: TextArea.() -> Unit = null): TextArea
var wrapHard: Boolean
@@ -2287,7 +2287,7 @@ protected open fun getSnAttrs(): List<StringPair>
protected open fun render(): VNode
var rows: Int?
-fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): Unit
+fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): TextAreaInput
var wrapHard: Boolean
@@ -2305,7 +2305,7 @@ var autocomplete: Boolean?
protected open fun getSnAttrs(): List<StringPair>
protected open fun render(): VNode
-fun Container.textInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): Unit
+fun Container.textInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): TextInput
var type: TEXTINPUTTYPE
@@ -2347,7 +2347,7 @@ VPanel(justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: VPanel.() -> Unit = null)
-fun Container.vPanel(justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: VPanel.() -> Unit = null): Unit
+fun Container.vPanel(justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: VPanel.() -> Unit = null): VPanel
@@ -2390,7 +2390,7 @@ var title: String?
open fun toggleVisible(): Widget
open var visible: Boolean
-fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Unit
+fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Widget
@@ -2406,7 +2406,7 @@ WidgetWrapper(wrapped: Component?, classes: Set<String> = setOf())
protected open fun render(): VNode
open var visible: Boolean
-fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): Unit
+fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): WidgetWrapper
@@ -2950,7 +2950,7 @@ var title: String?
open fun toggleVisible(): Widget
open var visible: Boolean
-fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Unit
+fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Widget
@@ -2966,7 +2966,7 @@ WidgetWrapper(wrapped: Component?, classes: Set<String> = setOf())
protected open fun render(): VNode
open var visible: Boolean
-fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): Unit
+fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): WidgetWrapper
@@ -3009,7 +3009,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
@@ -3075,7 +3075,7 @@ protected open fun afterInsert(node: VNode): Unit
var block: Boolean
var disabled: Boolean
-fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): Unit
+fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): DropDown
var dropup: Boolean
open fun getChildren(): List<Component>
protected open fun getSnClass(): List<StringBoolPair>
@@ -3366,7 +3366,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
@@ -3400,7 +3400,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>
@@ -3452,7 +3452,7 @@ var label: String?
var name: String?
open fun onClick(handler: Radio.(MouseEvent) -> Unit): Radio
-fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Unit
+fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Radio
open fun removeEventListeners(): Widget
var rich: Boolean
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
@@ -3483,7 +3483,7 @@ val input: Widget
var label: String?
var options: List<StringPair>?
-fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): Unit
+fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): RadioGroup
var rich: Boolean
open var size: INPUTSIZE?
val validationInfo: HelpBlock
@@ -3606,7 +3606,7 @@ open fun removeAll(): SimplePanel
open fun removeEventListeners(): Widget
var rich: Boolean
-fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Unit
+fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Select
var selectWidth: CssSize?
var selectWidthType: SELECTWIDTHTYPE?
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
@@ -3648,7 +3648,7 @@ open fun remove(child: Component): SimplePanel
open fun removeAll(): SimplePanel
protected open fun render(): VNode
-fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): Unit
+fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): SelectInput
var selectWidth: CssSize?
var selectWidthType: SELECTWIDTHTYPE?
open fun showOptions(): Unit
@@ -3776,7 +3776,7 @@ open var size: INPUTSIZE?
open fun spinDown(): Spinner
open fun spinUp(): Spinner
-fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Unit
+fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Spinner
var startValue: Number?
var step: Double
val validationInfo: HelpBlock
@@ -3814,7 +3814,7 @@ var size: INPUTSIZE?
fun spinDown(): SpinnerInput
fun spinUp(): SpinnerInput
-fun Container.spinnerInput(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, classes: Set<String> = setOf(), init: SpinnerInput.() -> Unit = null): Unit
+fun Container.spinnerInput(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, classes: Set<String> = setOf(), init: SpinnerInput.() -> Unit = null): SpinnerInput
var startValue: Number?
var step: Double
var value: Number?
@@ -3903,7 +3903,7 @@ Password(value: String? = null, label: String? = null, rich: Boolean = false)
-fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Unit
+fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Password
@@ -3919,7 +3919,7 @@ RichText(value: String? = null, label: String? = null, rich: Boolean = false)
val input: RichTextInput
var inputHeight: CssSize?
-fun Container.richText(value: String? = null, label: String? = null, rich: Boolean = false, init: RichText.() -> Unit = null): Unit
+fun Container.richText(value: String? = null, label: String? = null, rich: Boolean = false, init: RichText.() -> Unit = null): RichText
@@ -3937,7 +3937,7 @@ protected open fun afterInsert(node: VNode): Unit
protected open fun getSnAttrs(): List<StringPair>
protected open fun render(): VNode
-fun Container.richTextInput(value: String? = null, classes: Set<String> = setOf(), init: RichTextInput.() -> Unit = null): Unit
+fun Container.richTextInput(value: String? = null, classes: Set<String> = setOf(), init: RichTextInput.() -> Unit = null): RichTextInput
@@ -3972,7 +3972,7 @@ Text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false)
var autocomplete: Boolean?
val input: TextInput
-fun Container.text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false, init: Text.() -> Unit = null): Unit
+fun Container.text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false, init: Text.() -> Unit = null): Text
var type: TEXTINPUTTYPE
@@ -3990,7 +3990,7 @@ var cols: Int?
val input: TextAreaInput
var rows: Int?
-fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false, init: TextArea.() -> Unit = null): Unit
+fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false, init: TextArea.() -> Unit = null): TextArea
var wrapHard: Boolean
@@ -4009,7 +4009,7 @@ protected open fun getSnAttrs(): List<StringPair>
protected open fun render(): VNode
var rows: Int?
-fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): Unit
+fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): TextAreaInput
var wrapHard: Boolean
@@ -4027,7 +4027,7 @@ var autocomplete: Boolean?
protected open fun getSnAttrs(): List<StringPair>
protected open fun render(): VNode
-fun Container.textInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): Unit
+fun Container.textInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): TextInput
var type: TEXTINPUTTYPE
@@ -4056,7 +4056,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
@@ -4099,7 +4099,7 @@ var autofocus: Boolean?
protected open fun changeValue(): Unit
var clearBtn: Boolean
-fun Container.dateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf(), init: DateTimeInput.() -> Unit = null): Unit
+fun Container.dateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf(), init: DateTimeInput.() -> Unit = null): DateTimeInput
var daysOfWeekDisabled: Array<Int>
var disabled: Boolean
var format: String
@@ -4257,7 +4257,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>
@@ -4300,7 +4300,7 @@ var centered: Boolean
protected open fun getSnAttrs(): List<StringPair>
protected open fun getSnClass(): List<StringBoolPair>
-fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Unit
+fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Image
protected open fun render(): VNode
var responsive: Boolean
var shape: IMAGESHAPE?
@@ -4336,7 +4336,7 @@ Label(text: String, rich: Boolean = false)
-fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Unit
+fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Label
@@ -4354,7 +4354,7 @@ var icon: String?
var image: ResString?
var label: String
-fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Unit
+fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Link
protected open fun render(): VNode
var url: String
@@ -4373,7 +4373,7 @@ protected open fun childrenVNodes(): Array<VNode>
var elements: List<String>?
protected open fun getSnClass(): List<StringBoolPair>
-fun Container.listTag(type: LISTTYPE, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null): Unit
+fun Container.listTag(type: LISTTYPE, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null): ListTag
protected open fun render(): VNode
var rich: Boolean
var type: LISTTYPE
@@ -4439,7 +4439,7 @@ protected open fun getSnClass(): List<StringBoolPair>
protected open fun render(): VNode
var rich: Boolean
-fun Container.tag(type: TAG, text: String? = null, rich: Boolean = false, align: ALIGN? = null, classes: Set<String> = setOf(), init: Tag.() -> Unit = null): Unit
+fun Container.tag(type: TAG, text: String? = null, rich: Boolean = false, align: ALIGN? = null, classes: Set<String> = setOf(), init: Tag.() -> Unit = null): Tag
var text: String?
var type: TAG
@@ -4590,7 +4590,7 @@ open fun add(child: Component, position: SIDE): DockPanel
open fun add(child: Component): DockPanel
open fun addAll(children: List<Component>): DockPanel
-fun Container.dockPanel(classes: Set<String> = setOf(), init: DockPanel.() -> Unit = null): Unit
+fun Container.dockPanel(classes: Set<String> = setOf(), init: DockPanel.() -> Unit = null): DockPanel
open fun remove(child: Component): DockPanel
open fun removeAll(): DockPanel
open fun removeAt(position: SIDE): DockPanel
@@ -4828,7 +4828,7 @@ var autoRows: String?
var columnGap: Int?
protected open fun getSnStyle(): List<StringPair>
-fun Container.gridPanel(autoColumns: String? = null, autoRows: String? = null, autoFlow: GRIDFLOW? = null, templateColumns: String? = null, templateRows: String? = null, templateAreas: List<String>? = null, columnGap: Int? = null, rowGap: Int? = null, justifyItems: GRIDJUSTIFY? = null, alignItems: GRIDALIGN? = null, justifyContent: GRIDJUSTIFYCONTENT? = null, alignContent: GRIDALIGNCONTENT? = null, classes: Set<String> = setOf(), init: GridPanel.() -> Unit = null): Unit
+fun Container.gridPanel(autoColumns: String? = null, autoRows: String? = null, autoFlow: GRIDFLOW? = null, templateColumns: String? = null, templateRows: String? = null, templateAreas: List<String>? = null, columnGap: Int? = null, rowGap: Int? = null, justifyItems: GRIDJUSTIFY? = null, alignItems: GRIDALIGN? = null, justifyContent: GRIDJUSTIFYCONTENT? = null, alignContent: GRIDALIGNCONTENT? = null, classes: Set<String> = setOf(), init: GridPanel.() -> Unit = null): GridPanel
var justifyContent: GRIDJUSTIFYCONTENT?
var justifyItems: GRIDJUSTIFY?
open fun remove(child: Component): GridPanel
@@ -4864,7 +4864,7 @@ HPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: HPanel.() -> Unit = null)
-fun Container.hPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: HPanel.() -> Unit = null): Unit
+fun Container.hPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: HPanel.() -> Unit = null): HPanel
@@ -4884,7 +4884,7 @@ var align: ALIGN?
open fun remove(child: Component): ResponsiveGridPanel
open fun removeAt(col: Int, row: Int): ResponsiveGridPanel
-fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): Unit
+fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): ResponsiveGridPanel
@@ -4938,7 +4938,7 @@ open fun remove(child: Component): SimplePanel
open fun removeAll(): SimplePanel
protected open fun render(): VNode
-fun Container.simplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null): Unit
+fun Container.simplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null): SimplePanel
@@ -4953,7 +4953,7 @@ SplitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null)
protected open fun childrenVNodes(): Array<VNode>
-fun Container.splitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null): Unit
+fun Container.splitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null): SplitPanel
@@ -4974,7 +4974,7 @@ protected open fun childrenVNodes(): Array<VNode>
open fun remove(child: Component): StackPanel
open fun removeAll(): StackPanel
-fun Container.stackPanel(activateLast: Boolean = true, classes: Set<String> = setOf(), init: StackPanel.() -> Unit = null): Unit
+fun Container.stackPanel(activateLast: Boolean = true, classes: Set<String> = setOf(), init: StackPanel.() -> Unit = null): StackPanel
@@ -4995,7 +4995,7 @@ open fun remove(child: Component): TabPanel
open fun removeAll(): TabPanel
open fun removeTab(index: Int): TabPanel
-fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): Unit
+fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): TabPanel
@@ -5009,7 +5009,7 @@ VPanel(justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: VPanel.() -> Unit = null)
-fun Container.vPanel(justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: VPanel.() -> Unit = null): Unit
+fun Container.vPanel(justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: VPanel.() -> Unit = null): VPanel
diff --git a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/index.html b/docs/api/pl.treksoft.kvision.core/-widget-wrapper/index.html index 62f4014c..50c17f77 100644 --- a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/index.html +++ b/docs/api/pl.treksoft.kvision.core/-widget-wrapper/index.html @@ -296,8 +296,8 @@

widgetWrapper

-fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): WidgetWrapper +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html b/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html index 7e76a47c..8a9ef6c5 100644 --- a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html +++ b/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html @@ -9,8 +9,8 @@

widgetWrapper

-fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): WidgetWrapper +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.core/-widget/index.html b/docs/api/pl.treksoft.kvision.core/-widget/index.html index c0105aed..e8fca9b0 100644 --- a/docs/api/pl.treksoft.kvision.core/-widget/index.html +++ b/docs/api/pl.treksoft.kvision.core/-widget/index.html @@ -534,8 +534,8 @@

widget

-fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Widget +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.core/-widget/widget.html b/docs/api/pl.treksoft.kvision.core/-widget/widget.html index 1f11e7d6..c9336d5e 100644 --- a/docs/api/pl.treksoft.kvision.core/-widget/widget.html +++ b/docs/api/pl.treksoft.kvision.core/-widget/widget.html @@ -9,8 +9,8 @@

widget

-fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Widget +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.data/-data-container/data-container.html b/docs/api/pl.treksoft.kvision.data/-data-container/data-container.html index 25a1c33e..f2788872 100644 --- a/docs/api/pl.treksoft.kvision.data/-data-container/data-container.html +++ b/docs/api/pl.treksoft.kvision.data/-data-container/data-container.html @@ -9,8 +9,8 @@

dataContainer

-fun <M : DataComponent, C : Component> Container.dataContainer(model: ObservableList<M>, binding: (Int) -> C, child: Container = VPanel(), init: DataContainer<M, C>.() -> Unit = null): Unit -

DSL builder extension function

+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> +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.data/-data-container/index.html b/docs/api/pl.treksoft.kvision.data/-data-container/index.html index 6474e482..fb7a522a 100644 --- a/docs/api/pl.treksoft.kvision.data/-data-container/index.html +++ b/docs/api/pl.treksoft.kvision.data/-data-container/index.html @@ -371,8 +371,8 @@

dataContainer

-fun <M : DataComponent, C : Component> Container.dataContainer(model: ObservableList<M>, binding: (Int) -> C, child: Container = VPanel(), init: DataContainer<M, C>.() -> Unit = null): Unit -

DSL builder extension function

+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> +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html index 991c064c..c9ff1fd6 100644 --- a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html +++ b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html @@ -9,8 +9,8 @@

dropDown

-fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): DropDown +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/index.html b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/index.html index 45785f06..89e2ded2 100644 --- a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/index.html +++ b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/index.html @@ -225,8 +225,8 @@

dropDown

-fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): DropDown +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/check-box.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/check-box.html index d87d621a..6a137610 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-check-box/check-box.html +++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/check-box.html @@ -9,8 +9,8 @@

checkBox

-fun Container.checkBox(value: Boolean = false, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.checkBox(value: Boolean = false, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): CheckBox +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html index eea261ae..80fc8020 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html +++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html @@ -299,8 +299,8 @@

checkBox

-fun Container.checkBox(value: Boolean = false, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.checkBox(value: Boolean = false, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): CheckBox +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-input/check-input.html b/docs/api/pl.treksoft.kvision.form.check/-check-input/check-input.html index 74197067..d2fdf9a8 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-check-input/check-input.html +++ b/docs/api/pl.treksoft.kvision.form.check/-check-input/check-input.html @@ -9,8 +9,8 @@

checkInput

-fun Container.checkInput(type: CHECKINPUTTYPE = CHECKINPUTTYPE.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.checkInput(type: CHECKINPUTTYPE = CHECKINPUTTYPE.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): CheckInput +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-input/index.html b/docs/api/pl.treksoft.kvision.form.check/-check-input/index.html index 6ceb25f4..f6957f17 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-check-input/index.html +++ b/docs/api/pl.treksoft.kvision.form.check/-check-input/index.html @@ -368,8 +368,8 @@

checkInput

-fun Container.checkInput(type: CHECKINPUTTYPE = CHECKINPUTTYPE.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.checkInput(type: CHECKINPUTTYPE = CHECKINPUTTYPE.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): CheckInput +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio-group/index.html b/docs/api/pl.treksoft.kvision.form.check/-radio-group/index.html index 20bd4a77..5d10c08a 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-radio-group/index.html +++ b/docs/api/pl.treksoft.kvision.form.check/-radio-group/index.html @@ -245,8 +245,8 @@

radioGroup

-fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): RadioGroup +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html b/docs/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html index 6fb79085..9d979e1a 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html +++ b/docs/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html @@ -9,8 +9,8 @@

radioGroup

-fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): RadioGroup +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio/index.html b/docs/api/pl.treksoft.kvision.form.check/-radio/index.html index b40efb6d..fb267483 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-radio/index.html +++ b/docs/api/pl.treksoft.kvision.form.check/-radio/index.html @@ -308,8 +308,8 @@

radio

-fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Radio +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio/radio.html b/docs/api/pl.treksoft.kvision.form.check/-radio/radio.html index 04f101b4..5f842c88 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-radio/radio.html +++ b/docs/api/pl.treksoft.kvision.form.check/-radio/radio.html @@ -9,8 +9,8 @@

radio

-fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Radio +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html index 4f6bfb65..b7917e82 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html @@ -299,8 +299,8 @@

selectInput

-fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): SelectInput +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-input.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-input.html index 10b8930d..208772db 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-input.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-input.html @@ -9,8 +9,8 @@

selectInput

-fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): SelectInput +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/index.html b/docs/api/pl.treksoft.kvision.form.select/-select/index.html index dfbe69e7..d9f63311 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/index.html @@ -382,8 +382,8 @@

select

-fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Select +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/select.html b/docs/api/pl.treksoft.kvision.form.select/-select/select.html index 7d2755d5..047f4755 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/select.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/select.html @@ -9,8 +9,8 @@

select

-fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Select +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/index.html b/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/index.html index 07b45bee..0a2e1bad 100644 --- a/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/index.html +++ b/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/index.html @@ -456,8 +456,8 @@

spinnerInput

-fun Container.spinnerInput(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, classes: Set<String> = setOf(), init: SpinnerInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.spinnerInput(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, classes: Set<String> = setOf(), init: SpinnerInput.() -> Unit = null): SpinnerInput +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/spinner-input.html b/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/spinner-input.html index 5858f5ed..3657436d 100644 --- a/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/spinner-input.html +++ b/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/spinner-input.html @@ -9,8 +9,8 @@

spinnerInput

-fun Container.spinnerInput(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, classes: Set<String> = setOf(), init: SpinnerInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.spinnerInput(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, classes: Set<String> = setOf(), init: SpinnerInput.() -> Unit = null): SpinnerInput +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.spinner/-spinner/index.html b/docs/api/pl.treksoft.kvision.form.spinner/-spinner/index.html index 6ae3fa7d..b3840b88 100644 --- a/docs/api/pl.treksoft.kvision.form.spinner/-spinner/index.html +++ b/docs/api/pl.treksoft.kvision.form.spinner/-spinner/index.html @@ -369,8 +369,8 @@

spinner

-fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Spinner +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.spinner/-spinner/spinner.html b/docs/api/pl.treksoft.kvision.form.spinner/-spinner/spinner.html index aabafa39..f00f2f15 100644 --- a/docs/api/pl.treksoft.kvision.form.spinner/-spinner/spinner.html +++ b/docs/api/pl.treksoft.kvision.form.spinner/-spinner/spinner.html @@ -9,8 +9,8 @@

spinner

-fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Spinner +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-password/index.html b/docs/api/pl.treksoft.kvision.form.text/-password/index.html index 73672ebb..6167f784 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-password/index.html +++ b/docs/api/pl.treksoft.kvision.form.text/-password/index.html @@ -62,8 +62,8 @@

password

-fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Password +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-password/password.html b/docs/api/pl.treksoft.kvision.form.text/-password/password.html index 8c850707..d0d622c7 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-password/password.html +++ b/docs/api/pl.treksoft.kvision.form.text/-password/password.html @@ -9,8 +9,8 @@

password

-fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Password +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/index.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/index.html index c07cd5e9..ffd676f3 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/index.html +++ b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/index.html @@ -189,8 +189,8 @@

richTextInput

-fun Container.richTextInput(value: String? = null, classes: Set<String> = setOf(), init: RichTextInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.richTextInput(value: String? = null, classes: Set<String> = setOf(), init: RichTextInput.() -> Unit = null): RichTextInput +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/rich-text-input.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/rich-text-input.html index 5e0cd701..3720d993 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/rich-text-input.html +++ b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/rich-text-input.html @@ -9,8 +9,8 @@

richTextInput

-fun Container.richTextInput(value: String? = null, classes: Set<String> = setOf(), init: RichTextInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.richTextInput(value: String? = null, classes: Set<String> = setOf(), init: RichTextInput.() -> Unit = null): RichTextInput +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-rich-text/index.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text/index.html index 8f7d0c79..fe8b3ca2 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text/index.html +++ b/docs/api/pl.treksoft.kvision.form.text/-rich-text/index.html @@ -227,8 +227,8 @@

richText

-fun Container.richText(value: String? = null, label: String? = null, rich: Boolean = false, init: RichText.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.richText(value: String? = null, label: String? = null, rich: Boolean = false, init: RichText.() -> Unit = null): RichText +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-rich-text/rich-text.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text/rich-text.html index 912760f7..55ed8174 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text/rich-text.html +++ b/docs/api/pl.treksoft.kvision.form.text/-rich-text/rich-text.html @@ -9,8 +9,8 @@

richText

-fun Container.richText(value: String? = null, label: String? = null, rich: Boolean = false, init: RichText.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.richText(value: String? = null, label: String? = null, rich: Boolean = false, init: RichText.() -> Unit = null): RichText +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-area-input/index.html b/docs/api/pl.treksoft.kvision.form.text/-text-area-input/index.html index 1e9d1098..eadcfc4c 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-text-area-input/index.html +++ b/docs/api/pl.treksoft.kvision.form.text/-text-area-input/index.html @@ -212,8 +212,8 @@

textAreaInput

-fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): TextAreaInput +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-area-input/text-area-input.html b/docs/api/pl.treksoft.kvision.form.text/-text-area-input/text-area-input.html index 5939f5a3..c3a2a003 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-text-area-input/text-area-input.html +++ b/docs/api/pl.treksoft.kvision.form.text/-text-area-input/text-area-input.html @@ -9,8 +9,8 @@

textAreaInput

-fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): TextAreaInput +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-area/index.html b/docs/api/pl.treksoft.kvision.form.text/-text-area/index.html index 7888b88b..59b9b614 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-text-area/index.html +++ b/docs/api/pl.treksoft.kvision.form.text/-text-area/index.html @@ -245,8 +245,8 @@

textArea

-fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false, init: TextArea.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false, init: TextArea.() -> Unit = null): TextArea +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-area/text-area.html b/docs/api/pl.treksoft.kvision.form.text/-text-area/text-area.html index 1da47603..392f8a3a 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-text-area/text-area.html +++ b/docs/api/pl.treksoft.kvision.form.text/-text-area/text-area.html @@ -9,8 +9,8 @@

textArea

-fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false, init: TextArea.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false, init: TextArea.() -> Unit = null): TextArea +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-input/index.html b/docs/api/pl.treksoft.kvision.form.text/-text-input/index.html index c366c7a5..a9e8abe3 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-text-input/index.html +++ b/docs/api/pl.treksoft.kvision.form.text/-text-input/index.html @@ -203,8 +203,8 @@

textInput

-fun Container.textInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.textInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): TextInput +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-input/text-input.html b/docs/api/pl.treksoft.kvision.form.text/-text-input/text-input.html index c157a0b8..35cbff88 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-text-input/text-input.html +++ b/docs/api/pl.treksoft.kvision.form.text/-text-input/text-input.html @@ -9,8 +9,8 @@

textInput

-fun Container.textInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.textInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): TextInput +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-text/index.html b/docs/api/pl.treksoft.kvision.form.text/-text/index.html index da1a284a..8ad303d5 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-text/index.html +++ b/docs/api/pl.treksoft.kvision.form.text/-text/index.html @@ -236,8 +236,8 @@

text

-fun Container.text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false, init: Text.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false, init: Text.() -> Unit = null): Text +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.text/-text/text.html b/docs/api/pl.treksoft.kvision.form.text/-text/text.html index 2b94584d..9483e36b 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-text/text.html +++ b/docs/api/pl.treksoft.kvision.form.text/-text/text.html @@ -9,8 +9,8 @@

text

-fun Container.text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false, init: Text.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false, init: Text.() -> Unit = null): Text +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/date-time-input.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/date-time-input.html index 1af6cfb3..40a1ab19 100644 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/date-time-input.html +++ b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/date-time-input.html @@ -9,8 +9,8 @@

dateTimeInput

-fun Container.dateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf(), init: DateTimeInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.dateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf(), init: DateTimeInput.() -> Unit = null): DateTimeInput +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/index.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/index.html index 57aad1f6..81e6f47e 100644 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/index.html +++ b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/index.html @@ -479,8 +479,8 @@

dateTimeInput

-fun Container.dateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf(), init: DateTimeInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.dateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf(), init: DateTimeInput.() -> Unit = null): DateTimeInput +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/date-time.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/date-time.html index ebf9a7b6..53c43af4 100644 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/date-time.html +++ b/docs/api/pl.treksoft.kvision.form.time/-date-time/date-time.html @@ -9,8 +9,8 @@

dateTime

-fun Container.dateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: DateTime.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.dateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: DateTime.() -> Unit = null): DateTime +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/index.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/index.html index 67137be2..c5b551b5 100644 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/index.html +++ b/docs/api/pl.treksoft.kvision.form.time/-date-time/index.html @@ -371,8 +371,8 @@

dateTime

-fun Container.dateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: DateTime.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.dateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: DateTime.() -> Unit = null): DateTime +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form/-form-panel/form-panel.html b/docs/api/pl.treksoft.kvision.form/-form-panel/form-panel.html index 730332ed..ada49f85 100644 --- a/docs/api/pl.treksoft.kvision.form/-form-panel/form-panel.html +++ b/docs/api/pl.treksoft.kvision.form/-form-panel/form-panel.html @@ -10,7 +10,7 @@

formPanel

fun <K> Container.formPanel(type: FORMTYPE? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K): FormPanel<K> -

DSL builder extension function

+

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.form/-form-panel/index.html b/docs/api/pl.treksoft.kvision.form/-form-panel/index.html index ef605f5f..d300008e 100644 --- a/docs/api/pl.treksoft.kvision.form/-form-panel/index.html +++ b/docs/api/pl.treksoft.kvision.form/-form-panel/index.html @@ -226,7 +226,7 @@ fun <K> Container.formPanel(type: FORMTYPE? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K): FormPanel<K> -

DSL builder extension function

+

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-button/button.html b/docs/api/pl.treksoft.kvision.html/-button/button.html index 70f921d9..c1ebc788 100644 --- a/docs/api/pl.treksoft.kvision.html/-button/button.html +++ b/docs/api/pl.treksoft.kvision.html/-button/button.html @@ -9,8 +9,8 @@

button

-fun Container.button(text: String, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: Button.() -> Unit = null): Unit -

DSL builder extension function

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

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.html/-button/index.html b/docs/api/pl.treksoft.kvision.html/-button/index.html index f63ced71..afbe0fcf 100644 --- a/docs/api/pl.treksoft.kvision.html/-button/index.html +++ b/docs/api/pl.treksoft.kvision.html/-button/index.html @@ -368,8 +368,8 @@

button

-fun Container.button(text: String, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: Button.() -> Unit = null): Unit -

DSL builder extension function

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

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-image/image.html b/docs/api/pl.treksoft.kvision.html/-image/image.html index 80f873c1..4f07afd4 100644 --- a/docs/api/pl.treksoft.kvision.html/-image/image.html +++ b/docs/api/pl.treksoft.kvision.html/-image/image.html @@ -9,8 +9,8 @@

image

-fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Image +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.html/-image/index.html b/docs/api/pl.treksoft.kvision.html/-image/index.html index dfd09e4e..c065fc12 100644 --- a/docs/api/pl.treksoft.kvision.html/-image/index.html +++ b/docs/api/pl.treksoft.kvision.html/-image/index.html @@ -341,8 +341,8 @@

image

-fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Image +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-label/index.html b/docs/api/pl.treksoft.kvision.html/-label/index.html index 168cc09c..92da78d4 100644 --- a/docs/api/pl.treksoft.kvision.html/-label/index.html +++ b/docs/api/pl.treksoft.kvision.html/-label/index.html @@ -94,8 +94,8 @@

label

-fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Label +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-label/label.html b/docs/api/pl.treksoft.kvision.html/-label/label.html index e076da7c..fd58df18 100644 --- a/docs/api/pl.treksoft.kvision.html/-label/label.html +++ b/docs/api/pl.treksoft.kvision.html/-label/label.html @@ -9,8 +9,8 @@

label

-fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Label +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.html/-link/index.html b/docs/api/pl.treksoft.kvision.html/-link/index.html index 14c28526..a26de1f6 100644 --- a/docs/api/pl.treksoft.kvision.html/-link/index.html +++ b/docs/api/pl.treksoft.kvision.html/-link/index.html @@ -162,8 +162,8 @@

link

-fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Link +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-link/link.html b/docs/api/pl.treksoft.kvision.html/-link/link.html index 7afa79bf..a962fd12 100644 --- a/docs/api/pl.treksoft.kvision.html/-link/link.html +++ b/docs/api/pl.treksoft.kvision.html/-link/link.html @@ -9,8 +9,8 @@

link

-fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Link +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.html/-list-tag/index.html b/docs/api/pl.treksoft.kvision.html/-list-tag/index.html index d081c2eb..6b8c6545 100644 --- a/docs/api/pl.treksoft.kvision.html/-list-tag/index.html +++ b/docs/api/pl.treksoft.kvision.html/-list-tag/index.html @@ -155,8 +155,8 @@ any Component

listTag

-fun Container.listTag(type: LISTTYPE, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.listTag(type: LISTTYPE, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null): ListTag +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-list-tag/list-tag.html b/docs/api/pl.treksoft.kvision.html/-list-tag/list-tag.html index ef68bfe7..85466355 100644 --- a/docs/api/pl.treksoft.kvision.html/-list-tag/list-tag.html +++ b/docs/api/pl.treksoft.kvision.html/-list-tag/list-tag.html @@ -9,8 +9,8 @@

listTag

-fun Container.listTag(type: LISTTYPE, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.listTag(type: LISTTYPE, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null): ListTag +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.html/-tag/index.html b/docs/api/pl.treksoft.kvision.html/-tag/index.html index 0a0565c6..fe697868 100644 --- a/docs/api/pl.treksoft.kvision.html/-tag/index.html +++ b/docs/api/pl.treksoft.kvision.html/-tag/index.html @@ -162,8 +162,8 @@

tag

-fun Container.tag(type: TAG, text: String? = null, rich: Boolean = false, align: ALIGN? = null, classes: Set<String> = setOf(), init: Tag.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.tag(type: TAG, text: String? = null, rich: Boolean = false, align: ALIGN? = null, classes: Set<String> = setOf(), init: Tag.() -> Unit = null): Tag +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-tag/tag.html b/docs/api/pl.treksoft.kvision.html/-tag/tag.html index c095c82c..66e72ffb 100644 --- a/docs/api/pl.treksoft.kvision.html/-tag/tag.html +++ b/docs/api/pl.treksoft.kvision.html/-tag/tag.html @@ -9,8 +9,8 @@

tag

-fun Container.tag(type: TAG, text: String? = null, rich: Boolean = false, align: ALIGN? = null, classes: Set<String> = setOf(), init: Tag.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.tag(type: TAG, text: String? = null, rich: Boolean = false, align: ALIGN? = null, classes: Set<String> = setOf(), init: Tag.() -> Unit = null): Tag +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.panel/-dock-panel/dock-panel.html b/docs/api/pl.treksoft.kvision.panel/-dock-panel/dock-panel.html index a62caffa..cf7c53d3 100644 --- a/docs/api/pl.treksoft.kvision.panel/-dock-panel/dock-panel.html +++ b/docs/api/pl.treksoft.kvision.panel/-dock-panel/dock-panel.html @@ -9,8 +9,8 @@

dockPanel

-fun Container.dockPanel(classes: Set<String> = setOf(), init: DockPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.dockPanel(classes: Set<String> = setOf(), init: DockPanel.() -> Unit = null): DockPanel +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.panel/-dock-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-dock-panel/index.html index 27a38726..517ed8f1 100644 --- a/docs/api/pl.treksoft.kvision.panel/-dock-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-dock-panel/index.html @@ -123,8 +123,8 @@

dockPanel

-fun Container.dockPanel(classes: Set<String> = setOf(), init: DockPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.dockPanel(classes: Set<String> = setOf(), init: DockPanel.() -> Unit = null): DockPanel +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.panel/-grid-panel/grid-panel.html b/docs/api/pl.treksoft.kvision.panel/-grid-panel/grid-panel.html index 2984b1c1..cca1f201 100644 --- a/docs/api/pl.treksoft.kvision.panel/-grid-panel/grid-panel.html +++ b/docs/api/pl.treksoft.kvision.panel/-grid-panel/grid-panel.html @@ -9,8 +9,8 @@

gridPanel

-fun Container.gridPanel(autoColumns: String? = null, autoRows: String? = null, autoFlow: GRIDFLOW? = null, templateColumns: String? = null, templateRows: String? = null, templateAreas: List<String>? = null, columnGap: Int? = null, rowGap: Int? = null, justifyItems: GRIDJUSTIFY? = null, alignItems: GRIDALIGN? = null, justifyContent: GRIDJUSTIFYCONTENT? = null, alignContent: GRIDALIGNCONTENT? = null, classes: Set<String> = setOf(), init: GridPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.gridPanel(autoColumns: String? = null, autoRows: String? = null, autoFlow: GRIDFLOW? = null, templateColumns: String? = null, templateRows: String? = null, templateAreas: List<String>? = null, columnGap: Int? = null, rowGap: Int? = null, justifyItems: GRIDJUSTIFY? = null, alignItems: GRIDALIGN? = null, justifyContent: GRIDJUSTIFYCONTENT? = null, alignContent: GRIDALIGNCONTENT? = null, classes: Set<String> = setOf(), init: GridPanel.() -> Unit = null): GridPanel +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.panel/-grid-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-grid-panel/index.html index 5939efd0..99a709a0 100644 --- a/docs/api/pl.treksoft.kvision.panel/-grid-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-grid-panel/index.html @@ -236,8 +236,8 @@

gridPanel

-fun Container.gridPanel(autoColumns: String? = null, autoRows: String? = null, autoFlow: GRIDFLOW? = null, templateColumns: String? = null, templateRows: String? = null, templateAreas: List<String>? = null, columnGap: Int? = null, rowGap: Int? = null, justifyItems: GRIDJUSTIFY? = null, alignItems: GRIDALIGN? = null, justifyContent: GRIDJUSTIFYCONTENT? = null, alignContent: GRIDALIGNCONTENT? = null, classes: Set<String> = setOf(), init: GridPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.gridPanel(autoColumns: String? = null, autoRows: String? = null, autoFlow: GRIDFLOW? = null, templateColumns: String? = null, templateRows: String? = null, templateAreas: List<String>? = null, columnGap: Int? = null, rowGap: Int? = null, justifyItems: GRIDJUSTIFY? = null, alignItems: GRIDALIGN? = null, justifyContent: GRIDJUSTIFYCONTENT? = null, alignContent: GRIDALIGNCONTENT? = null, classes: Set<String> = setOf(), init: GridPanel.() -> Unit = null): GridPanel +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.panel/-h-panel/h-panel.html b/docs/api/pl.treksoft.kvision.panel/-h-panel/h-panel.html index 0f720a56..d7dd7137 100644 --- a/docs/api/pl.treksoft.kvision.panel/-h-panel/h-panel.html +++ b/docs/api/pl.treksoft.kvision.panel/-h-panel/h-panel.html @@ -9,8 +9,8 @@

hPanel

-fun Container.hPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: HPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.hPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: HPanel.() -> Unit = null): HPanel +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.panel/-h-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-h-panel/index.html index 47b5c322..142ff9f0 100644 --- a/docs/api/pl.treksoft.kvision.panel/-h-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-h-panel/index.html @@ -142,8 +142,8 @@

hPanel

-fun Container.hPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: HPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.hPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: HPanel.() -> Unit = null): HPanel +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html index c4dd0165..c40a2f3c 100644 --- a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html @@ -137,8 +137,8 @@

responsiveGridPanel

-fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): ResponsiveGridPanel +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/responsive-grid-panel.html b/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/responsive-grid-panel.html index 18af1202..b20deb33 100644 --- a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/responsive-grid-panel.html +++ b/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/responsive-grid-panel.html @@ -9,8 +9,8 @@

responsiveGridPanel

-fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): ResponsiveGridPanel +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.panel/-simple-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-simple-panel/index.html index 404f707b..e851ea6d 100644 --- a/docs/api/pl.treksoft.kvision.panel/-simple-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-simple-panel/index.html @@ -363,8 +363,8 @@

simplePanel

-fun Container.simplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.simplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null): SimplePanel +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.panel/-simple-panel/simple-panel.html b/docs/api/pl.treksoft.kvision.panel/-simple-panel/simple-panel.html index 0597a11f..6a32fdd0 100644 --- a/docs/api/pl.treksoft.kvision.panel/-simple-panel/simple-panel.html +++ b/docs/api/pl.treksoft.kvision.panel/-simple-panel/simple-panel.html @@ -9,8 +9,8 @@

simplePanel

-fun Container.simplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.simplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null): SimplePanel +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.panel/-split-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-split-panel/index.html index 0c74018b..7a1ca469 100644 --- a/docs/api/pl.treksoft.kvision.panel/-split-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-split-panel/index.html @@ -114,8 +114,8 @@ rendered as empty.

splitPanel

-fun Container.splitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.splitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null): SplitPanel +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.panel/-split-panel/split-panel.html b/docs/api/pl.treksoft.kvision.panel/-split-panel/split-panel.html index 9d1dd963..e2227a68 100644 --- a/docs/api/pl.treksoft.kvision.panel/-split-panel/split-panel.html +++ b/docs/api/pl.treksoft.kvision.panel/-split-panel/split-panel.html @@ -9,8 +9,8 @@

splitPanel

-fun Container.splitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.splitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null): SplitPanel +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.panel/-stack-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-stack-panel/index.html index a19babf8..5c0f7733 100644 --- a/docs/api/pl.treksoft.kvision.panel/-stack-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-stack-panel/index.html @@ -129,8 +129,8 @@

stackPanel

-fun Container.stackPanel(activateLast: Boolean = true, classes: Set<String> = setOf(), init: StackPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.stackPanel(activateLast: Boolean = true, classes: Set<String> = setOf(), init: StackPanel.() -> Unit = null): StackPanel +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.panel/-stack-panel/stack-panel.html b/docs/api/pl.treksoft.kvision.panel/-stack-panel/stack-panel.html index 1d78d5d1..f2c463d8 100644 --- a/docs/api/pl.treksoft.kvision.panel/-stack-panel/stack-panel.html +++ b/docs/api/pl.treksoft.kvision.panel/-stack-panel/stack-panel.html @@ -9,8 +9,8 @@

stackPanel

-fun Container.stackPanel(activateLast: Boolean = true, classes: Set<String> = setOf(), init: StackPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.stackPanel(activateLast: Boolean = true, classes: Set<String> = setOf(), init: StackPanel.() -> Unit = null): StackPanel +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/index.html index b29ce775..e460c144 100644 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-tab-panel/index.html @@ -145,8 +145,8 @@

tabPanel

-fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): TabPanel +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/tab-panel.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/tab-panel.html index a859d02e..fa3d041c 100644 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/tab-panel.html +++ b/docs/api/pl.treksoft.kvision.panel/-tab-panel/tab-panel.html @@ -9,8 +9,8 @@

tabPanel

-fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): TabPanel +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/docs/api/pl.treksoft.kvision.panel/-v-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-v-panel/index.html index 52c24799..f8d46aa7 100644 --- a/docs/api/pl.treksoft.kvision.panel/-v-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-v-panel/index.html @@ -142,8 +142,8 @@

vPanel

-fun Container.vPanel(justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: VPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.vPanel(justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: VPanel.() -> Unit = null): VPanel +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.panel/-v-panel/v-panel.html b/docs/api/pl.treksoft.kvision.panel/-v-panel/v-panel.html index 3c0a6f1d..25bdfd24 100644 --- a/docs/api/pl.treksoft.kvision.panel/-v-panel/v-panel.html +++ b/docs/api/pl.treksoft.kvision.panel/-v-panel/v-panel.html @@ -9,8 +9,8 @@

vPanel

-fun Container.vPanel(justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: VPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.vPanel(justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: VPanel.() -> Unit = null): VPanel +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

-- cgit