NumberProgressBarTag

class NumberProgressBarTag(progress: Progress<out Number>, initialValue: Number, contentGenerator: ContentGenerator<Number>, bgColor: BsBgColor?, className: String?, init: NumberProgressBarTag.() -> Unit?) : ProgressBarTag<Number>

An implementation of the @see ProgressBarTag, which works with plain old numbers

Constructors

NumberProgressBarTag
Link copied to clipboard
fun NumberProgressBarTag(progress: Progress<out Number>, initialValue: Number = 0, contentGenerator: ContentGenerator<Number>, bgColor: BsBgColor? = null, className: String? = null, init: NumberProgressBarTag.() -> Unit? = null)

Functions

buildClassSet
Link copied to clipboard
open fun buildClassSet(classSetBuilder: <ERROR CLASS>)

Properties

animated
Link copied to clipboard
var animated: <ERROR CLASS>

Determines if the progress bar is animated.

striped
Link copied to clipboard
var striped: <ERROR CLASS>

Determines if the progress bar is striped.

style
Link copied to clipboard
var style: <ERROR CLASS>

The style of the progress bar.

value
Link copied to clipboard
open override var value: Number

Abstract value for the progress bar.