From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- docs/api/pl.treksoft.kvision.modal/index.html | 63 --------------------------- 1 file changed, 63 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.modal/index.html (limited to 'docs/api/pl.treksoft.kvision.modal/index.html') diff --git a/docs/api/pl.treksoft.kvision.modal/index.html b/docs/api/pl.treksoft.kvision.modal/index.html deleted file mode 100644 index e2db9d36..00000000 --- a/docs/api/pl.treksoft.kvision.modal/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - -pl.treksoft.kvision.modal - kvision - - - -kvision / pl.treksoft.kvision.modal
-
-

Package pl.treksoft.kvision.modal

-

Classes supporting general purpose Bootstrap modals with convenient helpers for alert and confirm popup dialogs.

-

Types

- - - - - - - - - - - - - - - - - - - - - - - -
-

Alert

-
-open class Alert : Modal -

Alert window based on Bootstrap modal.

-
-

CloseIcon

-
-open class CloseIcon : Widget -

Helper class for close icon component.

-
-

Confirm

-
-open class Confirm : Modal -

Confirm window based on Bootstrap modal.

-
-

Modal

-
-open class Modal : SimplePanel -

Configurable modal window based on Bootstrap modal.

-
-

ModalSize

-
-enum class ModalSize -

Modal window sizes.

-
- - -- cgit