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>
Content copied to clipboard
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)
Content copied to clipboard