NumberProgressBarTag

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

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

Constructors

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

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

Properties

Link copied to clipboard
var animated: <ERROR CLASS>

Determines if the progress bar is animated.

Link copied to clipboard
var striped: <ERROR CLASS>

Determines if the progress bar is striped.

Link copied to clipboard
var style: <ERROR CLASS>

The style of the progress bar.

Link copied to clipboard
open override var value: Number

Abstract value for the progress bar.