Number Progress Bar Tag
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
constructor(progress: Progress<out Number>, initialValue: Number = 0, contentGenerator: ContentGenerator<Number>, bgColor: BsBgColor? = null, className: String? = null, init: NumberProgressBarTag.() -> Unit? = null)