diff options
Diffstat (limited to 'api/pl.treksoft.kvision.progress')
4 files changed, 72 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.progress/-progress-bar/align.html b/api/pl.treksoft.kvision.progress/-progress-bar/align.html new file mode 100644 index 00000000..08682713 --- /dev/null +++ b/api/pl.treksoft.kvision.progress/-progress-bar/align.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ProgressBar.align - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.progress</a> / <a href="index.html">ProgressBar</a> / <a href="./align.html">align</a><br/> +<br/> +<h1>align</h1> +<a name="pl.treksoft.kvision.progress.ProgressBar$align"></a> +<code><span class="keyword">var </span><span class="identifier">align</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-align/index.html"><span class="identifier">Align</span></a><span class="symbol">?</span></code> +<p>Text align of the progress bar.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.progress/-progress-bar/content.html b/api/pl.treksoft.kvision.progress/-progress-bar/content.html new file mode 100644 index 00000000..e56d0cf4 --- /dev/null +++ b/api/pl.treksoft.kvision.progress/-progress-bar/content.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ProgressBar.content - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.progress</a> / <a href="index.html">ProgressBar</a> / <a href="./content.html">content</a><br/> +<br/> +<h1>content</h1> +<a name="pl.treksoft.kvision.progress.ProgressBar$content"></a> +<code><span class="keyword">var </span><span class="identifier">content</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> +<p>Text content of the progress bar.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.progress/-progress-bar/index.html b/api/pl.treksoft.kvision.progress/-progress-bar/index.html index 5412823e..c7f47e86 100644 --- a/api/pl.treksoft.kvision.progress/-progress-bar/index.html +++ b/api/pl.treksoft.kvision.progress/-progress-bar/index.html @@ -27,6 +27,15 @@ <tbody> <tr> <td> +<p><a href="align.html">align</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">align</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-align/index.html"><span class="identifier">Align</span></a><span class="symbol">?</span></code> +<p>Text align of the progress bar.</p> +</td> +</tr> +<tr> +<td> <p><a href="animated.html">animated</a></p> </td> <td> @@ -36,6 +45,15 @@ </tr> <tr> <td> +<p><a href="content.html">content</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">content</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> +<p>Text content of the progress bar.</p> +</td> +</tr> +<tr> +<td> <p><a href="max.html">max</a></p> </td> <td> @@ -63,6 +81,15 @@ </tr> <tr> <td> +<p><a href="rich.html">rich</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">rich</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +<p>Determines if <a href="content.html">content</a> can contain HTML code.</p> +</td> +</tr> +<tr> +<td> <p><a href="striped.html">striped</a></p> </td> <td> diff --git a/api/pl.treksoft.kvision.progress/-progress-bar/rich.html b/api/pl.treksoft.kvision.progress/-progress-bar/rich.html new file mode 100644 index 00000000..820555fe --- /dev/null +++ b/api/pl.treksoft.kvision.progress/-progress-bar/rich.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ProgressBar.rich - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.progress</a> / <a href="index.html">ProgressBar</a> / <a href="./rich.html">rich</a><br/> +<br/> +<h1>rich</h1> +<a name="pl.treksoft.kvision.progress.ProgressBar$rich"></a> +<code><span class="keyword">var </span><span class="identifier">rich</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +<p>Determines if <a href="content.html">content</a> can contain HTML code.</p> +</BODY> +</HTML> |