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 --- .../-progress-bar/-init-.html | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 api/pl.treksoft.kvision.progress/-progress-bar/-init-.html (limited to 'api/pl.treksoft.kvision.progress/-progress-bar/-init-.html') diff --git a/api/pl.treksoft.kvision.progress/-progress-bar/-init-.html b/api/pl.treksoft.kvision.progress/-progress-bar/-init-.html new file mode 100644 index 00000000..fc764b35 --- /dev/null +++ b/api/pl.treksoft.kvision.progress/-progress-bar/-init-.html @@ -0,0 +1,39 @@ + + + +ProgressBar.<init> - kvision + + + +kvision / pl.treksoft.kvision.progress / ProgressBar / <init>
+
+

<init>

+ +ProgressBar(progress: Int, min: Int = DEFAULT_MIN, max: Int = DEFAULT_MAX, style: ProgressBarStyle? = null, striped: Boolean = false, animated: Boolean = false, content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: ProgressBar.() -> Unit = null) +

Parameters

+

+progress - the current progress

+

+min - the minimal progress

+

+max - the maximal progress

+

+style - the style of the progress bar

+

+striped - determines if the progress bar is striped

+

+animated - determines if the progress bar is animated

+

+content - element text

+

+rich - determines if content can contain HTML code

+

+align - content align

+

+classes - a set of CSS class names

+

+init - an initializer extension function

+

Constructor
+

+ + -- cgit