From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- api/pl.treksoft.kvision.dropdown/index.html | 63 +++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 api/pl.treksoft.kvision.dropdown/index.html (limited to 'api/pl.treksoft.kvision.dropdown/index.html') diff --git a/api/pl.treksoft.kvision.dropdown/index.html b/api/pl.treksoft.kvision.dropdown/index.html new file mode 100644 index 00000000..7a7a7294 --- /dev/null +++ b/api/pl.treksoft.kvision.dropdown/index.html @@ -0,0 +1,63 @@ + + + +pl.treksoft.kvision.dropdown - kvision + + + +kvision / pl.treksoft.kvision.dropdown
+
+

Package pl.treksoft.kvision.dropdown

+

Bootstrap dropdown component with support for navigation bars and context menus.

+

Types

+ + + + + + + + + + + + + + + + + + + + + + + +
+

ContextMenu

+
+open class ContextMenu : ListTag +

Context menu component.

+
+

DD

+
+enum class DD +

Useful options for use in DropDown's elements parameter.

+
+

DropDown

+
+open class DropDown : SimplePanel +

Bootstrap dropdown component.

+
+

Header

+
+open class Header : Tag +

Menu header component.

+
+

Separator

+
+open class Separator : Tag +

Menu separator component.

+
+ + -- cgit