From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- .../-grid-wrapper/index.html | 4 +- .../-simple-panel/index.html | 69 +++++++++++++++++++++- 2 files changed, 67 insertions(+), 6 deletions(-) (limited to 'api/pl.treksoft.kvision.panel') diff --git a/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html b/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html index e7ed1c07..bfa2adae 100644 --- a/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html +++ b/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html @@ -29,9 +29,7 @@

visible

-open var visible: Boolean -

Visibility state of the current component.

- +open var visible: Boolean diff --git a/api/pl.treksoft.kvision.panel/-simple-panel/index.html b/api/pl.treksoft.kvision.panel/-simple-panel/index.html index 39cb5878..6c3b3383 100644 --- a/api/pl.treksoft.kvision.panel/-simple-panel/index.html +++ b/api/pl.treksoft.kvision.panel/-simple-panel/index.html @@ -48,7 +48,7 @@

parent

-open var parent: Component? +open var parent: Container?

Parent of the current component.

@@ -344,6 +344,15 @@ +

setContextMenu

+ + +open fun setContextMenu(contextMenu: ContextMenu): Widget +

Sets context menu for the current widget.

+ + + +

setDragDropData

@@ -429,6 +438,15 @@ +

ButtonGroup

+ + +open class ButtonGroup : SimplePanel +

The Bootstrap button group.

+ + + +

CheckBox

@@ -519,6 +537,24 @@ +

Navbar

+ + +open class Navbar : SimplePanel +

The Bootstrap Navbar container.

+ + + + +

ProgressBar

+ + +open class ProgressBar : SimplePanel +

The Bootstrap progress bar.

+ + + +

Radio

@@ -567,7 +603,7 @@

SelectInput

-open class SelectInput : SimplePanel +open class SelectInput : SimplePanel, FormInput

The basic component for Select control.

@@ -630,12 +666,39 @@

Tag

-open class Tag : SimplePanel +open class Tag : SimplePanel, Template

HTML tag component.

+

Toolbar

+ + +open class Toolbar : SimplePanel +

The Bootstrap toolbar.

+ + + + +

Upload

+ + +open class Upload : SimplePanel, FilesFormControl +

The form field file upload component.

+ + + + +

WidgetWrapper

+ + +open class WidgetWrapper : SimplePanel +

This class allows to wrap a component into separately styled DIV element.

+ + + +

Window

-- cgit