Number Progress Bar Tag
class NumberProgressBarTag(progress: Progress<out Number>, initialValue: Number, contentGenerator: ContentGenerator<Number>, bgColor: BsBgColor?, className: String?, init: NumberProgressBarTag.() -> Unit?) : ProgressBarTag<Number>
Content copied to clipboard
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)
Content copied to clipboard
Functions
build Class Set
Link copied to clipboard