From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/index-outline.html | 2534 +++++++++++++++++++++++-------------------- 1 file changed, 1383 insertions(+), 1151 deletions(-) (limited to 'docs/api/index-outline.html') diff --git a/docs/api/index-outline.html b/docs/api/index-outline.html index e89d6e71..0c234812 100644 --- a/docs/api/index-outline.html +++ b/docs/api/index-outline.html @@ -23,24 +23,6 @@ -enum class ALIGN
- abstract class AbstractText : SimplePanel, StringFormControl
-abstract class ApplicationBase
+enum class Align
-enum class BGATTACH
+interface ApplicationBase
-enum class BGCLIP
- -enum class BGORIGIN
- -enum class BGREPEAT
+class Background
-enum class BGSIZE
+abstract class BaseDataComponent : DataComponent
-enum class BORDERSTYLE
+enum class BgAttach
-enum class BUTTONSIZE
+enum class BgClip
-enum class BUTTONSTYLE
+enum class BgOrigin
-enum class BUTTONSTYPE
+enum class BgRepeat
-class Background
+enum class BgSize
-abstract class BaseDataComponent : DataComponent
+interface BoolFormControl : FormControl
-interface BoolFormControl : FormControl
+class Border
-class Border
+enum class BorderStyle
@@ -376,9 +326,9 @@ -Button(text: String, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf())
+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): Button
+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>
@@ -386,13 +336,13 @@ var image: ResString?
open fun onClick(handler: Button.(MouseEvent) -> Unit): Button
protected open fun render(): VNode
-var size: BUTTONSIZE?
-var style: BUTTONSTYLE
+var size: ButtonSize?
+var style: ButtonStyle
var text: String
-enum class CHECKBOXSTYLE
+enum class ButtonSize
-enum class CHECKINPUTTYPE
+enum class ButtonStyle
-enum class COLOR
- +enum class CheckBoxStyle
+ open class CheckInput : Widget
+enum class CheckInputType
+ open class CloseIcon : Widget
+enum class Col
+ class Color
@@ -696,11 +695,11 @@ -Confirm(caption: String? = null, text: String? = null, rich: Boolean = false, align: ALIGN? = null, size: MODALSIZE? = null, animation: Boolean = true, cancelVisible: Boolean = false, noCallback: () -> Unit = null, yesCallback: () -> Unit = null)
-var align: ALIGN?
+Confirm(caption: String? = null, text: String? = null, rich: Boolean = false, align: Align? = null, size: ModalSize? = null, animation: Boolean = true, cancelVisible: Boolean = false, noCallback: () -> Unit = null, yesCallback: () -> Unit = null)
+var align: Align?
var cancelVisible: Boolean
var rich: Boolean
-fun show(caption: String? = null, text: String? = null, rich: Boolean = false, align: ALIGN? = null, size: MODALSIZE? = null, animation: Boolean = true, cancelVisible: Boolean = false, noCallback: () -> Unit = null, yesCallback: () -> Unit = null): Unit
+fun show(caption: String? = null, text: String? = null, rich: Boolean = false, align: Align? = null, size: ModalSize? = null, animation: Boolean = true, cancelVisible: Boolean = false, noCallback: () -> Unit = null, yesCallback: () -> Unit = null): Unit
var text: String?
@@ -724,23 +723,6 @@ typealias CssSize = Pair<Int, UNIT>
-enum class DATATYPE
- enum class DD
-enum class DIRECTION
- interface DataComponent
class DataContainer<M : DataComponent, C : Component> : Widget, Container, DataUpdatable
+enum class DataType
+ interface DataUpdatable
+enum class Direction
+ +open class Div : Tag
+ open class DockPanel : SimplePanel
@@ -933,13 +947,13 @@ -DropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf())
+DropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: ButtonStyle = ButtonStyle.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf())
open fun add(child: Component): SimplePanel
open fun addAll(children: List<Component>): SimplePanel
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): 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): DropDown
var dropup: Boolean
open fun getChildren(): List<Component>
protected open fun getSnClass(): List<StringBoolPair>
@@ -947,33 +961,15 @@ var image: ResString?
open fun remove(child: Component): SimplePanel
open fun removeAll(): SimplePanel
-var size: BUTTONSIZE?
-var style: BUTTONSTYLE
+var size: ButtonSize?
+var style: ButtonStyle
var text: String
open fun toggle(): Unit
open var width: CssSize?
-enum class FLEXALIGNCONTENT
- -enum class FLEXALIGNITEMS
+open class FieldLabel : Tag
-enum class FLEXDIR
+enum class FlexAlignContent
-enum class FLEXJUSTIFY
+enum class FlexAlignItems
-enum class FLEXWRAP
+enum class FlexDir
-enum class FORCETYPE
+enum class FlexJustify
-enum class FORMTYPE
+open class FlexPanel : SimplePanel
-open class FieldLabel : Tag
+enum class FlexWrap
-open class FlexPanel : SimplePanel
+enum class ForceType
@@ -1147,7 +1147,7 @@ abstract fun getValueAsString(): String?
abstract val input: Component
abstract fun setValue(v: Any?): Unit
-abstract var size: INPUTSIZE?
+abstract var size: InputSize?
abstract val validationInfo: HelpBlock
open var validatorError: String?
@@ -1162,10 +1162,10 @@ -FormPanel(type: FORMTYPE? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K)
+FormPanel(type: FormType? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K)
open fun <C : FormControl> add(key: String, control: C, required: Boolean = false, validatorMessage: (C) -> String? = null, validator: (C) -> Boolean? = null): FormPanel<K>
open fun clearData(): Unit
-fun <K> Container.formPanel(type: FORMTYPE? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K): FormPanel<K>
+fun <K> Container.formPanel(type: FormType? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K): FormPanel<K>
operator fun get(key: String): Any?
open fun getControl(key: String): FormControl?
open fun getData(): K
@@ -1181,7 +1181,7 @@ -enum class GRIDALIGN
+enum class FormType
-enum class GRIDALIGNCONTENT
+enum class GridAlign
-enum class GRIDFLOW
+enum class GridAlignContent
-enum class GRIDJUSTIFY
+enum class GridFlow
-enum class GRIDJUSTIFYCONTENT
+enum class GridJustify
-enum class GRIDSIZE
+enum class GridJustifyContent
@@ -1292,20 +1290,20 @@ -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)
-fun add(child: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GRIDJUSTIFY? = null, alignSelf: GRIDALIGN? = null, classes: Set<String> = setOf()): GridPanel
+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)
+fun add(child: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GridJustify? = null, alignSelf: GridAlign? = null, classes: Set<String> = setOf()): GridPanel
open fun add(child: Component): GridPanel
open fun addAll(children: List<Component>): GridPanel
-var alignContent: GRIDALIGNCONTENT?
-var alignItems: GRIDALIGN?
+var alignContent: GridAlignContent?
+var alignItems: GridAlign?
var autoColumns: String?
-var autoFlow: GRIDFLOW?
+var autoFlow: GridFlow?
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): GridPanel
-var justifyContent: GRIDJUSTIFYCONTENT?
-var justifyItems: GRIDJUSTIFY?
+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
open fun removeAll(): GridPanel
var rowGap: Int?
@@ -1315,7 +1313,7 @@ -class GridWrapper : WidgetWrapper
+enum class GridSize
-open class HPanel : FlexPanel
+class GridWrapper : WidgetWrapper
-enum class HTTPTYPE
+open class HPanel : FlexPanel
@@ -1387,7 +1387,7 @@ -enum class IMAGESHAPE
+enum class HttpType
-enum class INPUTSIZE
+open class Image : Widget
-open class Image : Widget
+enum class ImageShape
-class KvEvent : CustomEvent
+enum class InputSize
-enum class LISTTYPE
+class KvEvent : CustomEvent
@@ -1514,18 +1510,18 @@ -ListTag(type: LISTTYPE, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null)
+ListTag(type: ListType, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null)
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): ListTag
+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
+var type: ListType
-enum class MODALSIZE
+enum class ListType
@@ -1549,7 +1548,7 @@ -Modal(caption: String? = null, closeButton: Boolean = true, size: MODALSIZE? = null, animation: Boolean = true, escape: Boolean = true, classes: Set<String> = setOf(), init: Modal.() -> Unit = null)
+Modal(caption: String? = null, closeButton: Boolean = true, size: ModalSize? = null, animation: Boolean = true, escape: Boolean = true, classes: Set<String> = setOf(), init: Modal.() -> Unit = null)
open fun add(child: Component): SimplePanel
open fun addAll(children: List<Component>): SimplePanel
open fun addButton(button: Button): Modal
@@ -1557,16 +1556,34 @@ var animation: Boolean
var caption: String?
var closeButton: Boolean
+open fun getChildren(): List<Component>
protected open fun getSnAttrs(): List<StringPair>
protected open fun getSnClass(): List<StringBoolPair>
open fun hide(): Widget
+open fun remove(child: Component): SimplePanel
+open fun removeAll(): SimplePanel
open fun removeAllButtons(): Modal
open fun removeButton(button: Button): Modal
-var size: MODALSIZE?
+var size: ModalSize?
open fun toggle(): Unit
+enum class ModalSize
+ external interface Module
+enum class Overflow
+ open class Password : Text
-enum class RADIOSTYLE
+enum class Position
@@ -1665,10 +1699,10 @@ var rich: Boolean
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-open var size: INPUTSIZE?
+open var size: InputSize?
var squared: Boolean
var startValue: Boolean
-var style: RADIOSTYLE?
+var style: RadioStyle?
val validationInfo: HelpBlock
open var value: Boolean
@@ -1693,13 +1727,49 @@ 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): RadioGroup
var rich: Boolean
-open var size: INPUTSIZE?
+open var size: InputSize?
val validationInfo: HelpBlock
open var value: String?
+enum class RadioStyle
+ typealias ResString = String
+enum class Resize
+ open class ResponsiveGridPanel : SimplePanel
@@ -1784,37 +1854,6 @@ -enum class SELECTWIDTHTYPE
- -enum class SIDE
- open class Select : SimplePanel, StringFormControl
+enum class SelectWidthType
+ +enum class Side
+ open class SimplePanel : Widget, Container
@@ -2110,11 +2180,13 @@ var borderLeft: Border?
var borderRight: Border?
var borderTop: Border?
+var bottom: CssSize?
var color: Color?
var colorHex: Int?
-var colorName: COLOR?
+var colorName: Col?
protected open fun getSnStyle(): List<StringPair>
var height: CssSize?
+var left: CssSize?
var margin: CssSize?
var marginBottom: CssSize?
var marginLeft: CssSize?
@@ -2125,12 +2197,18 @@ var minHeight: CssSize?
var minWidth: CssSize?
var opacity: Double?
+var overflow: Overflow?
var padding: CssSize?
var paddingBottom: CssSize?
var paddingLeft: CssSize?
var paddingRight: CssSize?
var paddingTop: CssSize?
+var position: Position?
+var resize: Resize?
+var right: CssSize?
+var top: CssSize?
open var width: CssSize?
+var zIndex: Int?
@@ -2179,25 +2257,6 @@ -enum class TEXTINPUTTYPE
- open class TabPanel : SimplePanel
@@ -2302,12 +2361,31 @@ -TextInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf())
+TextInput(type: TextInputType = TextInputType.TEXT, value: String? = null, classes: Set<String> = setOf())
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): TextInput
-var type: TEXTINPUTTYPE
+fun Container.textInput(type: TextInputType = TextInputType.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): TextInput
+var type: TextInputType
+ + + +enum class TextInputType
+ @@ -2347,8 +2425,8 @@ -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): VPanel
+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): VPanel
@@ -2368,6 +2446,8 @@ protected open fun afterDestroy(): Unit
protected open fun afterInsert(node: VNode): Unit
protected open fun afterPostpatch(node: VNode): Unit
+open fun clearDragDropData(): Unit
+var draggable: Boolean?
open fun getElement(): Node?
open fun getElementJQuery(): JQuery?
open fun getElementJQueryD(): dynamic
@@ -2385,6 +2465,10 @@ protected open fun render(elementName: String): VNode
protected open fun render(elementName: String, children: Array<dynamic>): VNode
var role: String?
+open fun setDragDropData(format: String, data: String): Unit
+open fun setDropTarget(format: String, callback: (DragEvent) -> Unit): Unit
+open fun setDropTarget(formats: Set<String>? = null, callback: (DragEvent) -> Unit): Unit
+open fun setDropTargetData(format: String, callback: (String?) -> Unit): Unit
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
open fun show(): Widget
@@ -2411,6 +2495,32 @@ +open class Window : SimplePanel
+ kotlin.Int
@@ -2506,7 +2616,7 @@ -enum class BGATTACH
+class Background
-enum class BGCLIP
+enum class BgAttach
-enum class BGORIGIN
+enum class BgClip
-enum class BGREPEAT
+enum class BgOrigin
-enum class BGSIZE
+enum class BgRepeat
-enum class BORDERSTYLE
+enum class BgSize
-class Background
+class Border
-class Border
+enum class BorderStyle
-enum class COLOR
- +enum class Col
+ @@ -2798,7 +2908,7 @@ Color(color: Int)
-Color(color: COLOR)
+Color(color: Col)
@@ -2842,7 +2952,60 @@ typealias CssSize = Pair<Int, UNIT>
+enum class Overflow
+ +enum class Position
+ typealias ResString = String
+enum class Resize
+ typealias StringBoolPair = Pair<String, Boolean>
typealias StringPair = Pair<String, String>
abstract class StyledComponent : Component
@@ -2861,11 +3024,13 @@ var borderLeft: Border?
var borderRight: Border?
var borderTop: Border?
+var bottom: CssSize?
var color: Color?
var colorHex: Int?
-var colorName: COLOR?
+var colorName: Col?
protected open fun getSnStyle(): List<StringPair>
var height: CssSize?
+var left: CssSize?
var margin: CssSize?
var marginBottom: CssSize?
var marginLeft: CssSize?
@@ -2876,12 +3041,18 @@ var minHeight: CssSize?
var minWidth: CssSize?
var opacity: Double?
+var overflow: Overflow?
var padding: CssSize?
var paddingBottom: CssSize?
var paddingLeft: CssSize?
var paddingRight: CssSize?
var paddingTop: CssSize?
+var position: Position?
+var resize: Resize?
+var right: CssSize?
+var top: CssSize?
open var width: CssSize?
+var zIndex: Int?
@@ -2928,6 +3099,8 @@ protected open fun afterDestroy(): Unit
protected open fun afterInsert(node: VNode): Unit
protected open fun afterPostpatch(node: VNode): Unit
+open fun clearDragDropData(): Unit
+var draggable: Boolean?
open fun getElement(): Node?
open fun getElementJQuery(): JQuery?
open fun getElementJQueryD(): dynamic
@@ -2945,6 +3118,10 @@ protected open fun render(elementName: String): VNode
protected open fun render(elementName: String, children: Array<dynamic>): VNode
var role: String?
+open fun setDragDropData(format: String, data: String): Unit
+open fun setDropTarget(format: String, callback: (DragEvent) -> Unit): Unit
+open fun setDropTarget(formats: Set<String>? = null, callback: (DragEvent) -> Unit): Unit
+open fun setDropTargetData(format: String, callback: (String?) -> Unit): Unit
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
open fun show(): Widget
@@ -3070,13 +3247,13 @@ -DropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf())
+DropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: ButtonStyle = ButtonStyle.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf())
open fun add(child: Component): SimplePanel
open fun addAll(children: List<Component>): SimplePanel
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): 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): DropDown
var dropup: Boolean
open fun getChildren(): List<Component>
protected open fun getSnClass(): List<StringBoolPair>
@@ -3084,8 +3261,8 @@ var image: ResString?
open fun remove(child: Component): SimplePanel
open fun removeAll(): SimplePanel
-var size: BUTTONSIZE?
-var style: BUTTONSTYLE
+var size: ButtonSize?
+var style: ButtonStyle
var text: String
open fun toggle(): Unit
open var width: CssSize?
@@ -3136,20 +3313,6 @@ -enum class FORMTYPE
- open class FieldLabel : Tag
+enum class FormType
+ open class HelpBlock : Tag
-enum class INPUTSIZE
+enum class InputSize
@@ -3325,38 +3502,6 @@ -enum class CHECKBOXSTYLE
- -enum class CHECKINPUTTYPE
- open class CheckBox : SimplePanel, BoolFormControl
+enum class CheckBoxStyle
+ open class CheckInput : Widget
-enum class RADIOSTYLE
+enum class CheckInputType
@@ -3458,10 +3617,10 @@ var rich: Boolean
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-open var size: INPUTSIZE?
+open var size: InputSize?
var squared: Boolean
var startValue: Boolean
-var style: RADIOSTYLE?
+var style: RadioStyle?
val validationInfo: HelpBlock
open var value: Boolean
@@ -3486,12 +3645,30 @@ 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): RadioGroup
var rich: Boolean
-open var size: INPUTSIZE?
+open var size: InputSize?
val validationInfo: HelpBlock
open var value: String?
+enum class RadioStyle
+ @@ -3513,15 +3690,15 @@ -AjaxOptions(url: String, preprocessData: (dynamic) -> dynamic, beforeSend: (JQueryXHR) -> dynamic = null, data: dynamic = null, httpType: HTTPTYPE = HTTPTYPE.GET, dataType: DATATYPE = DATATYPE.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false)
+AjaxOptions(url: String, preprocessData: (dynamic) -> dynamic, beforeSend: (JQueryXHR) -> dynamic = null, data: dynamic = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false)
val beforeSend: (JQueryXHR) -> dynamic
val cache: Boolean
val clearOnEmpty: Boolean
val clearOnError: Boolean
val data: dynamic
-val dataType: DATATYPE
+val dataType: DataType
val emptyRequest: Boolean
-val httpType: HTTPTYPE
+val httpType: HttpType
val minLength: Int
val preprocessData: (dynamic) -> dynamic
val requestDelay: Int
@@ -3530,24 +3707,7 @@ -enum class DATATYPE
- -enum class HTTPTYPE
+enum class DataType
-enum class SELECTWIDTHTYPE
+enum class HttpType
@@ -3609,12 +3772,12 @@ 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): Select
var selectWidth: CssSize?
-var selectWidthType: SELECTWIDTHTYPE?
+var selectWidthType: SelectWidthType?
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
open fun showOptions(): Unit
-open var size: INPUTSIZE?
-var style: BUTTONSTYLE?
+open var size: InputSize?
+var style: ButtonStyle?
open fun toggleOptions(): Unit
val validationInfo: HelpBlock
open var value: String?
@@ -3651,10 +3814,10 @@ 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): SelectInput
var selectWidth: CssSize?
-var selectWidthType: SELECTWIDTHTYPE?
+var selectWidthType: SelectWidthType?
open fun showOptions(): Unit
-var size: INPUTSIZE?
-var style: BUTTONSTYLE?
+var size: InputSize?
+var style: ButtonStyle?
open fun toggleOptions(): Unit
var value: String?
@@ -3700,6 +3863,20 @@ +enum class SelectWidthType
+ fun AjaxOptions.toJs(emptyOption: Boolean): dynamic
@@ -3713,7 +3890,7 @@ -enum class BUTTONSTYPE
+enum class ButtonsType
-enum class FORCETYPE
+enum class ForceType
@@ -3753,13 +3930,13 @@ -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)
+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)
var autofocus: Boolean?
-var buttonsType: BUTTONSTYPE
+var buttonsType: ButtonsType
var decimals: Int
open var disabled: Boolean
val flabel: FieldLabel
-var forceType: FORCETYPE
+var forceType: ForceType
protected open fun getSnClass(): List<StringBoolPair>
open fun getValueAsString(): String?
protected val idc: String
@@ -3774,10 +3951,10 @@ var rich: Boolean
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-open var size: INPUTSIZE?
+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): 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): Spinner
var startValue: Number?
var step: Double
val validationInfo: HelpBlock
@@ -3794,15 +3971,15 @@ -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())
+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())
protected open fun afterDestroy(): Unit
protected open fun afterInsert(node: VNode): Unit
var autofocus: Boolean?
-var buttonsType: BUTTONSTYPE
+var buttonsType: ButtonsType
protected open fun changeValue(): Unit
var decimals: Int
var disabled: Boolean
-var forceType: FORCETYPE
+var forceType: ForceType
protected open fun getSnAttrs(): List<StringPair>
protected open fun getSnClass(): List<StringBoolPair>
fun getValueAsString(): String?
@@ -3812,10 +3989,10 @@ var placeholder: String?
var readonly: Boolean?
protected open fun render(): VNode
-var size: INPUTSIZE?
+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): 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): SpinnerInput
var startValue: Number?
var step: Double
var value: Number?
@@ -3860,7 +4037,7 @@ var rich: Boolean
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-open var size: INPUTSIZE?
+open var size: InputSize?
var startValue: String?
val validationInfo: HelpBlock
open var value: String?
@@ -3888,7 +4065,7 @@ var name: String?
var placeholder: String?
var readonly: Boolean?
-var size: INPUTSIZE?
+var size: InputSize?
var startValue: String?
var value: String?
@@ -3942,25 +4119,6 @@ -enum class TEXTINPUTTYPE
- open class Text : AbstractText
@@ -4024,12 +4182,31 @@ -TextInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf())
+TextInput(type: TextInputType = TextInputType.TEXT, value: String? = null, classes: Set<String> = setOf())
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): TextInput
-var type: TEXTINPUTTYPE
+fun Container.textInput(type: TextInputType = TextInputType.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): TextInput
+var type: TextInputType
+ + + +enum class TextInputType
+ @@ -4077,7 +4254,7 @@ open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
var showMeridian: Boolean
open fun showPopup(): Unit
-open var size: INPUTSIZE?
+open var size: InputSize?
var todayBtn: Boolean
var todayHighlight: Boolean
val validationInfo: HelpBlock
@@ -4096,6 +4273,7 @@ DateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf())
+protected open fun afterDestroy(): Unit
protected open fun afterInsert(node: VNode): Unit
var autofocus: Boolean?
protected open fun changeValue(): Unit
@@ -4117,7 +4295,7 @@ protected open fun render(): VNode
var showMeridian: Boolean
open fun showPopup(): Unit
-var size: INPUTSIZE?
+var size: InputSize?
var todayBtn: Boolean
var todayHighlight: Boolean
var value: Date?
@@ -4137,7 +4315,7 @@ -abstract class ApplicationBase
+interface ApplicationBase
-enum class LISTTYPE
+enum class ImageShape
@@ -4370,14 +4543,32 @@ -ListTag(type: LISTTYPE, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null)
+ListTag(type: ListType, elements: List<String>? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: ListTag.() -> Unit = null)
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): ListTag
+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
+var type: ListType
+ + + +enum class ListType
+ @@ -4435,12 +4626,12 @@ -Tag(type: TAG, text: String? = null, rich: Boolean = false, align: ALIGN? = null, classes: Set<String> = setOf(), init: Tag.() -> Unit = null)
-var align: ALIGN?
+Tag(type: TAG, text: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: Tag.() -> Unit = null)
+var align: Align?
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): Tag
+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
@@ -4467,11 +4658,11 @@ -Alert(caption: String? = null, text: String? = null, rich: Boolean = false, align: ALIGN? = null, size: MODALSIZE? = null, animation: Boolean = true, callback: () -> Unit = null)
-var align: ALIGN?
+Alert(caption: String? = null, text: String? = null, rich: Boolean = false, align: Align? = null, size: ModalSize? = null, animation: Boolean = true, callback: () -> Unit = null)
+var align: Align?
open fun hide(): Widget
var rich: Boolean
-fun show(caption: String? = null, text: String? = null, rich: Boolean = false, align: ALIGN? = null, size: MODALSIZE? = null, animation: Boolean = true, callback: () -> Unit = null): Unit
+fun show(caption: String? = null, text: String? = null, rich: Boolean = false, align: Align? = null, size: ModalSize? = null, animation: Boolean = true, callback: () -> Unit = null): Unit
var text: String?
@@ -4501,30 +4692,15 @@ -Confirm(caption: String? = null, text: String? = null, rich: Boolean = false, align: ALIGN? = null, size: MODALSIZE? = null, animation: Boolean = true, cancelVisible: Boolean = false, noCallback: () -> Unit = null, yesCallback: () -> Unit = null)
-var align: ALIGN?
+Confirm(caption: String? = null, text: String? = null, rich: Boolean = false, align: Align? = null, size: ModalSize? = null, animation: Boolean = true, cancelVisible: Boolean = false, noCallback: () -> Unit = null, yesCallback: () -> Unit = null)
+var align: Align?
var cancelVisible: Boolean
var rich: Boolean
-fun show(caption: String? = null, text: String? = null, rich: Boolean = false, align: ALIGN? = null, size: MODALSIZE? = null, animation: Boolean = true, cancelVisible: Boolean = false, noCallback: () -> Unit = null, yesCallback: () -> Unit = null): Unit
+fun show(caption: String? = null, text: String? = null, rich: Boolean = false, align: Align? = null, size: ModalSize? = null, animation: Boolean = true, cancelVisible: Boolean = false, noCallback: () -> Unit = null, yesCallback: () -> Unit = null): Unit
var text: String?
-enum class MODALSIZE
- open class Modal : SimplePanel
+enum class ModalSize
+ @@ -4564,7 +4758,7 @@ -enum class DIRECTION
+enum class Direction
@@ -4588,35 +4782,17 @@ DockPanel(classes: Set<String> = setOf(), init: DockPanel.() -> Unit = null)
-open fun add(child: Component, position: SIDE): DockPanel
+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): DockPanel
open fun remove(child: Component): DockPanel
open fun removeAll(): DockPanel
-open fun removeAt(position: SIDE): DockPanel
- - - -enum class FLEXALIGNCONTENT
- -enum class FLEXALIGNITEMS
+enum class FlexAlignContent
-enum class FLEXDIR
+enum class FlexAlignItems
-enum class FLEXJUSTIFY
+enum class FlexDir
-enum class FLEXWRAP
+enum class FlexJustify
@@ -4691,24 +4870,24 @@ -FlexPanel(direction: FLEXDIR? = null, wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, alignContent: FLEXALIGNCONTENT? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null)
-fun add(child: Component, order: Int? = null, grow: Int? = null, shrink: Int? = null, basis: Int? = null, alignSelf: FLEXALIGNITEMS? = null, classes: Set<String> = setOf()): FlexPanel
+FlexPanel(direction: FlexDir? = null, wrap: FlexWrap? = null, justify: FlexJustify? = null, alignItems: FlexAlignItems? = null, alignContent: FlexAlignContent? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null)
+fun add(child: Component, order: Int? = null, grow: Int? = null, shrink: Int? = null, basis: Int? = null, alignSelf: FlexAlignItems? = null, classes: Set<String> = setOf()): FlexPanel
open fun add(child: Component): FlexPanel
open fun addAll(children: List<Component>): FlexPanel
-var alignContent: FLEXALIGNCONTENT?
-var alignItems: FLEXALIGNITEMS?
-var direction: FLEXDIR?
-fun Container.flexPanel(direction: FLEXDIR? = null, wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, alignContent: FLEXALIGNCONTENT? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null): FlexPanel
+var alignContent: FlexAlignContent?
+var alignItems: FlexAlignItems?
+var direction: FlexDir?
+fun Container.flexPanel(direction: FlexDir? = null, wrap: FlexWrap? = null, justify: FlexJustify? = null, alignItems: FlexAlignItems? = null, alignContent: FlexAlignContent? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null): FlexPanel
protected open fun getSnStyle(): List<StringPair>
-var justify: FLEXJUSTIFY?
+var justify: FlexJustify?
open fun remove(child: Component): FlexPanel
open fun removeAll(): FlexPanel
var spacing: Int?
-var wrap: FLEXWRAP?
+var wrap: FlexWrap?
-enum class GRIDALIGN
+enum class FlexWrap
-enum class GRIDALIGNCONTENT
+enum class GridAlign
-enum class GRIDFLOW
+enum class GridAlignContent
-enum class GRIDJUSTIFY
+enum class GridFlow
-enum class GRIDJUSTIFYCONTENT
+enum class GridJustify
-enum class GRIDSIZE
+enum class GridJustifyContent
@@ -4819,20 +4997,20 @@ -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)
-fun add(child: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GRIDJUSTIFY? = null, alignSelf: GRIDALIGN? = null, classes: Set<String> = setOf()): GridPanel
+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)
+fun add(child: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GridJustify? = null, alignSelf: GridAlign? = null, classes: Set<String> = setOf()): GridPanel
open fun add(child: Component): GridPanel
open fun addAll(children: List<Component>): GridPanel
-var alignContent: GRIDALIGNCONTENT?
-var alignItems: GRIDALIGN?
+var alignContent: GridAlignContent?
+var alignItems: GridAlign?
var autoColumns: String?
-var autoFlow: GRIDFLOW?
+var autoFlow: GridFlow?
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): GridPanel
-var justifyContent: GRIDJUSTIFYCONTENT?
-var justifyItems: GRIDJUSTIFY?
+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
open fun removeAll(): GridPanel
var rowGap: Int?
@@ -4842,6 +5020,22 @@ +enum class GridSize
+ class GridWrapper : WidgetWrapper
@@ -4879,14 +5073,14 @@ -ResponsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null)
+ResponsiveGridPanel(gridSize: GridSize = GridSize.MD, rows: Int = 0, cols: Int = 0, align: Align? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null)
open fun add(child: Component, col: Int, row: Int, size: Int = 0, offset: Int = 0): ResponsiveGridPanel
open fun add(child: Component): ResponsiveGridPanel
open fun addAll(children: List<Component>): ResponsiveGridPanel
-var align: ALIGN?
+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): 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): ResponsiveGridPanel
@@ -4905,7 +5099,7 @@ -enum class SIDE
+enum class Side
@@ -4953,9 +5147,9 @@ -SplitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null)
+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): SplitPanel
+fun Container.splitPanel(direction: Direction = Direction.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null): SplitPanel
@@ -5010,8 +5204,8 @@ -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): VPanel
+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): VPanel
@@ -5084,7 +5278,7 @@ -fun auto(): CssSize
+val auto: CssSize
kotlin.Int
@@ -5160,6 +5354,44 @@ +package pl.treksoft.kvision.window
+ -- cgit